aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/sed.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-29 22:17:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-29 23:20:47 +1300
commitda5f6cc79e233f3241bd47a862769f8c438c5986 (patch)
tree517e398e76bc023f808ff6465252dbf1e37288c8 /vim/ftplugin/sed.vim
parentAdjust a vimrc comment for clarity (diff)
downloaddotfiles-da5f6cc79e233f3241bd47a862769f8c438c5986.tar.gz
dotfiles-da5f6cc79e233f3241bd47a862769f8c438c5986.zip
Set b:did_ftplugin flag in Vim ftplugins
Diffstat (limited to 'vim/ftplugin/sed.vim')
-rw-r--r--vim/ftplugin/sed.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/ftplugin/sed.vim b/vim/ftplugin/sed.vim
index 350bc976..9627941d 100644
--- a/vim/ftplugin/sed.vim
+++ b/vim/ftplugin/sed.vim
@@ -2,6 +2,7 @@
if exists('b:did_ftplugin')
finish
endif
+let b:did_ftplugin = 1
" Set comment formats
setlocal comments=:#