From de70c19ac7553ea1ee3e766c929dcb73e93f7a99 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Wed, 6 Dec 2017 11:41:04 +0000 Subject: [PATCH] . is no longer a keyword --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 014fc38..79228f6 100644 --- a/vimrc +++ b/vimrc @@ -173,7 +173,7 @@ iabbrev adn and iabbrev waht what iabbrev tehn then -" set iskeyword+=- +set iskeyword+=- set scrolloff=10 " scroll offset set showcmd " show command in bottom bar set incsearch