1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-21 17:25:11 +01:00
vim/runtime/ftplugin/nginx.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
251 B
VimL
Raw Permalink Normal View History

2021-10-04 21:32:54 +01:00
" Vim filetype plugin
" Language: nginx.conf
" Maintainer: Chris Aumann <me@chr4.org>
" Last Change: Apr 15, 2017
" 2023 Aug 28 by Vim Project (undo_ftplugin)
2021-10-04 21:32:54 +01:00
setlocal commentstring=#\ %s
let b:undo_ftplugin = "setlocal commentstring<"