Vimrc: set breakindent
This commit is contained in:
parent
36c3f59e05
commit
e486602a60
2
.vimrc
2
.vimrc
|
@ -19,7 +19,7 @@ set backspace=indent,eol,start
|
||||||
color backbone
|
color backbone
|
||||||
set number
|
set number
|
||||||
nmap <F6> :set invlist<cr>
|
nmap <F6> :set invlist<cr>
|
||||||
set breakindent " https://www.linux.org.ru/forum/general/10615635?lastmod=1403800233259
|
" set breakindent " https://www.linux.org.ru/forum/general/10615635?lastmod=1403800233259
|
||||||
|
|
||||||
" Setup for the GNU coding format standard
|
" Setup for the GNU coding format standard
|
||||||
function! GnuIndent()
|
function! GnuIndent()
|
||||||
|
|
Loading…
Reference in New Issue