diff options
Diffstat (limited to 'ftplugin/indent.vim')
-rw-r--r-- | ftplugin/indent.vim | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ftplugin/indent.vim b/ftplugin/indent.vim index 89a779c4..094dcd9e 100644 --- a/ftplugin/indent.vim +++ b/ftplugin/indent.vim @@ -3,9 +3,10 @@ if polyglot#init#is_disabled(expand('<sfile>:p'), 'indent', 'ftplugin/indent.vim endif " Vim filetype plugin file -" Language: indent(1) configuration file -" Previous Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2008-07-09 +" Language: indent(1) configuration file +" Maintainer: Doug Kearns <dougkearns@gmail.com> +" Previous Maintainer: Nikolai Weibull <now@bitwi.se> +" Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish |