There was an error while loading. Please reload this page.
2 parents ff45930 + 33ad151 commit 408385fCopy full SHA for 408385f
src/neovim.ts
@@ -294,7 +294,7 @@ export class NeovimManager {
294
pluginInfo
295
};
296
297
- if (mode.mode.startsWith('v')) {
+ if (mode.mode.startsWith('v') || mode.mode.startsWith('V')) {
298
try {
299
// Use a more reliable method to get the visual selection
300
// This Lua code gets the actual selected text
0 commit comments