[vim] insert only once space when joining lines

This commit is contained in:
Fernando Schauenburg 2018-04-15 11:18:17 +02:00
parent 76c4ef8bad
commit 354a0e2894

View file

@ -22,6 +22,7 @@ set nocompatible
set history=1000
set hlsearch
set incsearch
set nojoinspaces
set laststatus=2
set lazyredraw
set list