We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb639c1 commit 3265e11Copy full SHA for 3265e11
keymap/vim.js
@@ -3003,7 +3003,7 @@
3003
// Only clip if the selection ends with trailing newline + whitespace
3004
if (/\n\s*$/.test(selection)) {
3005
var lines = selection.split('\n');
3006
- // We know this is all whitepsace.
+ // We know this is all whitespace.
3007
lines.pop();
3008
3009
// Cases:
0 commit comments