Two spaces when joining lines
This commit is contained in:
parent
b2a6e39bff
commit
d7d8bc651c
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -67,6 +67,7 @@ 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
|
||||||
|
@ -74,7 +75,6 @@ set listchars=trail:·,extends:→,precedes:←,nbsp:␣
|
||||||
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