From aa61b45afaaf05175805fcc3f6703c1cafc7fa6d Mon Sep 17 00:00:00 2001 From: Per Fryking Date: Sat, 31 Jan 2015 13:13:20 +0100 Subject: [PATCH] (#19) Improve quoted atom detection Closes #19 --- plugin/vim-erlang-tags.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vim-erlang-tags.vim b/plugin/vim-erlang-tags.vim index 839b699..38f5fb9 100644 --- a/plugin/vim-erlang-tags.vim +++ b/plugin/vim-erlang-tags.vim @@ -55,7 +55,7 @@ function! VimErlangTagsSelect(split) split endif let orig_isk = &isk - set isk+=: + set isk+=:,- normal "_vawo if getline('.')[col('.') - 2] =~# '[#?]' normal h