diff options
author | Armin Grodon <me@armingrodon.de> | 2016-12-13 00:49:44 +0100 |
---|---|---|
committer | Armin Grodon <me@armingrodon.de> | 2016-12-13 00:49:44 +0100 |
commit | 7040eee08a11b5810772a95c954acfc44454ede4 (patch) | |
tree | 3972262954a657223773c4d1cafb5d66859b3c1a /contrib | |
parent | 7d34042e4aea77d2e67850d6db107a6a3cf5cb30 (diff) | |
download | nginx-7040eee08a11b5810772a95c954acfc44454ede4.tar.gz |
Contrib: added 'commentstring' for vim-commentary support.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/vim/ftplugin/nginx.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/vim/ftplugin/nginx.vim b/contrib/vim/ftplugin/nginx.vim new file mode 100644 index 000000000..463eea989 --- /dev/null +++ b/contrib/vim/ftplugin/nginx.vim @@ -0,0 +1 @@ +setlocal commentstring=#\ %s |