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 ignorecase
|
||||
set incsearch
|
||||
set joinspaces
|
||||
set laststatus=2
|
||||
set linebreak
|
||||
set list
|
||||
|
@ -74,7 +75,6 @@ set listchars=trail:·,extends:→,precedes:←,nbsp:␣
|
|||
set modelines=0
|
||||
set nobackup
|
||||
set noexpandtab
|
||||
set nojoinspaces
|
||||
set nomodeline
|
||||
set nowritebackup
|
||||
set nrformats-=octal
|
||||
|
|
Loading…
Reference in a new issue