Fix of a nonsensical expression in vimrc
This commit is contained in:
parent
eccf8bfd13
commit
67181d3009
2
vimrc
2
vimrc
@ -131,7 +131,7 @@ set viminfo='50,"50 " '=marks for x files, "=registers for x files
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
au BufNewFile,BufRead *.py,*.pyw,*.c,*.h,*.pyx,%akefil* match BadWhitespace /\s\+$/ |
|
au BufNewFile,BufRead *.py,*.pyw,*.c,*.h,*.pyx,%akefil*
|
||||||
\ setlocal tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab autoindent
|
\ setlocal tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab autoindent
|
||||||
\ textwidth=79 fileformat=unix
|
\ textwidth=79 fileformat=unix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user