From 429baff887592f8f29aecec6ed8d6c57a3cf6600 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 8 Jul 2018 17:23:15 +1200 Subject: Correct filetype reset; blank, not NONE --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 982bd5ba..7a936ba0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -273,7 +273,7 @@ nnoremap s :setlocal spell! spell? " \t shows current filetype nnoremap t :setlocal filetype? " \T clears filetype (follow with \R) -nnoremap T :setlocal filetype=NONE +nnoremap T :setlocal filetype= " \u sets US English spelling (compare \z) nnoremap u :setlocal spelllang=en_us " \v shows all global variables -- cgit v1.2.3