Skip to content

Commit

Permalink
syntax-highlighting: vim: set b:undo_ftplugin
Browse files Browse the repository at this point in the history
See :help undo_ftplugin for details.
  • Loading branch information
dkearns authored and eli-schwartz committed Oct 12, 2021
1 parent 462003f commit 7cddf9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/syntax-highlighting/vim/ftplugin/meson.vim
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ setlocal comments=:#
setlocal shiftwidth=2
setlocal softtabstop=2

let b:undo_ftplugin = "setl com< cms< sts< sw<"

let &cpo = s:keepcpo
unlet s:keepcpo

0 comments on commit 7cddf9a

Please sign in to comment.