aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-14 23:21:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-14 23:21:47 +1300
commitff5f3d55442d82381adbd98397724e5b04cfd9d7 (patch)
tree94da735feae09a91e750d365a0d9f2f7fafa845d
parentRemove trailing quote from edda(1df) manual (diff)
downloaddotfiles-ff5f3d55442d82381adbd98397724e5b04cfd9d7.tar.gz
dotfiles-ff5f3d55442d82381adbd98397724e5b04cfd9d7.zip
Add missing left angle bracket to filetype undo
-rw-r--r--vim/ftplugin/tmux.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/ftplugin/tmux.vim b/vim/ftplugin/tmux.vim
index ecbd3e85..350bc976 100644
--- a/vim/ftplugin/tmux.vim
+++ b/vim/ftplugin/tmux.vim
@@ -6,4 +6,4 @@ endif
" Set comment formats
setlocal comments=:#
setlocal formatoptions+=or
-let b:undo_ftplugin = 'setlocal comments< formatoptions'
+let b:undo_ftplugin = 'setlocal comments< formatoptions<'