From 373c46f8a7db8bb07d180ae2b5cf61b6f9add681 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 5 Nov 2017 01:41:42 +1300 Subject: Use simpler error message for 'fo'-'a' absence --- vim/config/format.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/config') diff --git a/vim/config/format.vim b/vim/config/format.vim index a3a1a453..c41e55ef 100644 --- a/vim/config/format.vim +++ b/vim/config/format.vim @@ -46,7 +46,7 @@ if has('eval') && has('user_commands') else nnoremap \ a - \ :echomsg 'No "formatoptions" "a" flag in Vim < 7.0' + \ :echomsg 'No formatoptions a-flag' endif endif -- cgit v1.2.3