Don't join with double spaces
This commit is contained in:
parent
b61a90ff02
commit
76539f02bd
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -63,7 +63,6 @@ set hidden
|
||||||
set history=1000
|
set history=1000
|
||||||
set ignorecase
|
set ignorecase
|
||||||
set incsearch
|
set incsearch
|
||||||
set joinspaces
|
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
set linebreak
|
set linebreak
|
||||||
set list
|
set list
|
||||||
|
@ -71,6 +70,7 @@ set listchars=tab:→·,trail:~,extends:>,precedes:<
|
||||||
set modelines=0
|
set modelines=0
|
||||||
set nobackup
|
set nobackup
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
|
set nojoinspaces
|
||||||
set nomodeline
|
set nomodeline
|
||||||
set nowritebackup
|
set nowritebackup
|
||||||
set nrformats-=octal
|
set nrformats-=octal
|
||||||
|
|
Loading…
Reference in a new issue