mirror of
https://github.com/vim/vim.git
synced 2025-12-10 18:46:57 -05:00
runtime: Set b:undo_ftplugin where missing (#12943)
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@ -2,5 +2,8 @@
|
||||
" Language: nginx.conf
|
||||
" Maintainer: Chris Aumann <me@chr4.org>
|
||||
" Last Change: Apr 15, 2017
|
||||
" 2023 Aug 28 by Vim Project (undo_ftplugin)
|
||||
|
||||
setlocal commentstring=#\ %s
|
||||
|
||||
let b:undo_ftplugin = "setlocal commentstring<"
|
||||
|
||||
Reference in New Issue
Block a user