diff --git a/Gemfile.lock b/Gemfile.lock index 3238b2d..eb9fd06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ GEM blankslate (~> 2.0) rake (10.1.0) thor (0.18.1) - vim-flavor (1.1.2) + vim-flavor (1.1.3) parslet (~> 1.0) thor (~> 0.14) diff --git a/t/tablemode.vim b/t/tablemode.vim index a70b8a7..61b240f 100644 --- a/t/tablemode.vim +++ b/t/tablemode.vim @@ -52,6 +52,7 @@ describe 'tablemode' describe 'API' before new + normal! ggdG call tablemode#TableModeEnable() normal i |test11|test12| |test21|test22| end @@ -131,6 +132,7 @@ describe 'tablemode' describe 'Tableize' before new + normal! ggdG normal i asd,asd;asd,asd asd,asd;asd,asd end @@ -153,6 +155,7 @@ describe 'tablemode' describe 'left or right' before new + normal! ggdG call tablemode#TableModeEnable() normal i|test11|test12| |test21|test22| call cursor(1, 3) @@ -193,6 +196,7 @@ describe 'tablemode' describe 'up or down' before new + normal! ggdG call tablemode#TableModeEnable() normal i|test11|test12| |test21|test22| call cursor(1, 3) @@ -228,7 +232,7 @@ describe 'tablemode' describe 'Manipulations' before new - call tablemode#TableModeEnable() + normal! ggdG normal i|test11|test12| |test21|test22| call cursor(1, 3) end