From c4b8bf1e79c9a4e4d6b98c22f2248423a83a7433 Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Mon, 19 Aug 2019 20:39:27 +0900 Subject: [PATCH] Don't set isident because it's global variable --- syntax/gas.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/syntax/gas.vim b/syntax/gas.vim index d7f3b66..7f3ec02 100644 --- a/syntax/gas.vim +++ b/syntax/gas.vim @@ -14,7 +14,6 @@ elseif exists("b:current_syntax") endif setlocal iskeyword +=%,.,-,_ -setlocal isident +=%,.,-,_ syn case ignore