From 5da38130825716c9de465e0c501db98992c5e972 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 28 Apr 2019 18:59:35 +0200 Subject: [PATCH] Set joinspaces --- editors/vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editors/vim/vimrc b/editors/vim/vimrc index 470ca77..7d8bc11 100644 --- a/editors/vim/vimrc +++ b/editors/vim/vimrc @@ -79,6 +79,8 @@ endif set autoindent " smart indent; stop indent when closing brackets etc set smartindent +" two spaces after .?! when joining lines +set joinspaces " searching " highlight search result