Commit f3983f4
committed
Fix mouse mappings
The original mouse mapping didn't work well, because when I clicked on a word,
Vim thought that the tag was only the part of the word from the position of the
mouse pointer to the end of the word. E.g. if I clicked on the letter "c" of
"function", it wanted to jump to the "ction" tag.1 parent 162b8d1 commit f3983f4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments