Skip to content

Commit 793c9e6

Browse files
committed
[vim bindings] let->var
1 parent 514c684 commit 793c9e6

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
@@ -2098,7 +2098,7 @@
20982098
},
20992099
moveToEndOfDisplayLine: function(cm) {
21002100
cm.execCommand("goLineRight");
2101-
let head = cm.getCursor();
2101+
var head = cm.getCursor();
21022102
if (head.sticky == "before") head.ch--;
21032103
return head;
21042104
},

0 commit comments

Comments
 (0)