mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -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:
parent
00b927b295
commit
2ffb4d0298
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user