diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-10-05 15:19:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 15:19:16 +0200 |
commit | f6a9f0bfcaeb256bac1b1c8273e6c40750664967 (patch) | |
tree | 488a1d6df5ef3917d8b75b481b4e12f1c63b5ffa /runtime/ftplugin | |
parent | 17f7c83f2930456f6819f372720cb53eb77ae694 (diff) | |
download | rneovim-f6a9f0bfcaeb256bac1b1c8273e6c40750664967.tar.gz rneovim-f6a9f0bfcaeb256bac1b1c8273e6c40750664967.tar.bz2 rneovim-f6a9f0bfcaeb256bac1b1c8273e6c40750664967.zip |
fix(vim-patch): add missing nginx runtime files (#15916)
Followup to incomplete runtime update https://github.com/neovim/neovim/pull/15911
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/nginx.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/ftplugin/nginx.vim b/runtime/ftplugin/nginx.vim new file mode 100644 index 0000000000..e808db1277 --- /dev/null +++ b/runtime/ftplugin/nginx.vim @@ -0,0 +1,6 @@ +" Vim filetype plugin +" Language: nginx.conf +" Maintainer: Chris Aumann <me@chr4.org> +" Last Change: Apr 15, 2017 + +setlocal commentstring=#\ %s |