From 07288c6255de470a5539d6f7b45c992f450c3d90 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 1 Jul 2018 23:49:54 +1200 Subject: Remove unnecessary value report from \u \z maps --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index f322c191..5cc62439 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -252,7 +252,7 @@ nnoremap s :setlocal spell! spell? " \t shows current filetype nnoremap t :set filetype? " \u sets US English spelling (compare \z) -nnoremap u :setlocal spelllang=en_us spelllang? +nnoremap u :setlocal spelllang=en_us " \v shows all global variables nnoremap v :let g: v: " \V shows all local variables @@ -262,7 +262,7 @@ nnoremap w :set wrap! wrap? " \x strips trailing whitespace via a custom plugin nmap x StripTrailingWhitespace " \z sets NZ English spelling (compare \u) -nnoremap z :setlocal spelllang=en_nz spelllang? +nnoremap z :setlocal spelllang=en_nz " Custom digraphs if has('digraphs') -- cgit v1.2.3