clickable.vim
clickable.vim copied to clipboard
clickable makes vim slow when editing html files or templates
I am experiencing heavy performance issues of vim when editing html templates, e.g. moving the cursor around:
I see tons of
brk(0x299c000) = 0x299c000
brk(0x29cb000) = 0x29cb000
brk(0x296e000) = 0x296e000
brk(0x299c000) = 0x299c000
brk(0x29cb000) = 0x29cb000
brk(0x296e000) = 0x296e000
brk(0x299c000) = 0x299c000
brk(0x29cb000) = 0x29cb000
brk(0x296e000) = 0x296e000
brk(0x299c000) = 0x299c000
brk(0x29cb000) = 0x29cb000
brk(0x296e000) = 0x296e000
also see https://github.com/xolox/vim-easytags/issues/30 where the same issues are in place.
I am using Vim 7.4
Yes, the clickable have add additional syntax settings to files.
also it's binding CURSORMOVED events.
I will try to improve the performance.