Vimrc: set breakindent

This commit is contained in:
Kolan Sh 2014-06-27 00:42:06 +04:00
parent 36c3f59e05
commit e486602a60
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -19,7 +19,7 @@ set backspace=indent,eol,start
color backbone
set number
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
function! GnuIndent()