From ff5f3d55442d82381adbd98397724e5b04cfd9d7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 14 Nov 2018 23:21:30 +1300 Subject: Add missing left angle bracket to filetype undo --- vim/ftplugin/tmux.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/ftplugin/tmux.vim') 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<' -- cgit v1.2.3