X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/05798a07ddd5430fabf9298fe9da14ad6968235c..c0b598b6e64399bf684b6ff0e2cc4adae2c479f2:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index cd91036..de47d4c 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -468,7 +468,7 @@ nnoremap [oe :set expandtab nnoremap ]oe :set noexpandtab for idt in range(1,8) - exe 'nnoremap co'.idt.' :set tabstop='.idt.' shiftwidth='.idt.' softtabstop='.idt.'' + exe 'nnoremap co'.idt.' :setlocal tabstop='.idt.' shiftwidth='.idt.' softtabstop='.idt.'' endfor " toggle auto format of text