Closed minond closed 1 year ago
I'm just seeing https://github.com/wlangstroth/vim-racket/pull/79 -- closing this PR in favor of that one. Any technical reason that PR hasn't been merged yet though? In any case, thanks for the great plugin!
I'm just seeing https://github.com/wlangstroth/vim-racket/pull/79 -- closing this PR in favor of that one. Any technical reason that PR hasn't been merged yet though? In any case, thanks for the great plugin!
I can't answer for @wlangstroth , but I haven't seen a lot of activity here. The files that ship with Vim come from my fork https://github.com/benknoble/vim-racket, which already has a similar fix using silent!
.
Hey @benknoble, thanks for the reply. That's awesome, I've switched over to your fork.
You absolutely should use @benknoble 's fork. Pass it on.
Conditionally unmapping
nmap <buffer> K
andnmap <buffer> K
which are conditionally mapped in the first place (when no previous mapping exists.)