From f6a9f0bfcaeb256bac1b1c8273e6c40750664967 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 5 Oct 2021 15:19:16 +0200 Subject: fix(vim-patch): add missing nginx runtime files (#15916) Followup to incomplete runtime update https://github.com/neovim/neovim/pull/15911 --- runtime/ftplugin/nginx.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 runtime/ftplugin/nginx.vim (limited to 'runtime/ftplugin') 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 +" Last Change: Apr 15, 2017 + +setlocal commentstring=#\ %s -- cgit