aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-05 01:41:42 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-05 01:41:42 +1300
commit373c46f8a7db8bb07d180ae2b5cf61b6f9add681 (patch)
treef876d7a404d7da85e0c329b32e1df07f3b0a5a7a
parentKeep script var cache of 'a' 'fo' flag support (diff)
downloaddotfiles-373c46f8a7db8bb07d180ae2b5cf61b6f9add681.tar.gz
dotfiles-373c46f8a7db8bb07d180ae2b5cf61b6f9add681.zip
Use simpler error message for 'fo'-'a' absence
-rw-r--r--vim/config/format.vim2
1 files changed, 1 insertions, 1 deletions
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 <silent>
\ <Leader>a
- \ :<C-U>echomsg 'No "formatoptions" "a" flag in Vim < 7.0'<CR>
+ \ :<C-U>echomsg 'No formatoptions a-flag'<CR>
endif
endif