Commit 4c6e262
committed
fix: use getline('.') in s:RightRelease for correct plumbing
Using expand('<cWORD>') in s:RightRelease meant that s:Open received only
a single word, but still with the absolute column index of the mouse
click. This caused regex column matches in s:Match to fail silently.
By using getline('.'), s:Open receives the full line, ensuring that
column-based plumbing patterns (like URL detection) work correctly when
right-clicking.1 parent b33563f commit 4c6e262
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1057 | 1057 | | |
1058 | 1058 | | |
1059 | 1059 | | |
1060 | | - | |
| 1060 | + | |
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
| |||
0 commit comments