From 4178e5a92276ad6eb75b7208c1858079a76380e8 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 15 Mar 2014 01:48:45 +0400 Subject: [PATCH] Set iskeyword in one command instead of two --- .vim/after/plugin/isk.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vim/after/plugin/isk.vim b/.vim/after/plugin/isk.vim index a9ef21a..c361e75 100644 --- a/.vim/after/plugin/isk.vim +++ b/.vim/after/plugin/isk.vim @@ -1,2 +1 @@ -autocmd BufReadPost * set iskeyword-=- -autocmd BufReadPost * set iskeyword-=. +autocmd BufReadPost * set iskeyword-=- iskeyword-=. -- 2.39.2