aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/cursor_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/ui/cursor_spec.lua')
-rw-r--r--test/functional/ui/cursor_spec.lua40
1 files changed, 20 insertions, 20 deletions
diff --git a/test/functional/ui/cursor_spec.lua b/test/functional/ui/cursor_spec.lua
index 56f02e4e7f..1e3a9fcb60 100644
--- a/test/functional/ui/cursor_spec.lua
+++ b/test/functional/ui/cursor_spec.lua
@@ -30,8 +30,8 @@ describe('ui/cursor', function()
blinkwait = 700,
cell_percentage = 25,
cursor_shape = 'vertical',
- hl_id = 45,
- id_lm = 46,
+ hl_id = 46,
+ id_lm = 47,
mouse_shape = 0,
short_name = 'ci' },
cmdline_normal = {
@@ -40,8 +40,8 @@ describe('ui/cursor', function()
blinkwait = 700,
cell_percentage = 0,
cursor_shape = 'block',
- hl_id = 45,
- id_lm = 46,
+ hl_id = 46,
+ id_lm = 47,
mouse_shape = 0,
short_name = 'c' },
cmdline_replace = {
@@ -50,8 +50,8 @@ describe('ui/cursor', function()
blinkwait = 700,
cell_percentage = 20,
cursor_shape = 'horizontal',
- hl_id = 45,
- id_lm = 46,
+ hl_id = 46,
+ id_lm = 47,
mouse_shape = 0,
short_name = 'cr' },
insert = {
@@ -60,8 +60,8 @@ describe('ui/cursor', function()
blinkwait = 700,
cell_percentage = 25,
cursor_shape = 'vertical',
- hl_id = 45,
- id_lm = 46,
+ hl_id = 46,
+ id_lm = 47,
mouse_shape = 0,
short_name = 'i' },
more = {
@@ -76,8 +76,8 @@ describe('ui/cursor', function()
blinkwait = 700,
cell_percentage = 0,
cursor_shape = 'block',
- hl_id = 45,
- id_lm = 46,
+ hl_id = 46,
+ id_lm = 47,
mouse_shape = 0,
short_name = 'n' },
operator = {
@@ -86,8 +86,8 @@ describe('ui/cursor', function()
blinkwait = 700,
cell_percentage = 50,
cursor_shape = 'horizontal',
- hl_id = 45,
- id_lm = 45,
+ hl_id = 46,
+ id_lm = 46,
mouse_shape = 0,
short_name = 'o' },
replace = {
@@ -96,8 +96,8 @@ describe('ui/cursor', function()
blinkwait = 700,
cell_percentage = 20,
cursor_shape = 'horizontal',
- hl_id = 45,
- id_lm = 46,
+ hl_id = 46,
+ id_lm = 47,
mouse_shape = 0,
short_name = 'r' },
showmatch = {
@@ -106,8 +106,8 @@ describe('ui/cursor', function()
blinkwait = 175,
cell_percentage = 0,
cursor_shape = 'block',
- hl_id = 45,
- id_lm = 45,
+ hl_id = 46,
+ id_lm = 46,
short_name = 'sm' },
statusline_drag = {
mouse_shape = 0,
@@ -121,8 +121,8 @@ describe('ui/cursor', function()
blinkwait = 700,
cell_percentage = 0,
cursor_shape = 'block',
- hl_id = 45,
- id_lm = 46,
+ hl_id = 46,
+ id_lm = 47,
mouse_shape = 0,
short_name = 'v' },
visual_select = {
@@ -131,8 +131,8 @@ describe('ui/cursor', function()
blinkwait = 700,
cell_percentage = 35,
cursor_shape = 'vertical',
- hl_id = 45,
- id_lm = 45,
+ hl_id = 46,
+ id_lm = 46,
mouse_shape = 0,
short_name = 've' },
vsep_drag = {