diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-06 11:22:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 11:22:55 +0100 |
commit | 946c2a8ee85830c543e389724575ae531e89b170 (patch) | |
tree | 23aa73c016b3f3941917605cd1742dfe8ca7e1fd /runtime/syntax/indent.vim | |
parent | 8f03014e8861df7f49bf4e1dbdfcc20e1611ce35 (diff) | |
parent | c348f84f218434580209a2c52552ba8fbbf1864b (diff) | |
download | rneovim-946c2a8ee85830c543e389724575ae531e89b170.tar.gz rneovim-946c2a8ee85830c543e389724575ae531e89b170.tar.bz2 rneovim-946c2a8ee85830c543e389724575ae531e89b170.zip |
Merge #7491 'vim-patch: runtime'
Diffstat (limited to 'runtime/syntax/indent.vim')
-rw-r--r-- | runtime/syntax/indent.vim | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/syntax/indent.vim b/runtime/syntax/indent.vim index 389101a522..ddeae67e0d 100644 --- a/runtime/syntax/indent.vim +++ b/runtime/syntax/indent.vim @@ -1,10 +1,10 @@ " Vim syntax file -" Language: indent(1) configuration file -" Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2010-01-23 -" indent_is_bsd: If exists, will change somewhat to match BSD implementation +" Language: indent(1) configuration file +" Previous Maintainer: Nikolai Weibull <now@bitwi.se> +" Latest Revision: 2010-01-23 +" indent_is_bsd: If exists, will change somewhat to match BSD implementation " -" TODO: is the deny-all (a la lilo.vim nice or no?)... +" TODO: is the deny-all (a la lilo.vim nice or no?)... " irritating to be wrong to the last char... " would be sweet if right until one char fails |