From fc42dfca61fd3f09b89621e5fc04901a5d1525ad Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 24 Nov 2020 21:38:42 -0500 Subject: .vimrc: Set option nojoinspaces --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 72cdf59..c15f7b7 100644 --- a/.vimrc +++ b/.vimrc @@ -30,8 +30,9 @@ set cursorline " Set cursor line highlight. set notimeout " Wait indefinitely for complete key combinations. set ttimeout " Prevent pressing twice. set showcmd " Show key presses in status line. -set path+=** " Search subfolders. set wildmenu " Show tab completions menu. +set nojoinspaces " Insert one space after a '.', '?' and '!' with a join command. +set path+=** " Search subfolders. set display=lastline " @@@ indicates remaining line is not displayed. set hidden " Set hidden buffers. -- cgit v1.2.3