commit | 4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 21:18:32 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 21:18:32 2019 +0100 |
tree | 854789544d45595f5bbd76e86151f5ae42488525 | |
parent | a5483448cba6997517003a22a8029f0de1007d0e [diff] [blame] |
Update runtime files.
diff --git a/runtime/ftplugin/rst.vim b/runtime/ftplugin/rst.vim index 8ab56b0..f0646e9 100644 --- a/runtime/ftplugin/rst.vim +++ b/runtime/ftplugin/rst.vim
@@ -30,7 +30,7 @@ " " More sophisticated indentation rules should be revisted in the future. -if !exists("g:rst_style") || g:rst_style != 0 +if exists("g:rst_style") && g:rst_style != 0 setlocal expandtab shiftwidth=3 softtabstop=3 tabstop=8 endif