We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3983f4 commit aa61b45Copy full SHA for aa61b45
plugin/vim-erlang-tags.vim
@@ -55,7 +55,7 @@ function! VimErlangTagsSelect(split)
55
split
56
endif
57
let orig_isk = &isk
58
- set isk+=:
+ set isk+=:,-
59
normal "_vawo
60
if getline('.')[col('.') - 2] =~# '[#?]'
61
normal h
0 commit comments