Skip to content

Commit aa61b45

Browse files
committed
(vim-erlang#19) Improve quoted atom detection
Closes vim-erlang#19
1 parent f3983f4 commit aa61b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/vim-erlang-tags.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function! VimErlangTagsSelect(split)
5555
split
5656
endif
5757
let orig_isk = &isk
58-
set isk+=:
58+
set isk+=:,-
5959
normal "_vawo
6060
if getline('.')[col('.') - 2] =~# '[#?]'
6161
normal h

0 commit comments

Comments
 (0)