diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/ex_cmds/cmd_map_spec.lua | 2 | ||||
-rw-r--r-- | test/unit/marktree_spec.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ex_cmds/cmd_map_spec.lua b/test/functional/ex_cmds/cmd_map_spec.lua index 12867179bd..2a2628350d 100644 --- a/test/functional/ex_cmds/cmd_map_spec.lua +++ b/test/functional/ex_cmds/cmd_map_spec.lua @@ -451,7 +451,7 @@ describe('mappings with <Cmd>', function() ]]) eq('s', funcs.mode(1)) - -- visual mapping in select mode restart selct mode after operator + -- visual mapping in select mode restart select mode after operator feed('<F5>') eq('s', funcs.mode(1)) eq({'some short l'}, funcs.getreg('a',1,1)) diff --git a/test/unit/marktree_spec.lua b/test/unit/marktree_spec.lua index 97b97b47bb..3f9dd4df12 100644 --- a/test/unit/marktree_spec.lua +++ b/test/unit/marktree_spec.lua @@ -391,7 +391,7 @@ describe('marktree', function() local iter = ffi.new("MarkTreeIter[1]") local ids = {} - -- new index and old index look the same, but still have to move becase + -- new index and old index look the same, but still have to move because -- pos will get updated table.insert(ids, put(tree, 1, 1, false, 1, 3, false)) table.insert(ids, put(tree, 1, 3, false, 1, 3, false)) |