aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 19:15:16 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 22:29:03 -0400
commit83b6a18598a76730d546beebb1951054611344e5 (patch)
treeb8ad62abb82e7429acad043e4dfc4273aa66b2f0 /runtime/ftplugin
parent0c93005383daacaa32d2c615716dc3a8c06d573f (diff)
downloadrneovim-83b6a18598a76730d546beebb1951054611344e5.tar.gz
rneovim-83b6a18598a76730d546beebb1951054611344e5.tar.bz2
rneovim-83b6a18598a76730d546beebb1951054611344e5.zip
vim-patch:23515b4ef758
Update runtime files https://github.com/vim/vim/commit/23515b4ef7580af8b9d3b964a558ab2007cacda5 Omit filetype.txt changes for :Man.
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r--runtime/ftplugin/nroff.vim10
1 files changed, 8 insertions, 2 deletions
diff --git a/runtime/ftplugin/nroff.vim b/runtime/ftplugin/nroff.vim
index 069c02e59a..cf62d02daa 100644
--- a/runtime/ftplugin/nroff.vim
+++ b/runtime/ftplugin/nroff.vim
@@ -1,7 +1,9 @@
" Vim filetype plugin
" Language: roff(7)
-" Maintainer: Chris Spiegel <cspiegel@gmail.com>
-" Last Change: 2019 Apr 24
+" Maintainer: Aman Verma
+" Homepage: https://github.com/a-vrma/vim-nroff-ftplugin
+" Previous Maintainer: Chris Spiegel <cspiegel@gmail.com>
+" Last Change: 2020 Nov 21
if exists("b:did_ftplugin")
finish
@@ -9,3 +11,7 @@ endif
let b:did_ftplugin = 1
setlocal commentstring=.\\\"%s
+setlocal comments=:.\\\"
+setlocal sections+=Sh
+
+let b:undo_ftplugin = 'setlocal commentstring< comments< sections<'