Skip to content

Commit 3265e11

Browse files
jsorefmarijnh
authored andcommitted
[vim keymap] Fix spelling of 'whitespace'
1 parent eb639c1 commit 3265e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keymap/vim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3003,7 +3003,7 @@
30033003
// Only clip if the selection ends with trailing newline + whitespace
30043004
if (/\n\s*$/.test(selection)) {
30053005
var lines = selection.split('\n');
3006-
// We know this is all whitepsace.
3006+
// We know this is all whitespace.
30073007
lines.pop();
30083008

30093009
// Cases:

0 commit comments

Comments
 (0)