mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	runtime(lua): fix whitespace style issues in lua ftplugin
related: #17049 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| " Vim filetype plugin file. | ||||
|  | ||||
| " Language:		Lua | ||||
| " Maintainer:		Doug Kearns <dougkearns@gmail.com> | ||||
| " Previous Maintainer:	Max Ischenko <mfi@ukr.net> | ||||
| @@ -183,4 +184,5 @@ enddef | ||||
|  | ||||
| let &cpo = s:cpo_save | ||||
| unlet s:cpo_save | ||||
|  | ||||
| " vim: nowrap sw=2 sts=2 ts=8 noet: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user