vim-erlang / vim-erlang-tags

Generate Vim tags for Erlang files
https://vim-erlang.github.io
Other
61 stars 23 forks source link

Experiment: always set 'iskeyword' for erlang #12

Closed sanmiguel closed 10 years ago

sanmiguel commented 10 years ago

I've an experimental branch in my fork, here: https://github.com/sanmiguel/vim-erlang-tags/tree/set-iskeyword-for-erl-filetype which always does set isk+=: for erlang files, rather than needing the special bindings for erlang files.

Thoughts, comments, suggestions welcome as always

hcs42 commented 10 years ago

Initially I also always had : in isk, but it can be annoying when you have binaries and want to use keyword completion:

I found two minor (and probably fixable) cases when this setting makes a difference in syntax highlighting:

hcs42 commented 10 years ago

I'm closing issues at hcs42/vim-erlang-tags. From now on issues shall be written on vim-erlang/vim-erlang-tags. Please reopen the issue there if you still think it is relevant.