diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 21:26:36 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 21:31:28 -0400 |
commit | c287e734f10e074c70276fa74e8a938466018f4b (patch) | |
tree | 50e7ae1c4da146a1c92d5c8dd3207766abdab8fe /runtime/ftplugin | |
parent | e7f6c520141c104960790d9bb2e52260ba959b76 (diff) | |
download | rneovim-c287e734f10e074c70276fa74e8a938466018f4b.tar.gz rneovim-c287e734f10e074c70276fa74e8a938466018f4b.tar.bz2 rneovim-c287e734f10e074c70276fa74e8a938466018f4b.zip |
vim-patch:ff78155aa175
Update runtime files
https://github.com/vim/vim/commit/ff78155aa1755aced96a3b343e81939c94aac721
Omit menu_info().
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/swift.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/ftplugin/swift.vim b/runtime/ftplugin/swift.vim index 26d04eb5fa..55678f8bfc 100644 --- a/runtime/ftplugin/swift.vim +++ b/runtime/ftplugin/swift.vim @@ -10,6 +10,5 @@ setlocal comments=s1:/*,mb:*,ex:*/,:///,:// setlocal expandtab -setlocal ts=2 -setlocal sw=2 +setlocal sw=4 sts=4 setlocal smartindent |