From 1bf71e686af4dd1a39afd2ce994771f8aca71110 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 13 Jul 2018 10:39:43 +1200 Subject: Add missing angle bracket for Vim ftplugin undo --- vim/after/ftplugin/vim.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/after/ftplugin/vim.vim b/vim/after/ftplugin/vim.vim index 2b8ddbb9..ca6b01b0 100644 --- a/vim/after/ftplugin/vim.vim +++ b/vim/after/ftplugin/vim.vim @@ -6,7 +6,7 @@ endif " Use Vint as a syntax checker compiler vint let b:undo_ftplugin .= '|unlet b:current_compiler' - \ . '|setlocal errorformat< makeprg' + \ . '|setlocal errorformat< makeprg<' " Stop here if the user doesn't want ftplugin mappings if exists('g:no_plugin_maps') || exists('g:no_vim_maps') -- cgit v1.2.3