aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-08 17:23:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-08 17:23:15 +1200
commit429baff887592f8f29aecec6ed8d6c57a3cf6600 (patch)
tree6df3a8b60238e7cf82e318ec9fc1687b4425ae09 /vim/vimrc
parentCorrect a comment on shebang_update.vim (diff)
downloaddotfiles-429baff887592f8f29aecec6ed8d6c57a3cf6600.tar.gz
dotfiles-429baff887592f8f29aecec6ed8d6c57a3cf6600.zip
Correct filetype reset; blank, not NONE
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 982bd5ba..7a936ba0 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -273,7 +273,7 @@ nnoremap <Bslash>s :<C-U>setlocal spell! spell?<CR>
" \t shows current filetype
nnoremap <Bslash>t :<C-U>setlocal filetype?<CR>
" \T clears filetype (follow with \R)
-nnoremap <Bslash>T :<C-U>setlocal filetype=NONE<CR>
+nnoremap <Bslash>T :<C-U>setlocal filetype=<CR>
" \u sets US English spelling (compare \z)
nnoremap <Bslash>u :<C-U>setlocal spelllang=en_us<CR>
" \v shows all global variables