dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 79e71b7c8d1e709904f2df0c98c9ddc8f360b7ab
parent 9167fa512f87b83e2fa54b09e288a9047f542479
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat, 27 Feb 2021 14:03:48 +0100

vim: commentstring for groff

Diffstat:
Mvim/after/ftplugin/groff.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vim/after/ftplugin/groff.vim b/vim/after/ftplugin/groff.vim @@ -1,4 +1,5 @@ compiler groff let b:nroff_is_groff = 1 +setlocal commentstring=\\#\ %s let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin.'|' : '') let b:undo_ftplugin .= 'unlet b:nroff_is_groff'