Commit 90426e0
committed
Fix MacVim GUI to hard-code sign icon to width of 2 to reduce dependency
Prevoiusly the code uses strlen to get the sign icon width but it's
always 2 (according to Vim's documentation, see ":h sign-define"), and
the function it calls (`sign_get_text`) has been removed from Vim
already. Just use the hard-coded 2 for simplicity and reduce dependency.1 parent c222e33 commit 90426e0
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2369 | 2369 | | |
2370 | 2370 | | |
2371 | 2371 | | |
2372 | | - | |
2373 | | - | |
| 2372 | + | |
2374 | 2373 | | |
2375 | 2374 | | |
2376 | 2375 | | |
| |||
0 commit comments