Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement nowrapscan #4028

Merged
merged 4 commits into from Sep 4, 2019
Merged

Implement nowrapscan #4028

merged 4 commits into from Sep 4, 2019

Conversation

contrib15
Copy link
Contributor

What this PR does / why we need it:
Missing nowrapscan feature
Which issue(s) this PR fixes
#3155

Special notes for your reviewer:
Inspired by aborted PR #3192

@TravisBuddy
Copy link

Travis tests have failed

Hey @contrib15,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 8

View build log

if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
The command "if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi" exited with 0.
$ npm run build

> vim@1.10.2 build /home/travis/build/VSCodeVim/Vim
> gulp build

[09:15:50] Using gulpfile ~/build/VSCodeVim/Vim/gulpfile.js
[09:15:50] Starting 'build'...
[09:15:50] Starting 'prettier'...
[09:15:50] Finished 'prettier' after 19 ms
[09:15:50] Starting 'tsc'...
[09:15:50] Starting 'tslint'...
[09:15:57] Finished 'tslint' after 7.7 s
[09:16:06] Finished 'tsc' after 17 s
[09:16:06] Starting 'commit-hash'...
[09:16:06] Finished 'commit-hash' after 27 ms
[09:16:06] Finished 'build' after 17 s
The command "npm run build" exited with 0.
$ npm test

> vim@1.10.2 test /home/travis/build/VSCodeVim/Vim
> node ./node_modules/vscode/bin/test

### VS Code Extension Test Run ###

Current working directory: /home/travis/build/VSCodeVim/Vim
Downloading VS Code 1.37.1 into .vscode-test/vscode-1.37.1.
Downloading VS Code from: https://update.code.visualstudio.com/1.37.1/linux-x64/stable
Downloaded VS Code 1.37.1
Running extension tests: /home/travis/build/VSCodeVim/Vim/.vscode-test/vscode-1.37.1/VSCode-linux-x64/code /home/travis/build/VSCodeVim/Vim/out/test --extensionDevelopmentPath=/home/travis/build/VSCodeVim/Vim --extensionTestsPath=/home/travis/build/VSCodeVim/Vim/out/test --locale=en
[main 2019-09-02T09:16:11.225Z] update#setState idle

bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

nvm is not compatible with the "npm_config_prefix" environment variable: currently set to "/home/travis/.nvm/versions/node/v8.16.1"

Run `unset npm_config_prefix` to unset it.




  base action

    ✓ compare key presses

    ✓ couldActionApply 1D keys positive

    ✓ couldActionApply 1D keys negative

    ✓ couldActionApply 2D keys positive

    ✓ couldActionApply 2D keys negative

    ✓ doesActionApply 1D keys positive

    ✓ doesActionApply 1D keys negative

    ✓ doesActionApply 2D keys positive

    ✓ doesActionApply 2D keys negative



  cursor location

    ✓ cursor location in command line (142ms)

    ✓ cursor location in search



  HistoryFile

    ✓ add command (59ms)

    ✓ add empty command

    ✓ add command over configuration.history

    ✓ add command that exists in history

    ✓ file system (42ms)

    ✓ change configuration.history (58ms)



  command-line lexer

    ✓ can lex empty string

    ✓ can lex comma

    ✓ can lex percent

    ✓ can lex dollar

    ✓ can lex dot

    ✓ can lex one number

    ✓ can lex longer number

    ✓ can lex plus

    ✓ can lex minus

    ✓ can lex forward search

    ✓ can lex forward search escaping

    ✓ can lex reverse search

    ✓ can lex reverse search escaping

    ✓ can lex command name

    ✓ can lex command args

    ✓ can lex command args with leading whitespace

    ✓ can lex long command name and args

    ✓ can lex left and right line refs



  command-line parser
    ✓ can parse empty string
    ✓ can parse left - dot
    ✓ can parse left - dollar

    ✓ can parse left - percent
    ✓ can parse separator - comma
    ✓ can parse right - dollar

  command line scanner
    ✓ ctor

    ✓ can detect EOF with empty input

    ✓ next() returns EOF at EOF

    ✓ can scan

    ✓ can emit

    ✓ can ignore

    ✓ can skip whitespace

    ✓ can skip whitespace with one char before EOF

    ✓ can skip whitespace at EOF

    ✓ nextWord() return EOF at EOF

    ✓ nextWord() return word before trailing spaces

    ✓ nextWord() can skip whitespaces and return word 

    ✓ nextWord() return word before EOF

    ✓ can expect one of a set

    ✓ can expect only one of a set



  Basic sort

    ✓ Sort whole file, asc (166ms)

    ✓ Sort whole file, asc, ignoreCase (124ms)

    ✓ Sort whole file, dsc (133ms)

    ✓ Sort whole file, dsc, ignoreCase (121ms)

    ✓ Sort range, asc (162ms)

    ✓ Sort range, asc, ignoreCase (165ms)

    ✓ Sort range, dsc (184ms)

    ✓ Sort range, dsc, ignoreCase (175ms)



  Horizontal split

    ✓ Run :sp (89ms)

    ✓ Run :split (63ms)

    ✓ Run :new (76ms)



  :close args parser

    ✓ has all aliases

    ✓ can parse empty args

    ✓ ignores trailing white space

    ✓ can parse !

    ✓ throws if space before !

    ✓ ignores space after !

    ✓ throws if bad input



  :quit args parser

    ✓ has all aliases

    ✓ can parse empty args

    ✓ ignores trailing white space

    ✓ can parse !

    ✓ throws if space before !

    ✓ ignores space after !

    ✓ throws if bad input



  :substitute args parser

    ✓ can parse pattern, replace, and flags

    ✓ can parse count

    ✓ can parse custom delimiter

    ✓ can escape delimiter

    ✓ can parse flag KeepPreviousFlags



  :write args parser

    ✓ has all aliases

    ✓ can parse empty args

    ✓ can parse ++opt

    ✓ throws if bad ++opt name

    ✓ can parse bang

    ✓ can parse ' !cmd'

    ✓ can parse ' !cmd' when cmd is empty



  Basic substitute

    ✓ Replace single word once (82ms)

    ✓ Replace with `g` flag (98ms)

    ✓ Replace with flags AND count (129ms)

    ✓ Replace with `c` flag (64ms)

    ✓ Replace with `gc` flag (102ms)

    ✓ Replace across all lines (126ms)

    ✓ Replace on specific single line (147ms)

    ✓ Replace on current line using dot (153ms)

    ✓ Replace single relative line using dot and plus (180ms)

    ✓ Replace across specific line range (166ms)

    ✓ Replace across relative line range using dot, plus, and minus (137ms)

    ✓ Replace across relative line range using numLines+colon shorthand (165ms)

    ✓ Repeat replacement across relative line range (134ms)

    ✓ Replace with range AND count but no flags (102ms)

    ✓ Undocumented: operator without LHS assumes dot as LHS (129ms)

    ✓ Undocumented: multiple consecutive operators use 1 as RHS (172ms)

    ✓ Undocumented: trailing operators use 1 as RHS (126ms)

    ✓ Replace specific single equal lines (113ms)

    ✓ Replace current line with no active selection (163ms)

    ✓ Replace text in selection (202ms)

    ✓ Substitute support marks (115ms)

    Effects of substituteGlobalFlag=true

      ✓ Replace all matches in the line (65ms)

      ✓ Replace with `g` flag inverts global flag (66ms)

      ✓ Replace with `c` flag inverts global flag (113ms)

      ✓ Replace multiple lines (142ms)

      ✓ Replace across specific lines (261ms)

      ✓ Replace current line with no active selection (112ms)

      ✓ Replace text in selection (146ms)

      ✓ Substitute support marks (138ms)

      ✓ Substitute with escaped delimiter (113ms)

    Substitute should use various previous search/substitute states

      ✓ Substitute with previous search using * (349ms)

      ✓ Substitute with previous search using # (261ms)

      ✓ Substitute with previous search using / (369ms)

      ✓ Substitute with parameters should update search state (197ms)

      ✓ Substitute with empty replacement should delete previous substitution (all variants) and accepts flags (407ms)

      ✓ Substitute with no pattern should repeat previous substitution and not alter search state (193ms)

      ✓ Substitute repeat previous should accept flags (113ms)

      ✓ Substitute with empty search string should use last searched pattern (388ms)

      ✓ Ampersand (&) should repeat the last substitution (91ms)



  cmd_line tab

    ✓ tabe with no arguments when not in workspace opens an untitled file

    ✓ tabedit with no arguments when not in workspace opens an untitled file

    ✓ tabe with absolute path when not in workspace opens file (171ms)

    ✓ tabe with current file path does nothing (83ms)



  cmd_line tabComplete

    ✓ command line command tab completion

    ✓ command line file tab completion with no base path

    ✓ command line file tab completion with / as base path (42ms)

    ✓ command line file tab completion with ~/ as base path (45ms)

    ✓ command line file tab completion with ./ as base path

    ✓ command line file tab completion with ../ as base path



  Vertical split

    ✓ Run :vs (116ms)

    ✓ Run :vsp (62ms)

    ✓ Run :vsplit (112ms)

    ✓ Run :vnew (308ms)

    ✓ Run :vne (330ms)



  Basic write-quit

    ✓ Run write and quit (107ms)



  Provide line completions

    Line Completion Provider unit tests

      ✓ Can complete lines in file, prioritizing above cursor, near cursor (83ms)

      ✓ Can complete lines in file with different indentation (50ms)

      ✓ Returns no completions for unmatched line (60ms)



  Configuration

    ✓ remappings are normalized

    ✓ whichwrap is parsed into wrapKeys

    ✓ Can handle long key chords


  Notation
    ✓ Normalize



  Remapper

    ✓ getLongestedRemappedKeySequence (130ms)

    ✓ getMatchingRemap (122ms)

    ✓ jj -> <Esc> through modehandler (142ms)

TextEditor is closed/disposed

TextEditor is closed/disposed

    ✓ 0 -> :wq through modehandler (145ms)

    ✓ <c-e> -> <esc> in insert mode should go to normal mode (144ms)

    ✓ leader, w -> closeActiveEditor in normal mode through modehandler (158ms)

    ✓ leader, c -> closeActiveEditor in visual mode through modehandler (141ms)

TextEditor is closed/disposed
TextEditor is closed/disposed

    ✓ d -> black hole register delete in normal mode through modehandler (542ms)

[main 2019-09-02T09:16:41.227Z] update#setState checking for updates

[main 2019-09-02T09:16:41.365Z] update#setState idle

TextEditor is closed/disposed

TextEditor is closed/disposed

    ✓ d -> black hole register delete in normal mode through modehandler (620ms)

    ✓ jj -> <Esc> after ciw operator through modehandler (220ms)



  Neovim Validator

    ✓ neovim enabled without path

    ✓ neovim disabled



  Remapping Validator

    ✓ no remappings

    ✓ jj->esc

    ✓ remapping missing after and command

    ✓ remappings are de-duped



  Error

    ✓ error code has message



  package.json

    ✓ all keys have handlers

    ✓ all defined configurations in package.json have handlers



  Record and navigate jumps

    Jump Tracker unit tests

      ✓ Can record jumps between files

      ✓ Can handle file jump events sent by vscode in response to recordJumpBack

      ✓ Can record jumps between files after switching files

      ✓ Can handle jumps to the same file multiple times

      ✓ Can record up to 100 jumps, the fixed length in vanilla Vim

      ✓ Can handle text deleted from a file

    Can record jumps for actions the same as vanilla Vim

      Can track basic jumps

        ✓ Can track jumps for keys: Ggg (64ms)

        ✓ Can track jumps for keys: GggG (102ms)

        ✓ Can track jumps for keys: GggGgg (70ms)

        ✓ Can track jumps for keys: /b<CR>n (112ms)

        ✓ Can track jumps for keys: G?b<CR>ggG (90ms)

        ✓ Can track jumps for keys: j%% (57ms)

      Can track jumps with back/forward

        ✓ Can track jumps for keys: j%%<C-o> (56ms)

        ✓ Can track jumps for keys: j%%<C-o><C-i> (76ms)

        ✓ Can track jumps for keys: j%%<C-o>% (118ms)

        ✓ Can track jumps for keys: j%%<C-o>gg (87ms)

        ✓ Can track jumps for keys: j%%<C-o><C-o>gg (89ms)

        ✓ Can track jumps for keys: /^<CR>nnn<C-o><C-o><C-o><C-i>gg (119ms)

        ✓ Can enter number to jump back multiple times (81ms)

        ✓ Can track one-line `` jumps (120ms)

        ✓ Can track one-line double `` jumps (86ms)

        ✓ Can track one-line '' jumps (132ms)

        ✓ Can track one-line double '' jumps (148ms)

        ✓ Can handle '' jumps with no previous jump (67ms)

      Can shifts jump lines up after deleting a line with Visual Line Mode

        ✓ Can track jumps for keys: /^<CR>nnnkkdd (276ms)

        ✓ Can track jumps for keys: /^<CR>nnnkdd (120ms)

        ✓ Can track jumps for keys: /^<CR>nnnnn<C-o><C-o><C-o><C-o>dd (101ms)

        ✓ Can track jumps for keys: /a4<CR>/a5<CR>kkkdd (130ms)

      Can shifts jump lines up after deleting a line with Visual Mode

        ✓ Can track jumps for keys: /^<CR>nnnkklvjjhx (148ms)

      Can shift jump lines down after inserting a line

        ✓ Can track jumps for keys: /^<CR>nnnkkoINSERTED<Esc>0 (352ms)

        ✓ Can track jumps for keys: /^<CR>nnnkoINSERTED<Esc>0 (200ms)

        ✓ Can track jumps for keys: /^<CR>nnnkOINSERTED<Esc>0 (204ms)

        ✓ Can track jumps for keys: /a4<CR>/a5<CR>kkkoINSERTED<Esc>0 (240ms)

      Can track jumps from substitutes

        ✓ Can track jumps for keys: :%s/a/b<CR> (87ms)

      Can track jumps from macros

        ✓ Can track jumps for keys: qq/^<CR>nq@q@q<C-o><C-o> (172ms)

      Can track jumps from marks

        ✓ Can track jumps for keys: maG`a (79ms)



  Record and execute a macro

    ✓ Can record and execute (190ms)

    ✓ Can repeat last invoked macro (254ms)

    ✓ Can play back with count (469ms)

    ✓ Can play back with count, abort when a motion fails (480ms)

    ✓ Repeat change on contiguous lines (197ms)

    ✓ Append command to a macro (247ms)

    ✓ Can record Ctrl Keys and repeat (180ms)

    ✓ Can execute macros with dot commands properly (113ms)

    ✓ : (command) register can be used as a macro (127ms)



  Mode Handler

    ✓ ctor

    ✓ can set current mode


  Mode Handler Map

    ✓ getOrCreate



  Mode Insert

    ✓ can be activated (115ms)

    ✓ can handle key events

    ✓ <Esc> should change cursor position (66ms)

    ✓ <C-c> can exit insert (72ms)

    ✓ <Esc> can exit insert (89ms)

    ✓ Stay in insert when entering characters (90ms)

    ✓ Can handle 'O' (73ms)

    ✓ Can handle 'i' (272ms)

    ✓ Can handle 'I' (117ms)

    ✓ Can handle 'a' (172ms)

    ✓ Can handle 'A' (68ms)

    ✓ Can handle '<C-w>' (120ms)

    ✓ Can handle <C-w> on leading whitespace (71ms)

    ✓ Can handle <C-w> at beginning of line (65ms)

    ✓ Can handle <C-u> (126ms)

    ✓ Can handle <C-u> on leading characters (110ms)

    ✓ Can handle <C-u> on leading whitespace (74ms)

    ✓ Correctly places the cursor after deleting the previous line break (93ms)

    ✓ will not remove leading spaces input by user

    ✓ will remove closing bracket (51ms)

    ✓ Backspace works on whitespace only lines (145ms)

    ✓ Backspace works on end of whitespace only lines (98ms)

    ✓ Backspace works at beginning of file (113ms)

    ✓ Can perform <ctrl+o> to exit and perform one command in normal (140ms)

    ✓ Can perform <ctrl+o> to exit and perform one command in normal at the beginning of a row (233ms)

    ✓ Can perform insert command prefixed with count (94ms)

    ✓ Can perform append command prefixed with count (98ms)

    ✓ Can perform insert at start of line command prefixed with count (71ms)

    ✓ Can perform append to end of line command prefixed with count (71ms)

    ✓ Can perform change char (s) command prefixed with count (122ms)

    ✓ Can perform command prefixed with count with <C-[> (69ms)

    ✓ Can handle 'o' with count (157ms)

    ✓ Can handle 'O' with count (106ms)

    ✓ Can handle backspace at beginning of line with all spaces (62ms)

    ✓ Can handle digraph insert (114ms)

    ✓ Can handle custom digraph insert (56ms)


  Mode Normal

    ✓ Can be activated

    ✓ Can handle dw (75ms)

    ✓ Can handle dw (97ms)

    ✓ Can handle dw (88ms)

    ✓ Can handle dw across lines (1) (109ms)

    ✓ Can handle dw across lines (2) (81ms)

    ✓ Can handle dd last line (72ms)

    ✓ Can handle dd single line (66ms)

    ✓ Can handle dd (109ms)

    ✓ Can handle 3dd (263ms)

    ✓ Can handle 3dd off end of document (85ms)

    ✓ Can handle d2d (69ms)

    ✓ Can handle dd empty line (69ms)

    ✓ Can handle ddp (66ms)

    ✓ Can handle 'de' (132ms)

    ✓ Can handle 'de' then 'de' again (112ms)

    ✓ Can handle 'db' (82ms)

    ✓ Can handle 'db then 'db' again (146ms)

    ✓ Can handle 'dl' at end of line (105ms)

    ✓ Can handle 'dF' (130ms)

    ✓ Can handle 'dT' (97ms)

    ✓ Can handle 'd3' then <enter> (79ms)

    ✓ Can handle 'dj' (62ms)

    ✓ Can handle 'dk' (83ms)

    ✓ Can handle 'd])' without deleting closing parenthesis (123ms)

    ✓ Can handle 'd]}' without deleting closing bracket (160ms)

    ✓ Can handle 'cw' (168ms)

    ✓ Can handle 'cw' without deleting following white spaces (51ms)

    ✓ Can handle 'c2w' (54ms)

    ✓ Can handle 'cw' without removing EOL (87ms)

    ✓ Can handle 'c])' without deleting closing parenthesis (140ms)

    ✓ Can handle 'c]}' without deleting closing bracket (96ms)

    ✓ Can handle 's' (71ms)

    ✓ Can handle 'yiw' with correct cursor ending position (76ms)

    ✓ Can handle 'ciw' (152ms)

    ✓ Can handle 'ciw' on blanks (160ms)

    ✓ Can handle 'caw' (172ms)

    ✓ Can handle 'caw' on first letter (139ms)

    ✓ Can handle 'caw' on blanks (145ms)

    ✓ Can handle 'caw' on blanks (66ms)

    ✓ Can handle 'ci(' on first parentheses (178ms)

    ✓ Can handle 'ci(' with nested parentheses (79ms)

    ✓ Can handle 'ci(' backwards through nested parens (124ms)

    ✓ Can handle 'cib' on first parentheses (82ms)

    ✓ Can handle 'ci(' across multiple lines with last character at beginning (64ms)

    ✓ Can handle count prefixed 'ci)' (112ms)

    ✓ Can handle count prefixed 'ca)' (88ms)

    ✓ Can handle 'ca(' spanning multiple lines (79ms)

    ✓ Can handle 'cab' spanning multiple lines (261ms)

    ✓ Can handle 'ci{' spanning multiple lines (60ms)

    ✓ Can handle 'ci{' spanning multiple lines and handle whitespaces correctly (65ms)

    ✓ Can handle 'ci{' spanning multiple lines and handle whitespaces correctly (99ms)

    ✓ Can handle 'ci(' on the closing bracket (78ms)

    ✓ Can handle 'ciB' spanning multiple lines (76ms)

    ✓ will fail when ca( with no () (43ms)

    ✓ will fail when ca{ with no {} (120ms)

    ✓ will fail when caB with no {} (50ms)

    ✓ Can handle 'ci[' spanning multiple lines (93ms)

    ✓ Can handle 'ci]' on first bracket (69ms)

    ✓ Can handle 'ca[' on first bracket (196ms)

    ✓ Can handle 'ca]' on first bracket (77ms)

    ✓ Can handle 'ci'' on first quote (66ms)

    ✓ Can handle 'ci'' inside quoted string (54ms)

    ✓ Can handle 'ci'' on closing quote (80ms)

    ✓ Can handle 'ci'' when string is ahead (54ms)

    ✓ Can handle 'ci"' on opening quote (53ms)

    ✓ Can handle 'ci"' starting behind the quoted word (66ms)

    ✓ Can handle 'ca"' starting behind the quoted word (55ms)

    ✓ Can handle 'ca"' starting on the opening quote (110ms)

    ✓ Can handle 'ci"' with escaped quotes (90ms)

    ✓ Can handle 'ci"' with a single escaped quote (74ms)

    ✓ Can handle 'ci"' with a single escaped quote behind (97ms)

    ✓ Can handle 'ci"' with an escaped backslash (95ms)

    ✓ Can handle 'ci"' with an escaped backslash on closing quote (83ms)

    ✓ Can handle 'ca"' starting on the closing quote (126ms)

    ✓ Can handle 'ci"' with complex escape sequences (74ms)

    ✓ Can pick the correct open quote between two strings for 'ci"' (87ms)

    ✓ will fail when ca" ahead of quoted string (95ms)

    ✓ Can handle 'ca`' inside word (110ms)

    ✓ Can handle 'daw' on word with cursor inside spaces (98ms)

    ✓ Can handle 'daw' on word with trailing spaces (98ms)

    ✓ Can handle 'daw' on word with leading spaces (132ms)

    ✓ Can handle 'daw' on word with numeric prefix (91ms)

    ✓ Can handle 'daw' on word with numeric prefix and across lines (168ms)

    ✓ Can handle 'daw' on word with numeric prefix and across lines (174ms)

    ✓ Can handle 'daw' on word with numeric prefix and across lines, containing words end with `.` (152ms)

    ✓ Can handle 'daw' on end of word (184ms)

    ✓ Can handle 'daw' on words at beginning of line with leading whitespace (77ms)

    ✓ Can handle 'daw' on words at ends of lines in the middle of whitespace (115ms)

    ✓ Can handle 'daw' on word at beginning of file (61ms)

    ✓ Can handle 'daw' on word at beginning of line (71ms)

    ✓ Can handle 'daw' on word at end of line with trailing whitespace (67ms)

    ✓ Can handle 'daw' around word at end of line (262ms)

    ✓ Can handle 'daW' on big word with cursor inside spaces (115ms)

    ✓ Can handle 'daW' around word at whitespace (85ms)

    ✓ Can handle 'daW' on word with trailing spaces (87ms)

    ✓ Can handle 'daW' on word with leading spaces (183ms)

    ✓ Can handle 'daW' on word with numeric prefix (95ms)

    ✓ Can handle 'daW' on word with numeric prefix and across lines (192ms)

    ✓ Can handle 'daW' on beginning of word (73ms)

    ✓ Can handle 'daW' on end of one line (115ms)

    ✓ Can handle 'daW' around word at the last WORD (t|wo) (99ms)

    ✓ Can handle 'daW' around word at the last WORD (tw|o) (219ms)

    ✓ Can handle 'daW' around word at the last WORD (class="btn"|>) (126ms)

    ✓ Can handle 'daW' around word at the last WORD of the end of document (class="btn"|>) (128ms)

    ✓ Can handle 'daW' around word at the last WORD (c|lass="btn">) (106ms)

    ✓ Can handle 'daW' around word at the last WORD of the end of document (c|lass="btn">) (72ms)

    ✓ Can handle 'diw' on word with cursor inside spaces (105ms)

    ✓ Can handle 'diw' on word (80ms)

    ✓ Can handle 'diw' on word with numeric prefix (70ms)

    ✓ Can handle 'diw' on trailing spaces at the end of line (168ms)

    ✓ Can handle 'diw' on word with numeric prefix and across lines (202ms)

    ✓ Can handle 'diw' on word with numeric prefix and across lines, containing words end with `.` (161ms)

    ✓ Can handle 'diW' on big word with cursor inside spaces (139ms)

    ✓ Can handle 'diW' on word with trailing spaces (78ms)

    ✓ Can handle 'diW' on word with leading spaces (112ms)

    ✓ Can handle 'diW' on word with numeric prefix (51ms)

    ✓ Can handle 'diW' on word with numeric prefix and across lines (140ms)

    ✓ Can handle 'diW' on beginning of word (71ms)

    ✓ Can handle d} (41ms)

    ✓ Can handle y} at beginning of line (43ms)

    ✓ Select sentence with trailing spaces (136ms)

    ✓ Select sentence with leading spaces (229ms)

    ✓ Select inner sentence with trailing spaces (111ms)

    ✓ Select inner sentence with leading spaces (222ms)

    ✓ Select spaces between sentences (170ms)

    ✓ Can handle 'df' (95ms)

    ✓ Can handle 'dt' (108ms)

    ✓ Can handle backspace (68ms)

    ✓ Can handle backspace across lines (48ms)

    ✓ Can handle A and backspace (68ms)

    ✓ Can handle 'yy' without changing cursor position (55ms)

    ✓ Can handle 'P' after 'yy' (87ms)

    ✓ Can handle 'p' after 'yy' (75ms)

    ✓ Can handle 'P' after 'Nyy' (55ms)

    ✓ Can handle 'p' after 'Nyy' (295ms)

    ✓ Can handle 'p' after 'yy' with correct cursor position (65ms)

    ✓ Can handle 'gp' after 'yy' (69ms)

    ✓ Can handle 'gp' after 'Nyy' (62ms)

    ✓ Can handle 'gp' after 'Nyy' if cursor is on the last line (86ms)

    ✓ Can handle 'gP' after 'yy' (86ms)

    ✓ Can handle 'gP' after 'Nyy' (61ms)

    ✓ Can handle ']p' after yy (92ms)

    ✓ Can handle ']p' after 'Nyy' (65ms)

    ✓ Can handle ']p' after 'Nyy' and indent with tabs first (119ms)

    ✓ Can handle ']p' after 'Nyy' and decrease indents if possible (71ms)

    ✓ Can handle '[p' after yy (97ms)

    ✓ Can handle '[p' after 'Nyy' (80ms)

    ✓ Can handle '[p' after 'Nyy' and indent with tabs first (94ms)

    ✓ Can handle '[p' after 'Nyy' and decrease indents if possible (92ms)

    ✓ Can handle 'p' after y'a (95ms)

    ✓ Can handle 'p' after 'y])' without including closing parenthesis (139ms)

    ✓ Can handle 'p' after 'y]}' without including closing bracket (82ms)

    ✓ Can handle pasting in visual mode over selection (163ms)

    ✓ Can repeat w (48ms)

    ✓ Can repeat p (44ms)

    ✓ I works correctly (80ms)

    ✓ gI works correctly (90ms)

    ✓ gi works correctly (110ms)

    ✓ `. works correctly (98ms)

    ✓ '. works correctly (109ms)

    ✓ g; works correctly (152ms)

    ✓ g, works correctly (129ms)

    ✓ g_ works correctly (62ms)

    ✓ 3g_ works correctly (83ms)

    ✓ Can handle space (50ms)

    ✓ Can handle space (65ms)

    ✓ Undo 1 (117ms)

    ✓ Undo 2 (100ms)

    ✓ Undo cursor (182ms)

    ✓ Undo cursor 2 (128ms)

    ✓ Undo cursor 3 (155ms)

    ✓ Undo with movement first (136ms)

    ✓ Can handle 'U' (65ms)

    ✓ Can handle 'U' for multiple changes (124ms)

    ✓ Can handle 'U' for new line below (157ms)

    ✓ Can handle 'U' for new line above (148ms)

    ✓ Can handle 'U' for consecutive changes only (169ms)

    ✓ Can handle 'u' to undo 'U' (84ms)

    ✓ Can handle 'U' to undo 'U' (69ms)

    ✓ Redo (314ms)

    ✓ Redo (108ms)

    ✓ Redo (132ms)

    ✓ Can handle u (57ms)

    ✓ Can handle guw (65ms)

    ✓ Can handle gUw (51ms)

    ✓ Can handle u over line breaks (58ms)

    ✓ can handle s in visual mode (107ms)

    ✓ can handle p with selection (83ms)

    ✓ can handle P with selection (75ms)

    ✓ can handle p in visual to end of line (119ms)

    ✓ can repeat backspace twice (100ms)

    ✓ can delete linewise with d2G (63ms)

    ✓ can delete with + motion and count (101ms)

    ✓ can delete with - motion and count (76ms)

    ✓ can dE correctly (41ms)

    ✓ can dE correctly (59ms)

    ✓ can dE correctly (82ms)

    ✓ can ctrl-a correctly behind a word (40ms)

    ✓ can ctrl-a the right word (always the one AFTER the cursor) (54ms)

    ✓ can ctrl-a on word (98ms)

    ✓ can ctrl-a on a hex number (57ms)

    ✓ can ctrl-a on decimal (78ms)

    ✓ can ctrl-a with numeric prefix (54ms)

    ✓ can ctrl-a on a decimal (67ms)

    ✓ can ctrl-a on an octal  (54ms)

    ✓ Correctly increments in the middle of a number (52ms)

    ✓ can ctrl-x correctly behind a word (44ms)

    ✓ can ctrl-a on an number with word before  (86ms)

    ✓ can ctrl-a on an number with word before and after  (57ms)

    ✓ can ctrl-x on a negative number with word before and after  (67ms)

    ✓ can ctrl-a properly on multiple lines (51ms)

    ✓ can <C-a> on word with multiple numbers (incrementing first number) (52ms)

    ✓ can <C-a> on word with multiple numbers (incrementing second number) (65ms)

    ✓ can <C-a> on word with - in front of it (140ms)

    ✓ can do Y (68ms)

    ✓ Can do S (93ms)

    ✓ / does not affect mark (119ms)

    ✓ / can search with regex (73ms)

    ✓ / can search with newline (79ms)

    ✓ / can search through multiple newlines (105ms)

    ✓ / matches ^ per line (88ms)

    ✓ / matches $ per line (63ms)

    ✓ /\c forces case insensitive search (79ms)

    ✓ /\C forces case sensitive search (72ms)

    ✓ <BS> deletes the last character in search in progress mode (153ms)

    ✓ <S-BS> deletes the last character in search in progress mode (72ms)

    ✓ <C-h> deletes the last character in search in progress mode (72ms)

    ✓ Can do C (66ms)

    ✓ Can do cit on a matching tag (135ms)

    ✓ Ignores cit on a non-matching tag (94ms)

    ✓ Ignores cit on a nested tag (95ms)

    ✓ Can do cit on a tag with an attribute tag (367ms)

    ✓ Can do cat on a matching tag (197ms)

    ✓ Can do cit on a multiline tag (159ms)

    ✓ Can do cit on a multiline tag with nested tags (151ms)

    ✓ Can do cit inside of a tag with another non closing tag inside tags (154ms)

    ✓ Can do cit inside of a tag with another empty closing tag inside tags (136ms)

    ✓ Can do dit on empty tag block, cursor moves to inside (86ms)

    ✓ Can do cit on empty tag block, cursor moves to inside (81ms)

    ✓ can do cit with self closing tags (174ms)

    ✓ Respects indentation with cc (93ms)

    ✓ Resets cursor to indent end with cc (79ms)

    ✓ can handle 'cc' on empty line (67ms)

    ✓ cc copies linewise (72ms)

    ✓ Indent current line with correct Vim Mode (60ms)

    ✓ Can handle <Esc> and do nothing (73ms)

    ✓ Can handle # on consecutive words (164ms)

    ✓ Can handle # on skipped words (214ms)

    ✓ Can 'D'elete the characters under the cursor until the end of the line (162ms)

    ✓ Can 'D'elete the characters under multiple cursors until the end of the line (198ms)

    ✓ cc on whitespace-only treats whitespace as indent (60ms)

    ✓ Can do cai (174ms)

    ✓ Can do cii (119ms)

    ✓ Can do caI (136ms)

    ✓ Can do dai (210ms)

    ✓ Can do dii (114ms)

    ✓ Can do daI (191ms)

    ✓ can handle <C-u> when first line is visible and starting column is at the beginning (50ms)

    ✓ can handle <C-u> when first line is visible and starting column is at the end (242ms)

    ✓ can handle <C-u> when first line is visible and starting column is in the middle (127ms)

    can handle gn

      ✓ gn selects the next match text (311ms)

      ✓ gn selects the current word at |hello (316ms)

      ✓ gn selects the current word at h|ello (335ms)

      ✓ gn selects the current word at hel|lo (379ms)

      ✓ gn selects the current word at hell|o (296ms)

      ✓ gn selects the next word at hello| (332ms)

    can handle dgn

      ✓ dgn deletes the next match text (from first line) (101ms)

      ✓ dgn deletes the current word when cursor is at |hello (86ms)

      ✓ dgn deletes the current word when cursor is at h|ello (108ms)

      ✓ dgn deletes the current word when cursor is at hel|lo (88ms)

      ✓ dgn deletes the current word when cursor is at hell|o (97ms)

      ✓ dgn deletes the next word when cursor is at hello| (90ms)

    can handle cgn

      ✓ cgn deletes the next match text (from first line) (212ms)

      ✓ cgn deletes the current word when cursor is at |hello (108ms)

      ✓ cgn deletes the current word when cursor is at h|ello (116ms)

      ✓ cgn deletes the current word when cursor is at hel|lo (97ms)

      ✓ cgn deletes the current word when cursor is at hell|o (144ms)

      ✓ cgn deletes the next word when cursor is at hello| (95ms)

    can handle gN

      ✓ gN selects the previous match text (301ms)

      ✓ gN selects the current word at hell|o (281ms)

      ✓ gN selects the current word at hel|lo (298ms)

      ✓ gN selects the current word at h|ello (282ms)

      ✓ gN selects the current word at |hello (339ms)

      ✓ gN selects the previous word at | hello (334ms)

    can handle dgN

      ✓ dgN deletes the previous match text (from first line) (82ms)

      ✓ dgN deletes the current word when cursor is at hell|o (103ms)

      ✓ dgN deletes the current word when cursor is at hel|lo (111ms)

      ✓ dgN deletes the current word when cursor is at h|ello (115ms)

      ✓ dgN deletes the current word when cursor is at |hello (115ms)

      ✓ dgN deletes the previous word when cursor is at | hello (103ms)

    can handle cgN

      ✓ cgN deletes the previous match text (from first line) (103ms)

      ✓ cgN deletes the current word when cursor is at hell|o (116ms)

      ✓ cgN deletes the current word when cursor is at hel|lo (130ms)

      ✓ cgN deletes the current word when cursor is at h|ello (122ms)

      ✓ cgN deletes the current word when cursor is at |hello (108ms)

      ✓ cgN deletes the previous word when cursor is at | hello (153ms)



  Mode Replace

    ✓ Can activate with <Insert> from Insert mode

    ✓ Can activate with R from Normal mode (54ms)

    ✓ Can handle R (48ms)

    ✓ Can handle R past current line (66ms)

    ✓ Can handle R and exit Replace Mode (54ms)

    ✓ Can handle R across lines (176ms)

    ✓ Can handle R across lines and exit Replace Mode (114ms)

    ✓ Can handle R with {count} (120ms)

    ✓ Can handle backspace (110ms)

    ✓ Can handle backspace (119ms)

    ✓ Can handle backspace across lines (165ms)

    ✓ Can handle arrows (78ms)

    ✓ Can handle . (147ms)

    ✓ Can handle . across lines (185ms)



  Mode Visual

    ✓ can be activated

    ✓ Can handle w (480ms)

    ✓ Can handle wd (178ms)

    ✓ Can handle x (156ms)

    ✓ Can handle x across a selection (149ms)

    ✓ Can do vwd in middle of sentence (176ms)

    ✓ Can do vwd in middle of sentence (185ms)

    ✓ Can do vwd multiple times (297ms)

    ✓ handles case where we go from selecting on right side to selecting on left side (174ms)

    ✓ Can handle H key (64ms)

    ✓ handles case where we delete over a newline (195ms)

    ✓ handles change operator (150ms)

    ✓ Can do vat on multiple matching tags (183ms)

    ✓ Can maintain selection on failure with vat on multiple matching tags (231ms)

    ✓ Can maintain selection on failure with repeat-prefixed vat on multiple matching tags (155ms)

    ✓ Repeat-prefixed vat does not bleed below (89ms)

    ✓ Failed vat does not expand or move selection, remains in visual mode (64ms)

    ✓ Can do vi) on a matching parenthesis (112ms)

    ✓ Can do vi) on multiple matching parens (110ms)

    ✓ Can do va) on a matching parenthesis (85ms)

    ✓ Can do va) on multiple matching parens (122ms)

    ✓ Failed va) does not expand or move selection, remains in visual mode (102ms)

    ✓ Repeat-prefixed va) does not bleed below (77ms)

    ✓ Can do va} on a matching bracket as first character (65ms)

    ✓ Can do va} on multiple matching brackets (123ms)

    ✓ Can do vi( on a matching bracket near first character (81ms)

    ✓ Can do vi{ on outer pair of nested braces (88ms)

    ✓ Can do vi{ on braces indented by 1 and preserve indent (72ms)

    ✓ Can do va] on multiple matching brackets (121ms)

    ✓ Can do repeat-prefixed vaf on multiple matching pairs of different types (151ms)

    ✓ Repeat-prefixed vaf does not bleed below (84ms)

    ✓ vaf only expands to enclosing pairs (81ms)

    ✓ Can use . to repeat indent in visual (56ms)

    ✓ Can do v_x to delete to first char (115ms)

    ✓ Can do vg_x to delete to last char with no EOL (111ms)

    ✓ Can do v3g_x to delete to last char with no EOL with count (81ms)

    1) Can do v$x to delete to last char including EOL

    ✓ Can do gv to reselect previous selection (99ms)

    Vim's EOL handling is weird

      ✓ delete through eol (123ms)

      ✓ join 2 lines by deleting through eol (107ms)

      ✓ d$ doesn't delete whole line (98ms)

      2) vd$ does delete whole line

      ✓ Paste over selection copies the selection (79ms)

      ✓ Paste over selection copies the selection linewise (122ms)

    Arrow keys work perfectly in Visual Mode

      ✓ Can handle <up> key (76ms)

      ✓ Can handle <down> key (80ms)

      ✓ Can handle <left> key (122ms)

      ✓ Can handle <right> key (107ms)

    handles aw in visual mode

      ✓ Can handle 'vawd' on word with cursor inside spaces (171ms)

      ✓ Can handle 'vawd' on word with trailing spaces (106ms)

      ✓ Can handle 'vawd' on word with leading spaces (129ms)

      ✓ Can handle 'vawd' on word with numeric prefix (100ms)

      ✓ Can handle 'vawd' on word with numeric prefix and across lines (181ms)

      ✓ Can handle 'vawd' on word with numeric prefix and across lines, containing words end with `.` (174ms)

    handles aW in visual mode

      ✓ Can handle 'vaWd' on big word with cursor inside spaces (127ms)

      ✓ Can handle 'vaWd' on word with trailing spaces (415ms)

      ✓ Can handle 'vaWd' on word with leading spaces (113ms)

      ✓ Can handle 'vaWd' on word with numeric prefix (68ms)

      ✓ Can handle 'vaWd' on word with numeric prefix and across lines (267ms)

    handles aW in visual mode

      ✓ Can handle 'vaWd' on big word with cursor inside spaces (112ms)

      ✓ Can handle 'vaWd' on word with trailing spaces (101ms)

      ✓ Can handle 'vaWd' on word with leading spaces (129ms)

      ✓ Can handle 'vaWd' on word with numeric prefix (72ms)

      ✓ Can handle 'vaWd' on word with numeric prefix and across lines (167ms)

    handles aw in visual mode

      ✓ Can handle 'vawd' on word with cursor inside spaces (131ms)

      ✓ Can handle 'vawd' on word with trailing spaces (132ms)

      ✓ Can handle 'vawd' on word with leading spaces (134ms)

      ✓ Can handle 'vawd' on word with numeric prefix (91ms)

      ✓ Can handle 'vawd' on word with numeric prefix and across lines (187ms)

      ✓ Can handle 'vawd' on word with numeric prefix and across lines, containing words end with `.` (182ms)

    handles aW in visual mode

      ✓ Can handle 'vaWd' on big word with cursor inside spaces (118ms)

      ✓ Can handle 'vaWd' on word with trailing spaces (139ms)

      ✓ Can handle 'vaWd' on word with leading spaces (155ms)

      ✓ Can handle 'vaWd' on word with numeric prefix (87ms)

      ✓ Can handle 'vaWd' on word with numeric prefix and across lines (175ms)

      ✓ Can handle 'Y' in visual mode (90ms)

    handles as in visual mode

      ✓ Select sentence with trailing spaces in visual mode (201ms)

      ✓ Select sentence with leading spaces in visual mode (210ms)

      ✓ Select multiple sentences in visual mode (283ms)

    handles is in visual mode

      ✓ Select inner sentence with trailing spaces in visual mode (146ms)

      ✓ Select inner sentence with leading spaces in visual mode (207ms)

      ✓ Select spaces between sentences in visual mode (195ms)

    handles tag blocks in visual mode

      ✓ Can do vit on a matching tag (135ms)

      ✓ Count-prefixed vit alternates expanding selection between inner and outer tag brackets (177ms)

      ✓ Can do vat on a matching tag (144ms)

    handles replace in visual mode

      ✓ Can do a single line replace (81ms)

      ✓ Can do a multi line replace (153ms)

    D command will remove all selected lines

      ✓ D deletes all selected lines (114ms)

      ✓ D deletes the current line (84ms)

    handles indent blocks in visual mode

      ✓ Can do vai (164ms)

      ✓ Can do vii (122ms)

      ✓ Doesn't naively select the next line (130ms)

      ✓ Searches backwards if cursor line is empty (87ms)

      ✓ Can do vaI (222ms)

    visualstar

      ✓ Works with * (81ms)

      ✓ Works with # (82ms)

    search works in visual mode

      ✓ Works with / (98ms)

      ✓ Works with ? (116ms)

      ✓ Selects correct range (196ms)

    X will delete linewise

      ✓ normal selection (63ms)

      ✓ normal selection (66ms)

    C will delete linewise

      ✓ normal selection (105ms)

      ✓ normal selection (80ms)

    R will delete linewise

      ✓ normal selection (128ms)

      ✓ normal selection (111ms)

    Linewise Registers will be inserted properly

      ✓ downward selection (146ms)

      ✓ upward selection (189ms)

    Indent Tests using > on visual selections

      ✓ multiline indent top down selection (94ms)

      ✓ multiline indent bottom up selection (97ms)

      ✓ repeat multiline indent top down selection (123ms)

      ✓ repeat multiline indent bottom up selection (113ms)

    Outdent Tests using < on visual selections

      ✓ multiline outdent top down selection (193ms)

      ✓ multiline outdent bottom up selection (96ms)

      ✓ repeat multiline outdent top down selection (135ms)

      ✓ repeat multiline outdent bottom up selection (156ms)

    Non-darwin <C-c> tests

      ✓ <C-c> copies and sets mode to normal (168ms)

    vi{ will go to end of second to last line

      ✓ select (85ms)

    Transition between visual mode

      ✓ vv will back to normal mode

      ✓ vV will transit to visual line mode

      ✓ v<C-v> will transit to visual block mode

      ✓ Vv will transit to visual (char) mode

      ✓ VV will back to normal mode

      ✓ V<C-v> will transit to visual block mode

      ✓ <C-v>v will transit to visual (char) mode

      ✓ <C-v>V will back to visual line mode (73ms)

      ✓ <C-v><C-v> will back to normal mode

    replace text in characterwise visual-mode with characterwise register content

      3) gv selects the last pasted text (which is shorter than original)

      4) gv selects the last pasted text (which is longer than original)

      ✓ gv selects the last pasted text (multiline) (252ms)

    can handle gn

      ✓ gn selects the next match text (283ms)

      ✓ gn selects the current word at |hello (320ms)

      ✓ gn selects the current word at h|ello (333ms)

      ✓ gn selects the current word at hel|lo (316ms)

      ✓ gn selects the next word at hell|o (361ms)

      ✓ gn selects the next word at hello| (350ms)

    can prepend text with I

      ✓ multiline insert from bottom up selection (64ms)

      ✓ multiline insert from top down selection (64ms)

      ✓ skips blank lines (75ms)

    can append text with A

      ✓ multiline append from bottom up selection (101ms)

      ✓ multiline append from top down selection (66ms)

      ✓ skips blank lines (89ms)

    Can handle u/gu, U/gU

      ✓ U/gU on single character (94ms)

      ✓ U/gU across a selection (123ms)

      ✓ U/gU across a selection (reverse) (109ms)

      ✓ u/gu on single character (94ms)

      ✓ u/gu across a selection (114ms)

      ✓ u/gu across a selection (reverse) (136ms)



  Mode Visual Block

    ✓ can be activated

    ✓ Can handle A forward select (84ms)

    ✓ Can handle A backwards select (103ms)

    ✓ Can handle I forward select (86ms)

    ✓ Can handle I backwards select (109ms)

    ✓ Can handle I with empty lines on first character (inserts on empty line) (159ms)

    ✓ Can handle I with empty lines on non-first character (does not insert on empty line) (420ms)

    ✓ Can handle c forward select (117ms)

    ✓ Can handle c backwards select (138ms)

    ✓ Can handle C (100ms)

    ✓ Can do a multi line replace (93ms)

    ✓ Can handle 'D' (86ms)

    ✓ Can handle 'gj' (82ms)

    ✓ Properly add to end of lines j then $ (64ms)

    ✓ Properly add to end of lines $ then j (184ms)

    ✓ o works in visual block mode (79ms)

    Non-darwin <C-c> tests

      ✓ <C-c> copies and sets mode to normal (200ms)



  Mode Visual Line

    ✓ can be activated

    ✓ Can handle w (209ms)

    ✓ Can handle wd (125ms)

    ✓ Can handle x (128ms)

    ✓ Can handle x across a selection (114ms)

    ✓ Can do vwd in middle of sentence (207ms)

    ✓ Can do vwd in middle of sentence (207ms)

    ✓ Can do vwd multiple times (236ms)

    ✓ handles case where we go from selecting on right side to selecting on left side (152ms)

    ✓ handles case where we delete over a newline (209ms)

    ✓ handles change operator (134ms)

    ✓ Vp updates register content (88ms)

    ✓ Vp does not append unnecessary newlines (first line) (56ms)

    ✓ Vp does not append unnecessary newlines (middle line) (84ms)

    ✓ Vp does not append unnecessary newlines (last line) (137ms)

    Vim's EOL handling is weird

      ✓ delete through eol (165ms)

      ✓ join 2 lines by deleting through eol (140ms)

      ✓ d$ doesn't delete whole line (104ms)

      5) vd$ does delete whole line

    Arrow keys work perfectly in Visual Line Mode

      ✓ Can handle <up> key (69ms)

      ✓ Can handle <down> key (65ms)

    Can handle d/c correctly in Visual Line Mode

      ✓ Can handle d key (176ms)

      ✓ Can handle d key (71ms)

      ✓ Can handle d key (145ms)

      ✓ Can handle d key (97ms)

      ✓ can handle 'c' (67ms)

    handles replace in visual line mode

      ✓ Can do a single line replace (68ms)

      ✓ Can do a multi visual line replace (66ms)

      ✓ Can do a multi visual line replace from the bottom up (131ms)

    search works in visual line mode

      ✓ Works with / (73ms)

      ✓ Works with ? (80ms)

    Non-darwin <C-c> tests

      ✓ <C-c> copies and sets mode to normal (167ms)

    replace text in linewise visual-mode with linewise register content

      ✓ yyVp does not change the content but changes cursor position (83ms)

      ✓ linewise visual put works also in the end of document (89ms)

      ✓ gv selects the last pasted text (which is shorter than original) (403ms)

      ✓ gv selects the last pasted text (which is longer than original) (862ms)

      ✓ gv selects the last pasted text (multiline) (250ms)

    can prepend text with I

      ✓ multiline insert from bottom up selection (81ms)

      ✓ multiline insert from top down selection (90ms)

      ✓ skips blank lines (77ms)

    can append text with A

      ✓ multiline append from bottom up selection (100ms)

      ✓ multiline append from top down selection (66ms)

      ✓ skips blank lines (120ms)



  Mode Normal

    ✓ Can handle 'x' (64ms)

    ✓ Can handle 'Nx' (48ms)

    ✓ Can handle 'Nx' and paste (76ms)

    ✓ Can handle 'x' at end of line (131ms)

    ✓ Can handle 'Ns' (50ms)

    ✓ Can handle 'Ns' at end of line (60ms)

    ✓ Can handle '<Del>' (49ms)

    ✓ Can handle '<Del>' with counts, which removes the last character of the count (40ms)

    ✓ Can handle '<Del>' at end of line (118ms)

    ✓ Can handle 'cc' (132ms)

    ✓ Can handle 'Ncc' (67ms)

    ✓ Can handle 'yy' (71ms)

    ✓ Can handle 'D' (64ms)

    ✓ Can handle 'D' on empty lines

    ✓ Can handle 'DD' (62ms)

    ✓ Can handle 'C' (66ms)

    ✓ Can handle 'NC' (90ms)

    ✓ Can handle 'NC' and put (91ms)

    ✓ Can handle 'r' (337ms)

    ✓ Can handle '<Count>r' (59ms)

    ✓ Can handle '<Count>r' (52ms)

    ✓ Can handle 'r' after 'dd' (103ms)

    ✓ Can handle 'r
' (75ms)

    ✓ Can handle '<Count>r
' (66ms)

    ✓ Can handle 'J' once (66ms)

    ✓ Can handle 'J' twice (93ms)

    ✓ Can handle 'J' with empty last line (117ms)

    ✓ Can handle 'J's with multiple empty last lines (101ms)

    ✓ Can handle 'J' with leading white space on next line (68ms)

    ✓ Can handle 'J' with only white space on next line (38ms)

    ✓ Can handle 'J' with TWO indented lines (61ms)

    ✓ Can handle 'J' with ')' first character on next line (108ms)

    ✓ Can handle 'J' with a following delete (77ms)

    ✓ Can handle 'J' in Visual Line mode (66ms)

    ✓ Can handle 'gJ' once (48ms)

    ✓ Can handle 'gJ' once and ALL WHITESPACE IS ELIMINATED (66ms)

    ✓ Can handle '~' (58ms)

    ✓ Can handle 'g~{motion}' (49ms)

    ✓ Can handle '<BS>' in insert mode (74ms)

    ✓ Can handle undo with P (94ms)

    ✓ Can handle 'ge' in multiple lines case1 (195ms)

    ✓ Can handle 'ge' in multiple lines case2 (139ms)



  Dot Operator

    ✓ Can repeat '~' with <num> (45ms)

    ✓ Can repeat '~' with dot (133ms)

    ✓ Can repeat 'x' (38ms)

    ✓ Can repeat 'J' (59ms)

    ✓ Can handle dot with A (116ms)

    ✓ Can handle dot with I (118ms)

    ✓ Can repeat actions that require selections (91ms)



  Repeat content change

    ✓ Can repeat '<C-t>' (118ms)

    ✓ Can repeat insert change and '<C-t>' (131ms)

    ✓ Can repeat change by `<C-a>` (102ms)

    ✓ Only one arrow key can be repeated in Insert Mode (191ms)

    ✓ Cached content change will be cleared by arrow keys (151ms)



  Matching Bracket (%)

    ✓ before opening parenthesis (48ms)

    ✓ inside parenthesis (54ms)

    ✓ nested parenthesis beginning

    ✓ nested parenthesis end (64ms)

    ✓ nested bracket and parenthesis beginning (49ms)

    ✓ nested bracket, parenthesis, braces beginning (43ms)

    ✓ nested bracket, parenthesis, braces end (111ms)

    ✓ parentheses after > (55ms)

    ✓ parentheses after " (63ms)



  Motions in Normal Mode

    ✓ Can handle [( (62ms)

    ✓ Can handle nested [( (125ms)

    ✓ Can handle <number>[( (70ms)

    ✓ Can handle [( and character under cursor exclusive (61ms)

    ✓ Can handle ]) (45ms)

    ✓ Can handle nested ]) (147ms)

    ✓ Can handle <number>]) (77ms)

    ✓ Can handle ]) and character under cursor exclusive (53ms)

    ✓ Can handle [{ (55ms)

    ✓ Can handle nested [{ (63ms)

    ✓ Can handle <number>[{ (75ms)

    ✓ Can handle [{ and character under cursor exclusive (71ms)

    ✓ Can handle ]} (59ms)

    ✓ Can handle nested ]} (50ms)

    ✓ Can handle <number>]} (54ms)

    ✓ Can handle ]} and character under cursor exclusive (108ms)

    ✓ Can handle 'ge' (115ms)

    ✓ Can handle 'gg' (102ms)

    ✓ Can handle 'gg' to first non blank char on random line (94ms)

    ✓ Can handle 'gg' to first non blank char on first line (64ms)

    ✓ Retain same column when moving up/down (96ms)

    ✓ Can handle <enter> (63ms)

    ✓ $ always keeps cursor on EOL (112ms)

    ✓ Can handle $ with a count (112ms)

    ✓ Can handle $ with a count at end of file (45ms)

    ✓ Can handle <End> with a count (64ms)

    ✓ Can handle <D-right> with a count (58ms)

    ✓ Can handle 'f' (99ms)

    ✓ Can handle 'f' twice (91ms)

    ✓ Can handle 'f' with <tab> (39ms)

    ✓ Can handle 'F' (65ms)

    ✓ Can handle 'F' twice (85ms)

    ✓ Can handle 't' (70ms)

    ✓ Can handle 't' twice (83ms)

    ✓ Can handle 'T' (145ms)

    ✓ Can handle 'T' twice (86ms)

    ✓ Can run a forward search (55ms)

    ✓ Can run a forward and find next search (71ms)

    ✓ Can run a reverse search (103ms)

    ✓ Can run a reverse and find next search (128ms)

    ✓ cancelled search reverts to previous search state (77ms)

    ✓ Backspace on empty search cancels (49ms)

    ✓ Search offsets: b does nothing (62ms)

    ✓ Search offsets: b2 goes 2 to the right (72ms)

    ✓ Search offsets: b+3 goes 3 to the right (64ms)

    ✓ Search offsets: e goes to the end (103ms)

    ✓ Search offsets: character offset goes across line boundaries (73ms)

    ✓ Search offsets: 2 goes 2 down (507ms)

    ✓ Search offsets: -2 goes 2 up (86ms)

    ✓ maintains column position correctly (57ms)

    ✓ maintains column position correctly with $ (53ms)

    ✓ Can handle G  (61ms)

    ✓ Can handle G with number prefix (49ms)

    ✓ Can handle G with number prefix (42ms)

    ✓ Can handle gg (60ms)

    ✓ Can handle gg with number prefix (52ms)

    ✓ Can handle 0 (101ms)

    ✓ Can handle 0 as part of a repeat (52ms)

    ✓ Can handle g*

    ✓ Can handle g*n (65ms)

    ✓ Can handle * (41ms)

    ✓ Can handle ** (38ms)

    ✓ Can handle # on whitespace (81ms)

    ✓ Can handle # on EOL (81ms)

    ✓ Can handle g# (178ms)

    ✓ Can handle g#n (214ms)

    ✓ Can handle # (138ms)

    ✓ Can handle # already on the word (72ms)

    ✓ Can handle ## (132ms)

    ✓ * adds to search history (60ms)

    ✓ # adds to search history (204ms)

    ✓ Can handle | (131ms)

    ✓ Can handle <number> | (153ms)

    ✓ Can handle +

    ✓ Can handle + indent (90ms)

    ✓ Can handle + with count prefix (56ms)

    ✓ Can handle - (60ms)

    ✓ Can handle - indent (50ms)

    ✓ Can handle - with count prefix (49ms)

    ✓ Can handle _ (67ms)

    ✓ Can handle _ with count prefix (57ms)

    ✓ Can handle g_ (46ms)

    ✓ Can handle g_ with count prefix (97ms)

    ✓ Can handle <up> key (117ms)

    ✓ Can handle <down> key (46ms)

    ✓ Can handle <left> key (53ms)

    ✓ Can handle <right> key (51ms)



  basic motion

    ✓ char right: should move one column right
    ✓ char right
    ✓ char left: should move cursor one column left
    ✓ char left: left-most column should stay at the same location
    ✓ line down: should move cursor one line down
    ✓ line down: bottom-most line should stay at the same location
    ✓ line begin

    ✓ line end

    ✓ document begin

    ✓ document end

    ✓ line begin cursor on first non-blank character

    ✓ last line begin cursor on first non-blank character

    line up

      ✓ should move cursor one line up

      ✓ top-most line should stay at the same location



  word motion

    ✓ line begin cursor on first non-blank character

    ✓ last line begin cursor on first non-blank character

    word right
      ✓ move to word right
      ✓ last word should move to next line

      ✓ last word should move to next line stops on empty line
      ✓ last word should move to next line skips whitespace only line
      ✓ last word on last line should go to end of document (special case!)

    word left
      ✓ move cursor word left across spaces

      ✓ move cursor word left within word
      ✓ first word should move to previous line, beginning of last word
      ✓ first word should move to previous line, stops on empty line

      ✓ first word should move to previous line, skips whitespace only line

    WORD right
      ✓ move to WORD right
      ✓ last WORD should move to next line

      ✓ last WORD should move to next line stops on empty line
      ✓ last WORD should move to next line skips whitespace only line

    WORD left
      ✓ move cursor WORD left across spaces

      ✓ move cursor WORD left within WORD

      ✓ first WORD should move to previous line, beginning of last WORD

      ✓ first WORD should move to previous line, stops on empty line
      ✓ first WORD should move to previous line, skips whitespace only line

    end of word right

      ✓ move to end of current word right
      ✓ move to end of next word right

      ✓ end of last word should move to next line
      ✓ end of last word should move to next line skips empty line
      ✓ end of last word should move to next line skips whitespace only line

    end of WORD right

      ✓ move to end of current WORD right

      ✓ move to end of next WORD right
      ✓ end of last WORD should move to next line

      ✓ end of last WORD should move to next line skips empty line
      ✓ end of last WORD should move to next line skips whitespace only line



  unicode word motion

    word right

      ✓ move cursor word right stops at different kind of character (ideograph -> hiragana)

      ✓ move cursor word right stops at different kind of character (katakana -> ascii)
      ✓ move cursor word right stops at different kind of chararacter (ascii -> punctuation)

      ✓ move cursor word right on non-ascii text

      ✓ move cursor word right recognizes a latin string which has diacritics as a single word

      ✓ move cursor word right recognizes a latin-1 symbol as punctuation

      ✓ move cursor word right recognizes a sequence of latin-1 symbols and other symbols as a word

    word left

      ✓ move cursor word left across the different char kind

      ✓ move cursor word left within the same char kind

      ✓ move cursor word left across spaces on non-ascii text

      ✓ move cursor word left within word on non-ascii text

      ✓ move cursor word left recognizes a latin string which has diacritics as a single word



  sentence motion

    sentence forward

      ✓ next concrete sentence

      ✓ next sentence that ends with paragraph ending
      ✓ next sentence when cursor is at the end of previous paragraph

      ✓ next sentence when paragraph contains a line of whilte spaces

    sentence backward

      ✓ current sentence begin

      ✓ sentence forward when cursor is at the beginning of the second sentence

      ✓ current sentence begin with no concrete sentense inside
      ✓ current sentence begin when it's not the same as current paragraph begin

      ✓ current sentence begin when previous line ends with a concrete sentence



  paragraph motion

    paragraph down

      ✓ move down normally
      ✓ move down longer paragraph

      ✓ move down starting inside empty line

      ✓ paragraph at end of document

    paragraph up

      ✓ move up short paragraph

      ✓ move up longer paragraph

      ✓ move up starting inside empty line



  motion line wrapping

    whichwrap enabled

      normal mode

        ✓ h wraps to previous line (56ms)

        ✓ l wraps to next line (61ms)

        ✓ <left> wraps to previous line (42ms)

        ✓ <right> wraps to next line (139ms)

      insert mode

        ✓ <left> wraps to previous line (47ms)

        ✓ <right> once goes to end of line (66ms)

        ✓ <right> twice wraps to next line (83ms)

    whichwrap disabled

      normal mode

        ✓ h does not wrap to previous line (109ms)

        ✓ l does not wrap to next line (55ms)

        ✓ <left> does not wrap to previous line (47ms)

        ✓ <right> does not wrap to next line (54ms)

      insert mode

        ✓ <left> does not wrap to previous line (48ms)

        ✓ <right> does not wrap to next line (65ms)

    wrapscan enabled

      ✓ search wraps around the end of the file (68ms)

      ✓ search wraps around the start of the file (399ms)

    wrapscan disabled

      ✓ search stops at the end of the file (58ms)

      ✓ search stops at the start of the file (81ms)



  Multicursor

    ✓ can add multiple cursors below (101ms)

    ✓ can add multiple cursors above (160ms)



  numeric string

    ✓ fails on non-string

    ✓ handles hex round trip

    ✓ handles decimal round trip

    ✓ handles octal trip



  comment operator

    ✓ gcc comments out current line (287ms)

    ✓ gcj comments in current and next line (319ms)

    ✓ block comment with motion (555ms)

    ✓ block comment in Visual Mode (518ms)



  format operator

    ✓ == formats current line (381ms)

    ✓ =$ formats entire line (456ms)

    ✓ =j formats two lines (205ms)

    ✓ 3=k formats three lines (168ms)

    ✓ =gg formats to top of file (253ms)

    ✓ =G formats to bottom of file (183ms)

    ✓ =ip formats paragraph (141ms)

    ✓ format in visual mode (162ms)



  put operator

    ✓ basic put test (153ms)

    ✓ test yy end of line (65ms)

    ✓ test yy first line (72ms)

    ✓ test yy middle line (104ms)

    ✓ test yy with correct positon movement (81ms)

    ✓ test visual block single line yank p (93ms)

    ✓ test visual block single line yank P (106ms)

    ✓ test visual block single line delete p (85ms)

    ✓ test visual block single line delete P (93ms)



  shift operator

    ✓ basic shift left test (123ms)

    ✓ shift left goto end test (72ms)

    ✓ shift left goto line test (64ms)

    ✓ shift right goto end test (56ms)

    ✓ shift right goto line test (63ms)



  camelCaseMotion plugin if not enabled

    ✓ basic motion doesn't work (54ms)



  camelCaseMotion plugin

    handles <leader>w for camelCaseText

      ✓ step over whitespace (50ms)

      ✓ step to Camel word (70ms)

      ✓ step to CAP word (89ms)

      ✓ step after CAP word (85ms)

      ✓ step from middle of word to Camel word (122ms)

      ✓ step to number word (183ms)

      ✓ step to operator word (167ms)

      ✓ step from inside operator word (180ms)

      ✓ step to operator and then over (56ms)

    handles <leader>w for underscore_var

      ✓ step to _word (71ms)

      ✓ step over whitespace to word (101ms)

      ✓ step from inside word to _word (124ms)

      ✓ step form _word to number (102ms)

      ✓ step from nubmer word to _word (149ms)

      ✓ step from in whitespace to word (102ms)

      ✓ step in ALL_CAPS_WORD (55ms)

    handles d<leader>w

      ✓ delete from start of camelWord (57ms)

      ✓ delete from middle of camelWord (84ms)

      ✓ delete from start of CamelWord (67ms)

      ✓ delete two words from camelWord (51ms)

      ✓ delete from start of underscore_word (49ms)

      ✓ delete from middle of underscore_word (57ms)

      ✓ delete two words from camel_word (49ms)

    handles di<leader>w

      ✓ delete from start of camelWord (122ms)

      ✓ delete from middle of camelWord (65ms)

      ✓ delete from start of CamelWord (83ms)

      ✓ delete two words from camelWord (103ms)

      ✓ delete from start of underscore_word (63ms)

      ✓ delete from middle of underscore_word (60ms)

      ✓ delete two words from camel_word (70ms)

    handles <leader>b

      ✓ back from middle of word (139ms)

      ✓ back over whitespace to camelWord (148ms)

      ✓ back twice over operator (105ms)

    handles <leader>e

      ✓ from start to middle of underscore_word (44ms)

      ✓ from middle to end of underscore_word (81ms)

      ✓ twice to end of word over operator (100ms)



  easymotion plugin

    ✓ Can handle s move (79ms)

    ✓ Can handle 2s move (118ms)

    ✓ Can handle f move (101ms)

    ✓ Can handle 2f move (98ms)

    ✓ Can handle F move (106ms)

    ✓ Can handle 2F move (126ms)

    ✓ Can handle t move (76ms)

    ✓ Can handle bd-t move (108ms)

    ✓ Can handle 2t move (177ms)

    ✓ Can handle bd-t2 move (176ms)

    ✓ Can handle T move (72ms)

    ✓ Can handle 2T move (133ms)

    ✓ Can handle w move (85ms)

    ✓ Can handle bd-w move (107ms)

    ✓ Can handle b move (112ms)

    ✓ Can handle e move (97ms)

    ✓ Can handle bd-e move (109ms)

    ✓ Can handle ge move (114ms)

    ✓ Can handle n-char move (114ms)

    ✓ Can handle j move (147ms)

    ✓ Can handle k move (97ms)

    ✓ Can handle bd-jk move (1) (113ms)

    ✓ Can handle bd-jk move (2) (81ms)

    ✓ Can handle lineforward move (1) (50ms)

    ✓ Can handle lineforward move (2) (72ms)

    ✓ Can handle linebackward move (1) (108ms)

    ✓ Can handle linebackward move (2) (110ms)

    ✓ Can handle searching for backslash (\) (66ms)

    ✓ Can handle searching for carat (^) (133ms)

    ✓ Can handle searching for dot (.) (76ms)



  Input method plugin

    ✓ use default im in insert mode

    ✓ use other im in insert mode



  replaceWithRegister plugin

    ✓ Replaces within inner word (98ms)

    ✓ Replaces within inner Word (74ms)

    ✓ Replaces within '' (72ms)

    ✓ Replaces within '' including spaces (116ms)

    ✓ Replaces within () (132ms)

    ✓ Replaces within () including spaces (92ms)

    ✓ Replaces within a paragraph (85ms)

    ✓ Replaces using a specified register (155ms)

    ✓ Replaces within {} over multiple lines (124ms)

    ✓ Replaces a multiline register within {} over multiple lines (109ms)

    ✓ Replaces a multiline register within {} over multiple lines (109ms)

    ✓ Yanking inside {} then replacing inside {} in a noop, besides the cursor movement (121ms)

    ✓ grr replaces the entire line with the register (118ms)

    ✓ grr can replace multiple lines (68ms)

    ✓ Replaces in visual mode (114ms)

    ✓ Replaces in visual mode using a specified register (585ms)

    ✓ Replaces in visual line mode (173ms)



  sneak plugin

    ✓ Can handle s motion (61ms)

    ✓ Can handle S motion (69ms)

    ✓ Can handle <operator>z motion (66ms)

    ✓ Can handle <operator>Z motion (98ms)

    ✓ Can handle s; motion (63ms)

    ✓ Can handle s, motion (120ms)

    ✓ Can handle S; motion (87ms)

    ✓ Can handle S, motion (86ms)

    ✓ Can handle single letter s motion (59ms)

    ✓ Can handle single letter S motion (89ms)

    ✓ Can handle single letter <operator>z motion (101ms)

    ✓ Can handle single letter <operator>Z motion (203ms)

    ✓ Can handle single letter s; motion (82ms)

    ✓ Can handle single letter s, motion (127ms)

    ✓ Can handle single letter S; motion (92ms)

    ✓ Can handle single letter S, motion (90ms)

    ✓ Can handle multiline single char <number>s motion (55ms)



  surround plugin

    ✓ 'ysiw)' surrounds word without space (155ms)

    ✓ 'ysiw(' surrounds word with space (130ms)

    ✓ 'ysw)' surrounds word without space (183ms)

    ✓ 'ysw(' surrounds word with space (295ms)

    ✓ 'ysaw)' surrounds word without space (190ms)

    ✓ 'ysaw(' surrounds word with space (219ms)

    ✓ 'ysiw(' surrounds word with space and ignores punctuation (148ms)

    ✓ 'ysiw<' surrounds word with tags (178ms)

    ✓ 'ysiw<' surrounds word with tags and attributes (139ms)

    ✓ 'cst<' surrounds word with tags that have a dot in them (562ms)

    ✓ 'yss)' surrounds entire line respecting whitespace (152ms)

    ✓ change surround (150ms)

    ✓ change surround with two pairs of quotes (160ms)

    ✓ change surround with two pairs of parens (123ms)

    ✓ change surround with alias (231ms)

    ✓ change surround to tags (158ms)

    ✓ delete surround (111ms)

    ✓ delete surround with quotes (161ms)

    ✓ delete surround with nested of quotes (232ms)

    ✓ delete surround with inconsistent quotes (282ms)

    ✓ delete surround with mixed quotes (152ms)

    ✓ delete surround with empty quotes cursor at start (126ms)

    ✓ delete surround with empty quotes cursor at end (100ms)

    ✓ don't delete surround if cursor is after closing match (138ms)

    ✓ delete surround if cursor is before opening match (128ms)

    ✓ delete surround with two pairs of parens (141ms)

    ✓ delete surround with alias (153ms)

    ✓ delete surround with tags (146ms)

    ✓ change surround brackets at end of line (110ms)

    ✓ changing brackets with surround works again (187ms)

    ✓ change surround with tags that contain an attribute and preserve them (240ms)

    ✓ change surround with tags that contain an attribute and remove them (224ms)



  register

    ✓ Can copy to a register (67ms)

    ✓ Can use two registers together (181ms)

    ✓ Can use black hole register (91ms)

    ✓ System clipboard works with chinese characters (41ms)

    ✓ Yank stores text in Register '0' (258ms)

    ✓ Multiline yank (`[count]yy`) stores text in Register '0' (285ms)

    ✓ Multiline yank (`[count]Y`) stores text in Register '0' (222ms)

    ✓ Register '1'-'9' stores delete content (398ms)

    ✓ "A appends linewise text to "a (306ms)

    ✓ "A appends character wise text to "a (283ms)

    ✓ Can put and get to register

    ✓ Small deletion using x is stored in small delete register (269ms)

    ✓ Small deletion using Del is stored in small delete register (274ms)

    ✓ Small deletion using X is stored in small delete register (253ms)

    ✓ Search register (/) is set by forward search (364ms)

    ✓ Search register (/) is set by backward search (399ms)

    ✓ Search register (/) is set by star search (318ms)

    ✓ Command register (:) is set by command line (702ms)

    ✓ Read-only registers cannot be written to (235ms)

    clipboard

      ✓ Can access '*' (clipboard) register (44ms)

      ✓ Can access '+' (clipboard) register (62ms)



  Repeatable movements with f and t

    ✓ Can repeat f<character> (60ms)

    ✓ Can repeat reversed F<character> (66ms)

    ✓ Can repeat t<character> (85ms)

    ✓ Can repeat N times reversed t<character> (129ms)



  sentence motion

    [count] sentences backward

      ✓ move one sentence backward (256ms)

      ✓ move one sentence backward (251ms)

      ✓ move [count] sentences backward (320ms)

      ✓ move one sentence backward single line - middle (147ms)

      ✓ move one sentence backward no space (205ms)

      ✓ move one sentence backward no space - middle (149ms)

      ✓ move one sentence backward - multiline (149ms)

      ✓ move one sentence backward - multiline - period (139ms)

      ✓ move one sentence backward - multiline - previous line (87ms)

      ✓ move one sentence backward - multiline - previous line - period (75ms)



  VimState

    ✓ de-dupes cursors

    ✓ cursorStart/cursorStop should be first cursor in cursors



  text editor

    ✓ insert 'Hello World'

    ✓ replace 'World' with 'Foo Bar'

    ✓ delete `Hello`

    ✓ delete the whole line

    ✓ try to read lines that don't exist





  1220 passing (5m)

  5 failing



  1) Mode Visual
       Can do v$x to delete to last char including EOL:

      Line count does not match.
      + expected - actual

      -3
      +2
      
      at Suite.suite (test/mode/modeVisual.test.ts:753:3)

  2) Mode Visual
       Vim's EOL handling is weird
         vd$ does delete whole line:

      AssertionError [ERR_ASSERTION]: Content does not match; Expected=two. Actual=.
      + expected - actual

      +two
      
      at Object.assertEqualLines (test/testUtils.ts:58:12)
      at /home/travis/build/VSCodeVim/Vim/test/mode/modeVisual.test.ts:181:7
      at Generator.next (<anonymous>)
      at fulfilled (out/test/mode/modeVisual.test.js:5:58)

  3) Mode Visual
       replace text in characterwise visual-mode with characterwise register content
         gv selects the last pasted text (which is shorter than original):

      AssertionError [ERR_ASSERTION]: Content does not match; Expected=with me. Actual=with ms.
      + expected - actual

      -with ms
      +with me
      
      at Object.assertEqualLines (test/testUtils.ts:58:12)
      at /home/travis/build/VSCodeVim/Vim/test/mode/modeVisual.test.ts:1138:7
      at Generator.next (<anonymous>)
      at fulfilled (out/test/mode/modeVisual.test.js:5:58)

  4) Mode Visual
       replace text in characterwise visual-mode with characterwise register content
         gv selects the last pasted text (which is longer than original):

      AssertionError [ERR_ASSERTION]: Content does not match; Expected=or with me longer than the target. Actual=or with me longer than the targets.
      + expected - actual

      -or with me longer than the targets
      +or with me longer than the target
      
      at Object.assertEqualLines (test/testUtils.ts:58:12)
      at /home/travis/build/VSCodeVim/Vim/test/mode/modeVisual.test.ts:1163:7
      at Generator.next (<anonymous>)
      at fulfilled (out/test/mode/modeVisual.test.js:5:58)


  5) Mode Visual Line
       Vim's EOL handling is weird
         vd$ does delete whole line:

      AssertionError [ERR_ASSERTION]: Content does not match; Expected=two. Actual=.
      + expected - actual

      +two
      
      at Object.assertEqualLines (test/testUtils.ts:58:12)
      at /home/travis/build/VSCodeVim/Vim/test/mode/modeVisualLine.test.ts:167:7
      at Generator.next (<anonymous>)
      at fulfilled (out/test/mode/modeVisualLine.test.js:5:58)






Tests exited with code: 1
npm ERR! Test failed.  See above for more details.
The command "npm test" exited with 1.
store build cache
nothing changed


Done. Your build exited with 1.
npm test
> vim@1.10.2 test /home/travis/build/VSCodeVim/Vim
> node ./node_modules/vscode/bin/test

### VS Code Extension Test Run ###

Current working directory: /home/travis/build/VSCodeVim/Vim
Downloading VS Code 1.37.1 into .vscode-test/vscode-1.37.1.
Downloading VS Code from: https://update.code.visualstudio.com/1.37.1/linux-x64/stable
Downloaded VS Code 1.37.1
Running extension tests: /home/travis/build/VSCodeVim/Vim/.vscode-test/vscode-1.37.1/VSCode-linux-x64/code /home/travis/build/VSCodeVim/Vim/out/test --extensionDevelopmentPath=/home/travis/build/VSCodeVim/Vim --extensionTestsPath=/home/travis/build/VSCodeVim/Vim/out/test --locale=en
[main 2019-09-02T09:16:11.225Z] update#setState idle

bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

nvm is not compatible with the "npm_config_prefix" environment variable: currently set to "/home/travis/.nvm/versions/node/v8.16.1"

Run `unset npm_config_prefix` to unset it.




  base action

    ✓ compare key presses

    ✓ couldActionApply 1D keys positive

    ✓ couldActionApply 1D keys negative

    ✓ couldActionApply 2D keys positive

    ✓ couldActionApply 2D keys negative

    ✓ doesActionApply 1D keys positive

    ✓ doesActionApply 1D keys negative

    ✓ doesActionApply 2D keys positive

    ✓ doesActionApply 2D keys negative



  cursor location

    ✓ cursor location in command line (142ms)

    ✓ cursor location in search



  HistoryFile

    ✓ add command (59ms)

    ✓ add empty command

    ✓ add command over configuration.history

    ✓ add command that exists in history

    ✓ file system (42ms)

    ✓ change configuration.history (58ms)



  command-line lexer

    ✓ can lex empty string

    ✓ can lex comma

    ✓ can lex percent

    ✓ can lex dollar

    ✓ can lex dot

    ✓ can lex one number

    ✓ can lex longer number

    ✓ can lex plus

    ✓ can lex minus

    ✓ can lex forward search

    ✓ can lex forward search escaping

    ✓ can lex reverse search

    ✓ can lex reverse search escaping

    ✓ can lex command name

    ✓ can lex command args

    ✓ can lex command args with leading whitespace

    ✓ can lex long command name and args

    ✓ can lex left and right line refs



  command-line parser
    ✓ can parse empty string
    ✓ can parse left - dot
    ✓ can parse left - dollar

    ✓ can parse left - percent
    ✓ can parse separator - comma
    ✓ can parse right - dollar

  command line scanner
    ✓ ctor

    ✓ can detect EOF with empty input

    ✓ next() returns EOF at EOF

    ✓ can scan

    ✓ can emit

    ✓ can ignore

    ✓ can skip whitespace

    ✓ can skip whitespace with one char before EOF

    ✓ can skip whitespace at EOF

    ✓ nextWord() return EOF at EOF

    ✓ nextWord() return word before trailing spaces

    ✓ nextWord() can skip whitespaces and return word 

    ✓ nextWord() return word before EOF

    ✓ can expect one of a set

    ✓ can expect only one of a set



  Basic sort

    ✓ Sort whole file, asc (166ms)

    ✓ Sort whole file, asc, ignoreCase (124ms)

    ✓ Sort whole file, dsc (133ms)

    ✓ Sort whole file, dsc, ignoreCase (121ms)

    ✓ Sort range, asc (162ms)

    ✓ Sort range, asc, ignoreCase (165ms)

    ✓ Sort range, dsc (184ms)

    ✓ Sort range, dsc, ignoreCase (175ms)



  Horizontal split

    ✓ Run :sp (89ms)

    ✓ Run :split (63ms)

    ✓ Run :new (76ms)



  :close args parser

    ✓ has all aliases

    ✓ can parse empty args

    ✓ ignores trailing white space

    ✓ can parse !

    ✓ throws if space before !

    ✓ ignores space after !

    ✓ throws if bad input



  :quit args parser

    ✓ has all aliases

    ✓ can parse empty args

    ✓ ignores trailing white space

    ✓ can parse !

    ✓ throws if space before !

    ✓ ignores space after !

    ✓ throws if bad input



  :substitute args parser

    ✓ can parse pattern, replace, and flags

    ✓ can parse count

    ✓ can parse custom delimiter

    ✓ can escape delimiter

    ✓ can parse flag KeepPreviousFlags



  :write args parser

    ✓ has all aliases

    ✓ can parse empty args

    ✓ can parse ++opt

    ✓ throws if bad ++opt name

    ✓ can parse bang

    ✓ can parse ' !cmd'

    ✓ can parse ' !cmd' when cmd is empty



  Basic substitute

    ✓ Replace single word once (82ms)

    ✓ Replace with `g` flag (98ms)

    ✓ Replace with flags AND count (129ms)

    ✓ Replace with `c` flag (64ms)

    ✓ Replace with `gc` flag (102ms)

    ✓ Replace across all lines (126ms)

    ✓ Replace on specific single line (147ms)

    ✓ Replace on current line using dot (153ms)

    ✓ Replace single relative line using dot and plus (180ms)

    ✓ Replace across specific line range (166ms)

    ✓ Replace across relative line range using dot, plus, and minus (137ms)

    ✓ Replace across relative line range using numLines+colon shorthand (165ms)

    ✓ Repeat replacement across relative line range (134ms)

    ✓ Replace with range AND count but no flags (102ms)

    ✓ Undocumented: operator without LHS assumes dot as LHS (129ms)

    ✓ Undocumented: multiple consecutive operators use 1 as RHS (172ms)

    ✓ Undocumented: trailing operators use 1 as RHS (126ms)

    ✓ Replace specific single equal lines (113ms)

    ✓ Replace current line with no active selection (163ms)

    ✓ Replace text in selection (202ms)

    ✓ Substitute support marks (115ms)

    Effects of substituteGlobalFlag=true

      ✓ Replace all matches in the line (65ms)

      ✓ Replace with `g` flag inverts global flag (66ms)

      ✓ Replace with `c` flag inverts global flag (113ms)

      ✓ Replace multiple lines (142ms)

      ✓ Replace across specific lines (261ms)

      ✓ Replace current line with no active selection (112ms)

      ✓ Replace text in selection (146ms)

      ✓ Substitute support marks (138ms)

      ✓ Substitute with escaped delimiter (113ms)

    Substitute should use various previous search/substitute states

      ✓ Substitute with previous search using * (349ms)

      ✓ Substitute with previous search using # (261ms)

      ✓ Substitute with previous search using / (369ms)

      ✓ Substitute with parameters should update search state (197ms)

      ✓ Substitute with empty replacement should delete previous substitution (all variants) and accepts flags (407ms)

      ✓ Substitute with no pattern should repeat previous substitution and not alter search state (193ms)

      ✓ Substitute repeat previous should accept flags (113ms)

      ✓ Substitute with empty search string should use last searched pattern (388ms)

      ✓ Ampersand (&) should repeat the last substitution (91ms)



  cmd_line tab

    ✓ tabe with no arguments when not in workspace opens an untitled file

    ✓ tabedit with no arguments when not in workspace opens an untitled file

    ✓ tabe with absolute path when not in workspace opens file (171ms)

    ✓ tabe with current file path does nothing (83ms)



  cmd_line tabComplete

    ✓ command line command tab completion

    ✓ command line file tab completion with no base path

    ✓ command line file tab completion with / as base path (42ms)

    ✓ command line file tab completion with ~/ as base path (45ms)

    ✓ command line file tab completion with ./ as base path

    ✓ command line file tab completion with ../ as base path



  Vertical split

    ✓ Run :vs (116ms)

    ✓ Run :vsp (62ms)

    ✓ Run :vsplit (112ms)

    ✓ Run :vnew (308ms)

    ✓ Run :vne (330ms)



  Basic write-quit

    ✓ Run write and quit (107ms)



  Provide line completions

    Line Completion Provider unit tests

      ✓ Can complete lines in file, prioritizing above cursor, near cursor (83ms)

      ✓ Can complete lines in file with different indentation (50ms)

      ✓ Returns no completions for unmatched line (60ms)



  Configuration

    ✓ remappings are normalized

    ✓ whichwrap is parsed into wrapKeys

    ✓ Can handle long key chords


  Notation
    ✓ Normalize



  Remapper

    ✓ getLongestedRemappedKeySequence (130ms)

    ✓ getMatchingRemap (122ms)

    ✓ jj -> <Esc> through modehandler (142ms)

TextEditor is closed/disposed

TextEditor is closed/disposed

    ✓ 0 -> :wq through modehandler (145ms)

    ✓ <c-e> -> <esc> in insert mode should go to normal mode (144ms)

    ✓ leader, w -> closeActiveEditor in normal mode through modehandler (158ms)

    ✓ leader, c -> closeActiveEditor in visual mode through modehandler (141ms)

TextEditor is closed/disposed
TextEditor is closed/disposed

    ✓ d -> black hole register delete in normal mode through modehandler (542ms)

[main 2019-09-02T09:16:41.227Z] update#setState checking for updates

[main 2019-09-02T09:16:41.365Z] update#setState idle

TextEditor is closed/disposed

TextEditor is closed/disposed

    ✓ d -> black hole register delete in normal mode through modehandler (620ms)

    ✓ jj -> <Esc> after ciw operator through modehandler (220ms)



  Neovim Validator

    ✓ neovim enabled without path

    ✓ neovim disabled



  Remapping Validator

    ✓ no remappings

    ✓ jj->esc

    ✓ remapping missing after and command

    ✓ remappings are de-duped



  Error

    ✓ error code has message



  package.json

    ✓ all keys have handlers

    ✓ all defined configurations in package.json have handlers



  Record and navigate jumps

    Jump Tracker unit tests

      ✓ Can record jumps between files

      ✓ Can handle file jump events sent by vscode in response to recordJumpBack

      ✓ Can record jumps between files after switching files

      ✓ Can handle jumps to the same file multiple times

      ✓ Can record up to 100 jumps, the fixed length in vanilla Vim

      ✓ Can handle text deleted from a file

    Can record jumps for actions the same as vanilla Vim

      Can track basic jumps

        ✓ Can track jumps for keys: Ggg (64ms)

        ✓ Can track jumps for keys: GggG (102ms)

        ✓ Can track jumps for keys: GggGgg (70ms)

        ✓ Can track jumps for keys: /b<CR>n (112ms)

        ✓ Can track jumps for keys: G?b<CR>ggG (90ms)

        ✓ Can track jumps for keys: j%% (57ms)

      Can track jumps with back/forward

        ✓ Can track jumps for keys: j%%<C-o> (56ms)

        ✓ Can track jumps for keys: j%%<C-o><C-i> (76ms)

        ✓ Can track jumps for keys: j%%<C-o>% (118ms)

        ✓ Can track jumps for keys: j%%<C-o>gg (87ms)

        ✓ Can track jumps for keys: j%%<C-o><C-o>gg (89ms)

        ✓ Can track jumps for keys: /^<CR>nnn<C-o><C-o><C-o><C-i>gg (119ms)

        ✓ Can enter number to jump back multiple times (81ms)

        ✓ Can track one-line `` jumps (120ms)

        ✓ Can track one-line double `` jumps (86ms)

        ✓ Can track one-line '' jumps (132ms)

        ✓ Can track one-line double '' jumps (148ms)

        ✓ Can handle '' jumps with no previous jump (67ms)

      Can shifts jump lines up after deleting a line with Visual Line Mode

        ✓ Can track jumps for keys: /^<CR>nnnkkdd (276ms)

        ✓ Can track jumps for keys: /^<CR>nnnkdd (120ms)

        ✓ Can track jumps for keys: /^<CR>nnnnn<C-o><C-o><C-o><C-o>dd (101ms)

        ✓ Can track jumps for keys: /a4<CR>/a5<CR>kkkdd (130ms)

      Can shifts jump lines up after deleting a line with Visual Mode

        ✓ Can track jumps for keys: /^<CR>nnnkklvjjhx (148ms)

      Can shift jump lines down after inserting a line

        ✓ Can track jumps for keys: /^<CR>nnnkkoINSERTED<Esc>0 (352ms)

        ✓ Can track jumps for keys: /^<CR>nnnkoINSERTED<Esc>0 (200ms)

        ✓ Can track jumps for keys: /^<CR>nnnkOINSERTED<Esc>0 (204ms)

        ✓ Can track jumps for keys: /a4<CR>/a5<CR>kkkoINSERTED<Esc>0 (240ms)

      Can track jumps from substitutes

        ✓ Can track jumps for keys: :%s/a/b<CR> (87ms)

      Can track jumps from macros

        ✓ Can track jumps for keys: qq/^<CR>nq@q@q<C-o><C-o> (172ms)

      Can track jumps from marks

        ✓ Can track jumps for keys: maG`a (79ms)



  Record and execute a macro

    ✓ Can record and execute (190ms)

    ✓ Can repeat last invoked macro (254ms)

    ✓ Can play back with count (469ms)

    ✓ Can play back with count, abort when a motion fails (480ms)

    ✓ Repeat change on contiguous lines (197ms)

    ✓ Append command to a macro (247ms)

    ✓ Can record Ctrl Keys and repeat (180ms)

    ✓ Can execute macros with dot commands properly (113ms)

    ✓ : (command) register can be used as a macro (127ms)



  Mode Handler

    ✓ ctor

    ✓ can set current mode


  Mode Handler Map

    ✓ getOrCreate



  Mode Insert

    ✓ can be activated (115ms)

    ✓ can handle key events

    ✓ <Esc> should change cursor position (66ms)

    ✓ <C-c> can exit insert (72ms)

    ✓ <Esc> can exit insert (89ms)

    ✓ Stay in insert when entering characters (90ms)

    ✓ Can handle 'O' (73ms)

    ✓ Can handle 'i' (272ms)

    ✓ Can handle 'I' (117ms)

    ✓ Can handle 'a' (172ms)

    ✓ Can handle 'A' (68ms)

    ✓ Can handle '<C-w>' (120ms)

    ✓ Can handle <C-w> on leading whitespace (71ms)

    ✓ Can handle <C-w> at beginning of line (65ms)

    ✓ Can handle <C-u> (126ms)

    ✓ Can handle <C-u> on leading characters (110ms)

    ✓ Can handle <C-u> on leading whitespace (74ms)

    ✓ Correctly places the cursor after deleting the previous line break (93ms)

    ✓ will not remove leading spaces input by user

    ✓ will remove closing bracket (51ms)

    ✓ Backspace works on whitespace only lines (145ms)

    ✓ Backspace works on end of whitespace only lines (98ms)

    ✓ Backspace works at beginning of file (113ms)

    ✓ Can perform <ctrl+o> to exit and perform one command in normal (140ms)

    ✓ Can perform <ctrl+o> to exit and perform one command in normal at the beginning of a row (233ms)

    ✓ Can perform insert command prefixed with count (94ms)

    ✓ Can perform append command prefixed with count (98ms)

    ✓ Can perform insert at start of line command prefixed with count (71ms)

    ✓ Can perform append to end of line command prefixed with count (71ms)

    ✓ Can perform change char (s) command prefixed with count (122ms)

    ✓ Can perform command prefixed with count with <C-[> (69ms)

    ✓ Can handle 'o' with count (157ms)

    ✓ Can handle 'O' with count (106ms)

    ✓ Can handle backspace at beginning of line with all spaces (62ms)

    ✓ Can handle digraph insert (114ms)

    ✓ Can handle custom digraph insert (56ms)


  Mode Normal

    ✓ Can be activated

    ✓ Can handle dw (75ms)

    ✓ Can handle dw (97ms)

    ✓ Can handle dw (88ms)

    ✓ Can handle dw across lines (1) (109ms)

    ✓ Can handle dw across lines (2) (81ms)

    ✓ Can handle dd last line (72ms)

    ✓ Can handle dd single line (66ms)

    ✓ Can handle dd (109ms)

    ✓ Can handle 3dd (263ms)

    ✓ Can handle 3dd off end of document (85ms)

    ✓ Can handle d2d (69ms)

    ✓ Can handle dd empty line (69ms)

    ✓ Can handle ddp (66ms)

    ✓ Can handle 'de' (132ms)

    ✓ Can handle 'de' then 'de' again (112ms)

    ✓ Can handle 'db' (82ms)

    ✓ Can handle 'db then 'db' again (146ms)

    ✓ Can handle 'dl' at end of line (105ms)

    ✓ Can handle 'dF' (130ms)

    ✓ Can handle 'dT' (97ms)

    ✓ Can handle 'd3' then <enter> (79ms)

    ✓ Can handle 'dj' (62ms)

    ✓ Can handle 'dk' (83ms)

    ✓ Can handle 'd])' without deleting closing parenthesis (123ms)

    ✓ Can handle 'd]}' without deleting closing bracket (160ms)

    ✓ Can handle 'cw' (168ms)

    ✓ Can handle 'cw' without deleting following white spaces (51ms)

    ✓ Can handle 'c2w' (54ms)

    ✓ Can handle 'cw' without removing EOL (87ms)

    ✓ Can handle 'c])' without deleting closing parenthesis (140ms)

    ✓ Can handle 'c]}' without deleting closing bracket (96ms)

    ✓ Can handle 's' (71ms)

    ✓ Can handle 'yiw' with correct cursor ending position (76ms)

    ✓ Can handle 'ciw' (152ms)

    ✓ Can handle 'ciw' on blanks (160ms)

    ✓ Can handle 'caw' (172ms)

    ✓ Can handle 'caw' on first letter (139ms)

    ✓ Can handle 'caw' on blanks (145ms)

    ✓ Can handle 'caw' on blanks (66ms)

    ✓ Can handle 'ci(' on first parentheses (178ms)

    ✓ Can handle 'ci(' with nested parentheses (79ms)

    ✓ Can handle 'ci(' backwards through nested parens (124ms)

    ✓ Can handle 'cib' on first parentheses (82ms)

    ✓ Can handle 'ci(' across multiple lines with last character at beginning (64ms)

    ✓ Can handle count prefixed 'ci)' (112ms)

    ✓ Can handle count prefixed 'ca)' (88ms)

    ✓ Can handle 'ca(' spanning multiple lines (79ms)

    ✓ Can handle 'cab' spanning multiple lines (261ms)

    ✓ Can handle 'ci{' spanning multiple lines (60ms)

    ✓ Can handle 'ci{' spanning multiple lines and handle whitespaces correctly (65ms)

    ✓ Can handle 'ci{' spanning multiple lines and handle whitespaces correctly (99ms)

    ✓ Can handle 'ci(' on the closing bracket (78ms)

    ✓ Can handle 'ciB' spanning multiple lines (76ms)

    ✓ will fail when ca( with no () (43ms)

    ✓ will fail when ca{ with no {} (120ms)

    ✓ will fail when caB with no {} (50ms)

    ✓ Can handle 'ci[' spanning multiple lines (93ms)

    ✓ Can handle 'ci]' on first bracket (69ms)

    ✓ Can handle 'ca[' on first bracket (196ms)

    ✓ Can handle 'ca]' on first bracket (77ms)

    ✓ Can handle 'ci'' on first quote (66ms)

    ✓ Can handle 'ci'' inside quoted string (54ms)

    ✓ Can handle 'ci'' on closing quote (80ms)

    ✓ Can handle 'ci'' when string is ahead (54ms)

    ✓ Can handle 'ci"' on opening quote (53ms)

    ✓ Can handle 'ci"' starting behind the quoted word (66ms)

    ✓ Can handle 'ca"' starting behind the quoted word (55ms)

    ✓ Can handle 'ca"' starting on the opening quote (110ms)

    ✓ Can handle 'ci"' with escaped quotes (90ms)

    ✓ Can handle 'ci"' with a single escaped quote (74ms)

    ✓ Can handle 'ci"' with a single escaped quote behind (97ms)

    ✓ Can handle 'ci"' with an escaped backslash (95ms)

    ✓ Can handle 'ci"' with an escaped backslash on closing quote (83ms)

    ✓ Can handle 'ca"' starting on the closing quote (126ms)

    ✓ Can handle 'ci"' with complex escape sequences (74ms)

    ✓ Can pick the correct open quote between two strings for 'ci"' (87ms)

    ✓ will fail when ca" ahead of quoted string (95ms)

    ✓ Can handle 'ca`' inside word (110ms)

    ✓ Can handle 'daw' on word with cursor inside spaces (98ms)

    ✓ Can handle 'daw' on word with trailing spaces (98ms)

    ✓ Can handle 'daw' on word with leading spaces (132ms)

    ✓ Can handle 'daw' on word with numeric prefix (91ms)

    ✓ Can handle 'daw' on word with numeric prefix and across lines (168ms)

    ✓ Can handle 'daw' on word with numeric prefix and across lines (174ms)

    ✓ Can handle 'daw' on word with numeric prefix and across lines, containing words end with `.` (152ms)

    ✓ Can handle 'daw' on end of word (184ms)

    ✓ Can handle 'daw' on words at beginning of line with leading whitespace (77ms)

    ✓ Can handle 'daw' on words at ends of lines in the middle of whitespace (115ms)

    ✓ Can handle 'daw' on word at beginning of file (61ms)

    ✓ Can handle 'daw' on word at beginning of line (71ms)

    ✓ Can handle 'daw' on word at end of line with trailing whitespace (67ms)

    ✓ Can handle 'daw' around word at end of line (262ms)

    ✓ Can handle 'daW' on big word with cursor inside spaces (115ms)

    ✓ Can handle 'daW' around word at whitespace (85ms)

    ✓ Can handle 'daW' on word with trailing spaces (87ms)

    ✓ Can handle 'daW' on word with leading spaces (183ms)

    ✓ Can handle 'daW' on word with numeric prefix (95ms)

    ✓ Can handle 'daW' on word with numeric prefix and across lines (192ms)

    ✓ Can handle 'daW' on beginning of word (73ms)

    ✓ Can handle 'daW' on end of one line (115ms)

    ✓ Can handle 'daW' around word at the last WORD (t|wo) (99ms)

    ✓ Can handle 'daW' around word at the last WORD (tw|o) (219ms)

    ✓ Can handle 'daW' around word at the last WORD (class="btn"|>) (126ms)

    ✓ Can handle 'daW' around word at the last WORD of the end of document (class="btn"|>) (128ms)

    ✓ Can handle 'daW' around word at the last WORD (c|lass="btn">) (106ms)

    ✓ Can handle 'daW' around word at the last WORD of the end of document (c|lass="btn">) (72ms)

    ✓ Can handle 'diw' on word with cursor inside spaces (105ms)

    ✓ Can handle 'diw' on word (80ms)

    ✓ Can handle 'diw' on word with numeric prefix (70ms)

    ✓ Can handle 'diw' on trailing spaces at the end of line (168ms)

    ✓ Can handle 'diw' on word with numeric prefix and across lines (202ms)

    ✓ Can handle 'diw' on word with numeric prefix and across lines, containing words end with `.` (161ms)

    ✓ Can handle 'diW' on big word with cursor inside spaces (139ms)

    ✓ Can handle 'diW' on word with trailing spaces (78ms)

    ✓ Can handle 'diW' on word with leading spaces (112ms)

    ✓ Can handle 'diW' on word with numeric prefix (51ms)

    ✓ Can handle 'diW' on word with numeric prefix and across lines (140ms)

    ✓ Can handle 'diW' on beginning of word (71ms)

    ✓ Can handle d} (41ms)

    ✓ Can handle y} at beginning of line (43ms)

    ✓ Select sentence with trailing spaces (136ms)

    ✓ Select sentence with leading spaces (229ms)

    ✓ Select inner sentence with trailing spaces (111ms)

    ✓ Select inner sentence with leading spaces (222ms)

    ✓ Select spaces between sentences (170ms)

    ✓ Can handle 'df' (95ms)

    ✓ Can handle 'dt' (108ms)

    ✓ Can handle backspace (68ms)

    ✓ Can handle backspace across lines (48ms)

    ✓ Can handle A and backspace (68ms)

    ✓ Can handle 'yy' without changing cursor position (55ms)

    ✓ Can handle 'P' after 'yy' (87ms)

    ✓ Can handle 'p' after 'yy' (75ms)

    ✓ Can handle 'P' after 'Nyy' (55ms)

    ✓ Can handle 'p' after 'Nyy' (295ms)

    ✓ Can handle 'p' after 'yy' with correct cursor position (65ms)

    ✓ Can handle 'gp' after 'yy' (69ms)

    ✓ Can handle 'gp' after 'Nyy' (62ms)

    ✓ Can handle 'gp' after 'Nyy' if cursor is on the last line (86ms)

    ✓ Can handle 'gP' after 'yy' (86ms)

    ✓ Can handle 'gP' after 'Nyy' (61ms)

    ✓ Can handle ']p' after yy (92ms)

    ✓ Can handle ']p' after 'Nyy' (65ms)

    ✓ Can handle ']p' after 'Nyy' and indent with tabs first (119ms)

    ✓ Can handle ']p' after 'Nyy' and decrease indents if possible (71ms)

    ✓ Can handle '[p' after yy (97ms)

    ✓ Can handle '[p' after 'Nyy' (80ms)

    ✓ Can handle '[p' after 'Nyy' and indent with tabs first (94ms)

    ✓ Can handle '[p' after 'Nyy' and decrease indents if possible (92ms)

    ✓ Can handle 'p' after y'a (95ms)

    ✓ Can handle 'p' after 'y])' without including closing parenthesis (139ms)

    ✓ Can handle 'p' after 'y]}' without including closing bracket (82ms)

    ✓ Can handle pasting in visual mode over selection (163ms)

    ✓ Can repeat w (48ms)

    ✓ Can repeat p (44ms)

    ✓ I works correctly (80ms)

    ✓ gI works correctly (90ms)

    ✓ gi works correctly (110ms)

    ✓ `. works correctly (98ms)

    ✓ '. works correctly (109ms)

    ✓ g; works correctly (152ms)

    ✓ g, works correctly (129ms)

    ✓ g_ works correctly (62ms)

    ✓ 3g_ works correctly (83ms)

    ✓ Can handle space (50ms)

    ✓ Can handle space (65ms)

    ✓ Undo 1 (117ms)

    ✓ Undo 2 (100ms)

    ✓ Undo cursor (182ms)

    ✓ Undo cursor 2 (128ms)

    ✓ Undo cursor 3 (155ms)

    ✓ Undo with movement first (136ms)

    ✓ Can handle 'U' (65ms)

    ✓ Can handle 'U' for multiple changes (124ms)

    ✓ Can handle 'U' for new line below (157ms)

    ✓ Can handle 'U' for new line above (148ms)

    ✓ Can handle 'U' for consecutive changes only (169ms)

    ✓ Can handle 'u' to undo 'U' (84ms)

    ✓ Can handle 'U' to undo 'U' (69ms)

    ✓ Redo (314ms)

    ✓ Redo (108ms)

    ✓ Redo (132ms)

    ✓ Can handle u (57ms)

    ✓ Can handle guw (65ms)

    ✓ Can handle gUw (51ms)

    ✓ Can handle u over line breaks (58ms)

    ✓ can handle s in visual mode (107ms)

    ✓ can handle p with selection (83ms)

    ✓ can handle P with selection (75ms)

    ✓ can handle p in visual to end of line (119ms)

    ✓ can repeat backspace twice (100ms)

    ✓ can delete linewise with d2G (63ms)

    ✓ can delete with + motion and count (101ms)

    ✓ can delete with - motion and count (76ms)

    ✓ can dE correctly (41ms)

    ✓ can dE correctly (59ms)

    ✓ can dE correctly (82ms)

    ✓ can ctrl-a correctly behind a word (40ms)

    ✓ can ctrl-a the right word (always the one AFTER the cursor) (54ms)

    ✓ can ctrl-a on word (98ms)

    ✓ can ctrl-a on a hex number (57ms)

    ✓ can ctrl-a on decimal (78ms)

    ✓ can ctrl-a with numeric prefix (54ms)

    ✓ can ctrl-a on a decimal (67ms)

    ✓ can ctrl-a on an octal  (54ms)

    ✓ Correctly increments in the middle of a number (52ms)

    ✓ can ctrl-x correctly behind a word (44ms)

    ✓ can ctrl-a on an number with word before  (86ms)

    ✓ can ctrl-a on an number with word before and after  (57ms)

    ✓ can ctrl-x on a negative number with word before and after  (67ms)

    ✓ can ctrl-a properly on multiple lines (51ms)

    ✓ can <C-a> on word with multiple numbers (incrementing first number) (52ms)

    ✓ can <C-a> on word with multiple numbers (incrementing second number) (65ms)

    ✓ can <C-a> on word with - in front of it (140ms)

    ✓ can do Y (68ms)

    ✓ Can do S (93ms)

    ✓ / does not affect mark (119ms)

    ✓ / can search with regex (73ms)

    ✓ / can search with newline (79ms)

    ✓ / can search through multiple newlines (105ms)

    ✓ / matches ^ per line (88ms)

    ✓ / matches $ per line (63ms)

    ✓ /\c forces case insensitive search (79ms)

    ✓ /\C forces case sensitive search (72ms)

    ✓ <BS> deletes the last character in search in progress mode (153ms)

    ✓ <S-BS> deletes the last character in search in progress mode (72ms)

    ✓ <C-h> deletes the last character in search in progress mode (72ms)

    ✓ Can do C (66ms)

    ✓ Can do cit on a matching tag (135ms)

    ✓ Ignores cit on a non-matching tag (94ms)

    ✓ Ignores cit on a nested tag (95ms)

    ✓ Can do cit on a tag with an attribute tag (367ms)

    ✓ Can do cat on a matching tag (197ms)

    ✓ Can do cit on a multiline tag (159ms)

    ✓ Can do cit on a multiline tag with nested tags (151ms)

    ✓ Can do cit inside of a tag with another non closing tag inside tags (154ms)

    ✓ Can do cit inside of a tag with another empty closing tag inside tags (136ms)

    ✓ Can do dit on empty tag block, cursor moves to inside (86ms)

    ✓ Can do cit on empty tag block, cursor moves to inside (81ms)

    ✓ can do cit with self closing tags (174ms)

    ✓ Respects indentation with cc (93ms)

    ✓ Resets cursor to indent end with cc (79ms)

    ✓ can handle 'cc' on empty line (67ms)

    ✓ cc copies linewise (72ms)

    ✓ Indent current line with correct Vim Mode (60ms)

    ✓ Can handle <Esc> and do nothing (73ms)

    ✓ Can handle # on consecutive words (164ms)

    ✓ Can handle # on skipped words (214ms)

    ✓ Can 'D'elete the characters under the cursor until the end of the line (162ms)

    ✓ Can 'D'elete the characters under multiple cursors until the end of the line (198ms)

    ✓ cc on whitespace-only treats whitespace as indent (60ms)

    ✓ Can do cai (174ms)

    ✓ Can do cii (119ms)

    ✓ Can do caI (136ms)

    ✓ Can do dai (210ms)

    ✓ Can do dii (114ms)

    ✓ Can do daI (191ms)

    ✓ can handle <C-u> when first line is visible and starting column is at the beginning (50ms)

    ✓ can handle <C-u> when first line is visible and starting column is at the end (242ms)

    ✓ can handle <C-u> when first line is visible and starting column is in the middle (127ms)

    can handle gn

      ✓ gn selects the next match text (311ms)

      ✓ gn selects the current word at |hello (316ms)

      ✓ gn selects the current word at h|ello (335ms)

      ✓ gn selects the current word at hel|lo (379ms)

      ✓ gn selects the current word at hell|o (296ms)

      ✓ gn selects the next word at hello| (332ms)

    can handle dgn

      ✓ dgn deletes the next match text (from first line) (101ms)

      ✓ dgn deletes the current word when cursor is at |hello (86ms)

      ✓ dgn deletes the current word when cursor is at h|ello (108ms)

      ✓ dgn deletes the current word when cursor is at hel|lo (88ms)

      ✓ dgn deletes the current word when cursor is at hell|o (97ms)

      ✓ dgn deletes the next word when cursor is at hello| (90ms)

    can handle cgn

      ✓ cgn deletes the next match text (from first line) (212ms)

      ✓ cgn deletes the current word when cursor is at |hello (108ms)

      ✓ cgn deletes the current word when cursor is at h|ello (116ms)

      ✓ cgn deletes the current word when cursor is at hel|lo (97ms)

      ✓ cgn deletes the current word when cursor is at hell|o (144ms)

      ✓ cgn deletes the next word when cursor is at hello| (95ms)

    can handle gN

      ✓ gN selects the previous match text (301ms)

      ✓ gN selects the current word at hell|o (281ms)

      ✓ gN selects the current word at hel|lo (298ms)

      ✓ gN selects the current word at h|ello (282ms)

      ✓ gN selects the current word at |hello (339ms)

      ✓ gN selects the previous word at | hello (334ms)

    can handle dgN

      ✓ dgN deletes the previous match text (from first line) (82ms)

      ✓ dgN deletes the current word when cursor is at hell|o (103ms)

      ✓ dgN deletes the current word when cursor is at hel|lo (111ms)

      ✓ dgN deletes the current word when cursor is at h|ello (115ms)

      ✓ dgN deletes the current word when cursor is at |hello (115ms)

      ✓ dgN deletes the previous word when cursor is at | hello (103ms)

    can handle cgN

      ✓ cgN deletes the previous match text (from first line) (103ms)

      ✓ cgN deletes the current word when cursor is at hell|o (116ms)

      ✓ cgN deletes the current word when cursor is at hel|lo (130ms)

      ✓ cgN deletes the current word when cursor is at h|ello (122ms)

      ✓ cgN deletes the current word when cursor is at |hello (108ms)

      ✓ cgN deletes the previous word when cursor is at | hello (153ms)



  Mode Replace

    ✓ Can activate with <Insert> from Insert mode

    ✓ Can activate with R from Normal mode (54ms)

    ✓ Can handle R (48ms)

    ✓ Can handle R past current line (66ms)

    ✓ Can handle R and exit Replace Mode (54ms)

    ✓ Can handle R across lines (176ms)

    ✓ Can handle R across lines and exit Replace Mode (114ms)

    ✓ Can handle R with {count} (120ms)

    ✓ Can handle backspace (110ms)

    ✓ Can handle backspace (119ms)

    ✓ Can handle backspace across lines (165ms)

    ✓ Can handle arrows (78ms)

    ✓ Can handle . (147ms)

    ✓ Can handle . across lines (185ms)



  Mode Visual

    ✓ can be activated

    ✓ Can handle w (480ms)

    ✓ Can handle wd (178ms)

    ✓ Can handle x (156ms)

    ✓ Can handle x across a selection (149ms)

    ✓ Can do vwd in middle of sentence (176ms)

    ✓ Can do vwd in middle of sentence (185ms)

    ✓ Can do vwd multiple times (297ms)

    ✓ handles case where we go from selecting on right side to selecting on left side (174ms)

    ✓ Can handle H key (64ms)

    ✓ handles case where we delete over a newline (195ms)

    ✓ handles change operator (150ms)

    ✓ Can do vat on multiple matching tags (183ms)

    ✓ Can maintain selection on failure with vat on multiple matching tags (231ms)

    ✓ Can maintain selection on failure with repeat-prefixed vat on multiple matching tags (155ms)

    ✓ Repeat-prefixed vat does not bleed below (89ms)

    ✓ Failed vat does not expand or move selection, remains in visual mode (64ms)

    ✓ Can do vi) on a matching parenthesis (112ms)

    ✓ Can do vi) on multiple matching parens (110ms)

    ✓ Can do va) on a matching parenthesis (85ms)

    ✓ Can do va) on multiple matching parens (122ms)

    ✓ Failed va) does not expand or move selection, remains in visual mode (102ms)

    ✓ Repeat-prefixed va) does not bleed below (77ms)

    ✓ Can do va} on a matching bracket as first character (65ms)

    ✓ Can do va} on multiple matching brackets (123ms)

    ✓ Can do vi( on a matching bracket near first character (81ms)

    ✓ Can do vi{ on outer pair of nested braces (88ms)

    ✓ Can do vi{ on braces indented by 1 and preserve indent (72ms)

    ✓ Can do va] on multiple matching brackets (121ms)

    ✓ Can do repeat-prefixed vaf on multiple matching pairs of different types (151ms)

    ✓ Repeat-prefixed vaf does not bleed below (84ms)

    ✓ vaf only expands to enclosing pairs (81ms)

    ✓ Can use . to repeat indent in visual (56ms)

    ✓ Can do v_x to delete to first char (115ms)

    ✓ Can do vg_x to delete to last char with no EOL (111ms)

    ✓ Can do v3g_x to delete to last char with no EOL with count (81ms)

    1) Can do v$x to delete to last char including EOL

    ✓ Can do gv to reselect previous selection (99ms)

    Vim's EOL handling is weird

      ✓ delete through eol (123ms)

      ✓ join 2 lines by deleting through eol (107ms)

      ✓ d$ doesn't delete whole line (98ms)

      2) vd$ does delete whole line

      ✓ Paste over selection copies the selection (79ms)

      ✓ Paste over selection copies the selection linewise (122ms)

    Arrow keys work perfectly in Visual Mode

      ✓ Can handle <up> key (76ms)

      ✓ Can handle <down> key (80ms)

      ✓ Can handle <left> key (122ms)

      ✓ Can handle <right> key (107ms)

    handles aw in visual mode

      ✓ Can handle 'vawd' on word with cursor inside spaces (171ms)

      ✓ Can handle 'vawd' on word with trailing spaces (106ms)

      ✓ Can handle 'vawd' on word with leading spaces (129ms)

      ✓ Can handle 'vawd' on word with numeric prefix (100ms)

      ✓ Can handle 'vawd' on word with numeric prefix and across lines (181ms)

      ✓ Can handle 'vawd' on word with numeric prefix and across lines, containing words end with `.` (174ms)

    handles aW in visual mode

      ✓ Can handle 'vaWd' on big word with cursor inside spaces (127ms)

      ✓ Can handle 'vaWd' on word with trailing spaces (415ms)

      ✓ Can handle 'vaWd' on word with leading spaces (113ms)

      ✓ Can handle 'vaWd' on word with numeric prefix (68ms)

      ✓ Can handle 'vaWd' on word with numeric prefix and across lines (267ms)

    handles aW in visual mode

      ✓ Can handle 'vaWd' on big word with cursor inside spaces (112ms)

      ✓ Can handle 'vaWd' on word with trailing spaces (101ms)

      ✓ Can handle 'vaWd' on word with leading spaces (129ms)

      ✓ Can handle 'vaWd' on word with numeric prefix (72ms)

      ✓ Can handle 'vaWd' on word with numeric prefix and across lines (167ms)

    handles aw in visual mode

      ✓ Can handle 'vawd' on word with cursor inside spaces (131ms)

      ✓ Can handle 'vawd' on word with trailing spaces (132ms)

      ✓ Can handle 'vawd' on word with leading spaces (134ms)

      ✓ Can handle 'vawd' on word with numeric prefix (91ms)

      ✓ Can handle 'vawd' on word with numeric prefix and across lines (187ms)

      ✓ Can handle 'vawd' on word with numeric prefix and across lines, containing words end with `.` (182ms)

    handles aW in visual mode

      ✓ Can handle 'vaWd' on big word with cursor inside spaces (118ms)

      ✓ Can handle 'vaWd' on word with trailing spaces (139ms)

      ✓ Can handle 'vaWd' on word with leading spaces (155ms)

      ✓ Can handle 'vaWd' on word with numeric prefix (87ms)

      ✓ Can handle 'vaWd' on word with numeric prefix and across lines (175ms)

      ✓ Can handle 'Y' in visual mode (90ms)

    handles as in visual mode

      ✓ Select sentence with trailing spaces in visual mode (201ms)

      ✓ Select sentence with leading spaces in visual mode (210ms)

      ✓ Select multiple sentences in visual mode (283ms)

    handles is in visual mode

      ✓ Select inner sentence with trailing spaces in visual mode (146ms)

      ✓ Select inner sentence with leading spaces in visual mode (207ms)

      ✓ Select spaces between sentences in visual mode (195ms)

    handles tag blocks in visual mode

      ✓ Can do vit on a matching tag (135ms)

      ✓ Count-prefixed vit alternates expanding selection between inner and outer tag brackets (177ms)

      ✓ Can do vat on a matching tag (144ms)

    handles replace in visual mode

      ✓ Can do a single line replace (81ms)

      ✓ Can do a multi line replace (153ms)

    D command will remove all selected lines

      ✓ D deletes all selected lines (114ms)

      ✓ D deletes the current line (84ms)

    handles indent blocks in visual mode

      ✓ Can do vai (164ms)

      ✓ Can do vii (122ms)

      ✓ Doesn't naively select the next line (130ms)

      ✓ Searches backwards if cursor line is empty (87ms)

      ✓ Can do vaI (222ms)

    visualstar

      ✓ Works with * (81ms)

      ✓ Works with # (82ms)

    search works in visual mode

      ✓ Works with / (98ms)

      ✓ Works with ? (116ms)

      ✓ Selects correct range (196ms)

    X will delete linewise

      ✓ normal selection (63ms)

      ✓ normal selection (66ms)

    C will delete linewise

      ✓ normal selection (105ms)

      ✓ normal selection (80ms)

    R will delete linewise

      ✓ normal selection (128ms)

      ✓ normal selection (111ms)

    Linewise Registers will be inserted properly

      ✓ downward selection (146ms)

      ✓ upward selection (189ms)

    Indent Tests using > on visual selections

      ✓ multiline indent top down selection (94ms)

      ✓ multiline indent bottom up selection (97ms)

      ✓ repeat multiline indent top down selection (123ms)

      ✓ repeat multiline indent bottom up selection (113ms)

    Outdent Tests using < on visual selections

      ✓ multiline outdent top down selection (193ms)

      ✓ multiline outdent bottom up selection (96ms)

      ✓ repeat multiline outdent top down selection (135ms)

      ✓ repeat multiline outdent bottom up selection (156ms)

    Non-darwin <C-c> tests

      ✓ <C-c> copies and sets mode to normal (168ms)

    vi{ will go to end of second to last line

      ✓ select (85ms)

    Transition between visual mode

      ✓ vv will back to normal mode

      ✓ vV will transit to visual line mode

      ✓ v<C-v> will transit to visual block mode

      ✓ Vv will transit to visual (char) mode

      ✓ VV will back to normal mode

      ✓ V<C-v> will transit to visual block mode

      ✓ <C-v>v will transit to visual (char) mode

      ✓ <C-v>V will back to visual line mode (73ms)

      ✓ <C-v><C-v> will back to normal mode

    replace text in characterwise visual-mode with characterwise register content

      3) gv selects the last pasted text (which is shorter than original)

      4) gv selects the last pasted text (which is longer than original)

      ✓ gv selects the last pasted text (multiline) (252ms)

    can handle gn

      ✓ gn selects the next match text (283ms)

      ✓ gn selects the current word at |hello (320ms)

      ✓ gn selects the current word at h|ello (333ms)

      ✓ gn selects the current word at hel|lo (316ms)

      ✓ gn selects the next word at hell|o (361ms)

      ✓ gn selects the next word at hello| (350ms)

    can prepend text with I

      ✓ multiline insert from bottom up selection (64ms)

      ✓ multiline insert from top down selection (64ms)

      ✓ skips blank lines (75ms)

    can append text with A

      ✓ multiline append from bottom up selection (101ms)

      ✓ multiline append from top down selection (66ms)

      ✓ skips blank lines (89ms)

    Can handle u/gu, U/gU

      ✓ U/gU on single character (94ms)

      ✓ U/gU across a selection (123ms)

      ✓ U/gU across a selection (reverse) (109ms)

      ✓ u/gu on single character (94ms)

      ✓ u/gu across a selection (114ms)

      ✓ u/gu across a selection (reverse) (136ms)



  Mode Visual Block

    ✓ can be activated

    ✓ Can handle A forward select (84ms)

    ✓ Can handle A backwards select (103ms)

    ✓ Can handle I forward select (86ms)

    ✓ Can handle I backwards select (109ms)

    ✓ Can handle I with empty lines on first character (inserts on empty line) (159ms)

    ✓ Can handle I with empty lines on non-first character (does not insert on empty line) (420ms)

    ✓ Can handle c forward select (117ms)

    ✓ Can handle c backwards select (138ms)

    ✓ Can handle C (100ms)

    ✓ Can do a multi line replace (93ms)

    ✓ Can handle 'D' (86ms)

    ✓ Can handle 'gj' (82ms)

    ✓ Properly add to end of lines j then $ (64ms)

    ✓ Properly add to end of lines $ then j (184ms)

    ✓ o works in visual block mode (79ms)

    Non-darwin <C-c> tests

      ✓ <C-c> copies and sets mode to normal (200ms)



  Mode Visual Line

    ✓ can be activated

    ✓ Can handle w (209ms)

    ✓ Can handle wd (125ms)

    ✓ Can handle x (128ms)

    ✓ Can handle x across a selection (114ms)

    ✓ Can do vwd in middle of sentence (207ms)

    ✓ Can do vwd in middle of sentence (207ms)

    ✓ Can do vwd multiple times (236ms)

    ✓ handles case where we go from selecting on right side to selecting on left side (152ms)

    ✓ handles case where we delete over a newline (209ms)

    ✓ handles change operator (134ms)

    ✓ Vp updates register content (88ms)

    ✓ Vp does not append unnecessary newlines (first line) (56ms)

    ✓ Vp does not append unnecessary newlines (middle line) (84ms)

    ✓ Vp does not append unnecessary newlines (last line) (137ms)

    Vim's EOL handling is weird

      ✓ delete through eol (165ms)

      ✓ join 2 lines by deleting through eol (140ms)

      ✓ d$ doesn't delete whole line (104ms)

      5) vd$ does delete whole line

    Arrow keys work perfectly in Visual Line Mode

      ✓ Can handle <up> key (69ms)

      ✓ Can handle <down> key (65ms)

    Can handle d/c correctly in Visual Line Mode

      ✓ Can handle d key (176ms)

      ✓ Can handle d key (71ms)

      ✓ Can handle d key (145ms)

      ✓ Can handle d key (97ms)

      ✓ can handle 'c' (67ms)

    handles replace in visual line mode

      ✓ Can do a single line replace (68ms)

      ✓ Can do a multi visual line replace (66ms)

      ✓ Can do a multi visual line replace from the bottom up (131ms)

    search works in visual line mode

      ✓ Works with / (73ms)

      ✓ Works with ? (80ms)

    Non-darwin <C-c> tests

      ✓ <C-c> copies and sets mode to normal (167ms)

    replace text in linewise visual-mode with linewise register content

      ✓ yyVp does not change the content but changes cursor position (83ms)

      ✓ linewise visual put works also in the end of document (89ms)

      ✓ gv selects the last pasted text (which is shorter than original) (403ms)

      ✓ gv selects the last pasted text (which is longer than original) (862ms)

      ✓ gv selects the last pasted text (multiline) (250ms)

    can prepend text with I

      ✓ multiline insert from bottom up selection (81ms)

      ✓ multiline insert from top down selection (90ms)

      ✓ skips blank lines (77ms)

    can append text with A

      ✓ multiline append from bottom up selection (100ms)

      ✓ multiline append from top down selection (66ms)

      ✓ skips blank lines (120ms)



  Mode Normal

    ✓ Can handle 'x' (64ms)

    ✓ Can handle 'Nx' (48ms)

    ✓ Can handle 'Nx' and paste (76ms)

    ✓ Can handle 'x' at end of line (131ms)

    ✓ Can handle 'Ns' (50ms)

    ✓ Can handle 'Ns' at end of line (60ms)

    ✓ Can handle '<Del>' (49ms)

    ✓ Can handle '<Del>' with counts, which removes the last character of the count (40ms)

    ✓ Can handle '<Del>' at end of line (118ms)

    ✓ Can handle 'cc' (132ms)

    ✓ Can handle 'Ncc' (67ms)

    ✓ Can handle 'yy' (71ms)

    ✓ Can handle 'D' (64ms)

    ✓ Can handle 'D' on empty lines

    ✓ Can handle 'DD' (62ms)

    ✓ Can handle 'C' (66ms)

    ✓ Can handle 'NC' (90ms)

    ✓ Can handle 'NC' and put (91ms)

    ✓ Can handle 'r' (337ms)

    ✓ Can handle '<Count>r' (59ms)

    ✓ Can handle '<Count>r' (52ms)

    ✓ Can handle 'r' after 'dd' (103ms)

    ✓ Can handle 'r
' (75ms)

    ✓ Can handle '<Count>r
' (66ms)

    ✓ Can handle 'J' once (66ms)

    ✓ Can handle 'J' twice (93ms)

    ✓ Can handle 'J' with empty last line (117ms)

    ✓ Can handle 'J's with multiple empty last lines (101ms)

    ✓ Can handle 'J' with leading white space on next line (68ms)

    ✓ Can handle 'J' with only white space on next line (38ms)

    ✓ Can handle 'J' with TWO indented lines (61ms)

    ✓ Can handle 'J' with ')' first character on next line (108ms)

    ✓ Can handle 'J' with a following delete (77ms)

    ✓ Can handle 'J' in Visual Line mode (66ms)

    ✓ Can handle 'gJ' once (48ms)

    ✓ Can handle 'gJ' once and ALL WHITESPACE IS ELIMINATED (66ms)

    ✓ Can handle '~' (58ms)

    ✓ Can handle 'g~{motion}' (49ms)

    ✓ Can handle '<BS>' in insert mode (74ms)

    ✓ Can handle undo with P (94ms)

    ✓ Can handle 'ge' in multiple lines case1 (195ms)

    ✓ Can handle 'ge' in multiple lines case2 (139ms)



  Dot Operator

    ✓ Can repeat '~' with <num> (45ms)

    ✓ Can repeat '~' with dot (133ms)

    ✓ Can repeat 'x' (38ms)

    ✓ Can repeat 'J' (59ms)

    ✓ Can handle dot with A (116ms)

    ✓ Can handle dot with I (118ms)

    ✓ Can repeat actions that require selections (91ms)



  Repeat content change

    ✓ Can repeat '<C-t>' (118ms)

    ✓ Can repeat insert change and '<C-t>' (131ms)

    ✓ Can repeat change by `<C-a>` (102ms)

    ✓ Only one arrow key can be repeated in Insert Mode (191ms)

    ✓ Cached content change will be cleared by arrow keys (151ms)



  Matching Bracket (%)

    ✓ before opening parenthesis (48ms)

    ✓ inside parenthesis (54ms)

    ✓ nested parenthesis beginning

    ✓ nested parenthesis end (64ms)

    ✓ nested bracket and parenthesis beginning (49ms)

    ✓ nested bracket, parenthesis, braces beginning (43ms)

    ✓ nested bracket, parenthesis, braces end (111ms)

    ✓ parentheses after > (55ms)

    ✓ parentheses after " (63ms)



  Motions in Normal Mode

    ✓ Can handle [( (62ms)

    ✓ Can handle nested [( (125ms)

    ✓ Can handle <number>[( (70ms)

    ✓ Can handle [( and character under cursor exclusive (61ms)

    ✓ Can handle ]) (45ms)

    ✓ Can handle nested ]) (147ms)

    ✓ Can handle <number>]) (77ms)

    ✓ Can handle ]) and character under cursor exclusive (53ms)

    ✓ Can handle [{ (55ms)

    ✓ Can handle nested [{ (63ms)

    ✓ Can handle <number>[{ (75ms)

    ✓ Can handle [{ and character under cursor exclusive (71ms)

    ✓ Can handle ]} (59ms)

    ✓ Can handle nested ]} (50ms)

    ✓ Can handle <number>]} (54ms)

    ✓ Can handle ]} and character under cursor exclusive (108ms)

    ✓ Can handle 'ge' (115ms)

    ✓ Can handle 'gg' (102ms)

    ✓ Can handle 'gg' to first non blank char on random line (94ms)

    ✓ Can handle 'gg' to first non blank char on first line (64ms)

    ✓ Retain same column when moving up/down (96ms)

    ✓ Can handle <enter> (63ms)

    ✓ $ always keeps cursor on EOL (112ms)

    ✓ Can handle $ with a count (112ms)

    ✓ Can handle $ with a count at end of file (45ms)

    ✓ Can handle <End> with a count (64ms)

    ✓ Can handle <D-right> with a count (58ms)

    ✓ Can handle 'f' (99ms)

    ✓ Can handle 'f' twice (91ms)

    ✓ Can handle 'f' with <tab> (39ms)

    ✓ Can handle 'F' (65ms)

    ✓ Can handle 'F' twice (85ms)

    ✓ Can handle 't' (70ms)

    ✓ Can handle 't' twice (83ms)

    ✓ Can handle 'T' (145ms)

    ✓ Can handle 'T' twice (86ms)

    ✓ Can run a forward search (55ms)

    ✓ Can run a forward and find next search (71ms)

    ✓ Can run a reverse search (103ms)

    ✓ Can run a reverse and find next search (128ms)

    ✓ cancelled search reverts to previous search state (77ms)

    ✓ Backspace on empty search cancels (49ms)

    ✓ Search offsets: b does nothing (62ms)

    ✓ Search offsets: b2 goes 2 to the right (72ms)

    ✓ Search offsets: b+3 goes 3 to the right (64ms)

    ✓ Search offsets: e goes to the end (103ms)

    ✓ Search offsets: character offset goes across line boundaries (73ms)

    ✓ Search offsets: 2 goes 2 down (507ms)

    ✓ Search offsets: -2 goes 2 up (86ms)

    ✓ maintains column position correctly (57ms)

    ✓ maintains column position correctly with $ (53ms)

    ✓ Can handle G  (61ms)

    ✓ Can handle G with number prefix (49ms)

    ✓ Can handle G with number prefix (42ms)

    ✓ Can handle gg (60ms)

    ✓ Can handle gg with number prefix (52ms)

    ✓ Can handle 0 (101ms)

    ✓ Can handle 0 as part of a repeat (52ms)

    ✓ Can handle g*

    ✓ Can handle g*n (65ms)

    ✓ Can handle * (41ms)

    ✓ Can handle ** (38ms)

    ✓ Can handle # on whitespace (81ms)

    ✓ Can handle # on EOL (81ms)

    ✓ Can handle g# (178ms)

    ✓ Can handle g#n (214ms)

    ✓ Can handle # (138ms)

    ✓ Can handle # already on the word (72ms)

    ✓ Can handle ## (132ms)

    ✓ * adds to search history (60ms)

    ✓ # adds to search history (204ms)

    ✓ Can handle | (131ms)

    ✓ Can handle <number> | (153ms)

    ✓ Can handle +

    ✓ Can handle + indent (90ms)

    ✓ Can handle + with count prefix (56ms)

    ✓ Can handle - (60ms)

    ✓ Can handle - indent (50ms)

    ✓ Can handle - with count prefix (49ms)

    ✓ Can handle _ (67ms)

    ✓ Can handle _ with count prefix (57ms)

    ✓ Can handle g_ (46ms)

    ✓ Can handle g_ with count prefix (97ms)

    ✓ Can handle <up> key (117ms)

    ✓ Can handle <down> key (46ms)

    ✓ Can handle <left> key (53ms)

    ✓ Can handle <right> key (51ms)



  basic motion

    ✓ char right: should move one column right
    ✓ char right
    ✓ char left: should move cursor one column left
    ✓ char left: left-most column should stay at the same location
    ✓ line down: should move cursor one line down
    ✓ line down: bottom-most line should stay at the same location
    ✓ line begin

    ✓ line end

    ✓ document begin

    ✓ document end

    ✓ line begin cursor on first non-blank character

    ✓ last line begin cursor on first non-blank character

    line up

      ✓ should move cursor one line up

      ✓ top-most line should stay at the same location



  word motion

    ✓ line begin cursor on first non-blank character

    ✓ last line begin cursor on first non-blank character

    word right
      ✓ move to word right
      ✓ last word should move to next line

      ✓ last word should move to next line stops on empty line
      ✓ last word should move to next line skips whitespace only line
      ✓ last word on last line should go to end of document (special case!)

    word left
      ✓ move cursor word left across spaces

      ✓ move cursor word left within word
      ✓ first word should move to previous line, beginning of last word
      ✓ first word should move to previous line, stops on empty line

      ✓ first word should move to previous line, skips whitespace only line

    WORD right
      ✓ move to WORD right
      ✓ last WORD should move to next line

      ✓ last WORD should move to next line stops on empty line
      ✓ last WORD should move to next line skips whitespace only line

    WORD left
      ✓ move cursor WORD left across spaces

      ✓ move cursor WORD left within WORD

      ✓ first WORD should move to previous line, beginning of last WORD

      ✓ first WORD should move to previous line, stops on empty line
      ✓ first WORD should move to previous line, skips whitespace only line

    end of word right

      ✓ move to end of current word right
      ✓ move to end of next word right

      ✓ end of last word should move to next line
      ✓ end of last word should move to next line skips empty line
      ✓ end of last word should move to next line skips whitespace only line

    end of WORD right

      ✓ move to end of current WORD right

      ✓ move to end of next WORD right
      ✓ end of last WORD should move to next line

      ✓ end of last WORD should move to next line skips empty line
      ✓ end of last WORD should move to next line skips whitespace only line



  unicode word motion

    word right

      ✓ move cursor word right stops at different kind of character (ideograph -> hiragana)

      ✓ move cursor word right stops at different kind of character (katakana -> ascii)
      ✓ move cursor word right stops at different kind of chararacter (ascii -> punctuation)

      ✓ move cursor word right on non-ascii text

      ✓ move cursor word right recognizes a latin string which has diacritics as a single word

      ✓ move cursor word right recognizes a latin-1 symbol as punctuation

      ✓ move cursor word right recognizes a sequence of latin-1 symbols and other symbols as a word

    word left

      ✓ move cursor word left across the different char kind

      ✓ move cursor word left within the same char kind

      ✓ move cursor word left across spaces on non-ascii text

      ✓ move cursor word left within word on non-ascii text

      ✓ move cursor word left recognizes a latin string which has diacritics as a single word



  sentence motion

    sentence forward

      ✓ next concrete sentence

      ✓ next sentence that ends with paragraph ending
      ✓ next sentence when cursor is at the end of previous paragraph

      ✓ next sentence when paragraph contains a line of whilte spaces

    sentence backward

      ✓ current sentence begin

      ✓ sentence forward when cursor is at the beginning of the second sentence

      ✓ current sentence begin with no concrete sentense inside
      ✓ current sentence begin when it's not the same as current paragraph begin

      ✓ current sentence begin when previous line ends with a concrete sentence



  paragraph motion

    paragraph down

      ✓ move down normally
      ✓ move down longer paragraph

      ✓ move down starting inside empty line

      ✓ paragraph at end of document

    paragraph up

      ✓ move up short paragraph

      ✓ move up longer paragraph

      ✓ move up starting inside empty line



  motion line wrapping

    whichwrap enabled

      normal mode

        ✓ h wraps to previous line (56ms)

        ✓ l wraps to next line (61ms)

        ✓ <left> wraps to previous line (42ms)

        ✓ <right> wraps to next line (139ms)

      insert mode

        ✓ <left> wraps to previous line (47ms)

        ✓ <right> once goes to end of line (66ms)

        ✓ <right> twice wraps to next line (83ms)

    whichwrap disabled

      normal mode

        ✓ h does not wrap to previous line (109ms)

        ✓ l does not wrap to next line (55ms)

        ✓ <left> does not wrap to previous line (47ms)

        ✓ <right> does not wrap to next line (54ms)

      insert mode

        ✓ <left> does not wrap to previous line (48ms)

        ✓ <right> does not wrap to next line (65ms)

    wrapscan enabled

      ✓ search wraps around the end of the file (68ms)

      ✓ search wraps around the start of the file (399ms)

    wrapscan disabled

      ✓ search stops at the end of the file (58ms)

      ✓ search stops at the start of the file (81ms)



  Multicursor

    ✓ can add multiple cursors below (101ms)

    ✓ can add multiple cursors above (160ms)



  numeric string

    ✓ fails on non-string

    ✓ handles hex round trip

    ✓ handles decimal round trip

    ✓ handles octal trip



  comment operator

    ✓ gcc comments out current line (287ms)

    ✓ gcj comments in current and next line (319ms)

    ✓ block comment with motion (555ms)

    ✓ block comment in Visual Mode (518ms)



  format operator

    ✓ == formats current line (381ms)

    ✓ =$ formats entire line (456ms)

    ✓ =j formats two lines (205ms)

    ✓ 3=k formats three lines (168ms)

    ✓ =gg formats to top of file (253ms)

    ✓ =G formats to bottom of file (183ms)

    ✓ =ip formats paragraph (141ms)

    ✓ format in visual mode (162ms)



  put operator

    ✓ basic put test (153ms)

    ✓ test yy end of line (65ms)

    ✓ test yy first line (72ms)

    ✓ test yy middle line (104ms)

    ✓ test yy with correct positon movement (81ms)

    ✓ test visual block single line yank p (93ms)

    ✓ test visual block single line yank P (106ms)

    ✓ test visual block single line delete p (85ms)

    ✓ test visual block single line delete P (93ms)



  shift operator

    ✓ basic shift left test (123ms)

    ✓ shift left goto end test (72ms)

    ✓ shift left goto line test (64ms)

    ✓ shift right goto end test (56ms)

    ✓ shift right goto line test (63ms)



  camelCaseMotion plugin if not enabled

    ✓ basic motion doesn't work (54ms)



  camelCaseMotion plugin

    handles <leader>w for camelCaseText

      ✓ step over whitespace (50ms)

      ✓ step to Camel word (70ms)

      ✓ step to CAP word (89ms)

      ✓ step after CAP word (85ms)

      ✓ step from middle of word to Camel word (122ms)

      ✓ step to number word (183ms)

      ✓ step to operator word (167ms)

      ✓ step from inside operator word (180ms)

      ✓ step to operator and then over (56ms)

    handles <leader>w for underscore_var

      ✓ step to _word (71ms)

      ✓ step over whitespace to word (101ms)

      ✓ step from inside word to _word (124ms)

      ✓ step form _word to number (102ms)

      ✓ step from nubmer word to _word (149ms)

      ✓ step from in whitespace to word (102ms)

      ✓ step in ALL_CAPS_WORD (55ms)

    handles d<leader>w

      ✓ delete from start of camelWord (57ms)

      ✓ delete from middle of camelWord (84ms)

      ✓ delete from start of CamelWord (67ms)

      ✓ delete two words from camelWord (51ms)

      ✓ delete from start of underscore_word (49ms)

      ✓ delete from middle of underscore_word (57ms)

      ✓ delete two words from camel_word (49ms)

    handles di<leader>w

      ✓ delete from start of camelWord (122ms)

      ✓ delete from middle of camelWord (65ms)

      ✓ delete from start of CamelWord (83ms)

      ✓ delete two words from camelWord (103ms)

      ✓ delete from start of underscore_word (63ms)

      ✓ delete from middle of underscore_word (60ms)

      ✓ delete two words from camel_word (70ms)

    handles <leader>b

      ✓ back from middle of word (139ms)

      ✓ back over whitespace to camelWord (148ms)

      ✓ back twice over operator (105ms)

    handles <leader>e

      ✓ from start to middle of underscore_word (44ms)

      ✓ from middle to end of underscore_word (81ms)

      ✓ twice to end of word over operator (100ms)



  easymotion plugin

    ✓ Can handle s move (79ms)

    ✓ Can handle 2s move (118ms)

    ✓ Can handle f move (101ms)

    ✓ Can handle 2f move (98ms)

    ✓ Can handle F move (106ms)

    ✓ Can handle 2F move (126ms)

    ✓ Can handle t move (76ms)

    ✓ Can handle bd-t move (108ms)

    ✓ Can handle 2t move (177ms)

    ✓ Can handle bd-t2 move (176ms)

    ✓ Can handle T move (72ms)

    ✓ Can handle 2T move (133ms)

    ✓ Can handle w move (85ms)

    ✓ Can handle bd-w move (107ms)

    ✓ Can handle b move (112ms)

    ✓ Can handle e move (97ms)

    ✓ Can handle bd-e move (109ms)

    ✓ Can handle ge move (114ms)

    ✓ Can handle n-char move (114ms)

    ✓ Can handle j move (147ms)

    ✓ Can handle k move (97ms)

    ✓ Can handle bd-jk move (1) (113ms)

    ✓ Can handle bd-jk move (2) (81ms)

    ✓ Can handle lineforward move (1) (50ms)

    ✓ Can handle lineforward move (2) (72ms)

    ✓ Can handle linebackward move (1) (108ms)

    ✓ Can handle linebackward move (2) (110ms)

    ✓ Can handle searching for backslash (\) (66ms)

    ✓ Can handle searching for carat (^) (133ms)

    ✓ Can handle searching for dot (.) (76ms)



  Input method plugin

    ✓ use default im in insert mode

    ✓ use other im in insert mode



  replaceWithRegister plugin

    ✓ Replaces within inner word (98ms)

    ✓ Replaces within inner Word (74ms)

    ✓ Replaces within '' (72ms)

    ✓ Replaces within '' including spaces (116ms)

    ✓ Replaces within () (132ms)

    ✓ Replaces within () including spaces (92ms)

    ✓ Replaces within a paragraph (85ms)

    ✓ Replaces using a specified register (155ms)

    ✓ Replaces within {} over multiple lines (124ms)

    ✓ Replaces a multiline register within {} over multiple lines (109ms)

    ✓ Replaces a multiline register within {} over multiple lines (109ms)

    ✓ Yanking inside {} then replacing inside {} in a noop, besides the cursor movement (121ms)

    ✓ grr replaces the entire line with the register (118ms)

    ✓ grr can replace multiple lines (68ms)

    ✓ Replaces in visual mode (114ms)

    ✓ Replaces in visual mode using a specified register (585ms)

    ✓ Replaces in visual line mode (173ms)



  sneak plugin

    ✓ Can handle s motion (61ms)

    ✓ Can handle S motion (69ms)

    ✓ Can handle <operator>z motion (66ms)

    ✓ Can handle <operator>Z motion (98ms)

    ✓ Can handle s; motion (63ms)

    ✓ Can handle s, motion (120ms)

    ✓ Can handle S; motion (87ms)

    ✓ Can handle S, motion (86ms)

    ✓ Can handle single letter s motion (59ms)

    ✓ Can handle single letter S motion (89ms)

    ✓ Can handle single letter <operator>z motion (101ms)

    ✓ Can handle single letter <operator>Z motion (203ms)

    ✓ Can handle single letter s; motion (82ms)

    ✓ Can handle single letter s, motion (127ms)

    ✓ Can handle single letter S; motion (92ms)

    ✓ Can handle single letter S, motion (90ms)

    ✓ Can handle multiline single char <number>s motion (55ms)



  surround plugin

    ✓ 'ysiw)' surrounds word without space (155ms)

    ✓ 'ysiw(' surrounds word with space (130ms)

    ✓ 'ysw)' surrounds word without space (183ms)

    ✓ 'ysw(' surrounds word with space (295ms)

    ✓ 'ysaw)' surrounds word without space (190ms)

    ✓ 'ysaw(' surrounds word with space (219ms)

    ✓ 'ysiw(' surrounds word with space and ignores punctuation (148ms)

    ✓ 'ysiw<' surrounds word with tags (178ms)

    ✓ 'ysiw<' surrounds word with tags and attributes (139ms)

    ✓ 'cst<' surrounds word with tags that have a dot in them (562ms)

    ✓ 'yss)' surrounds entire line respecting whitespace (152ms)

    ✓ change surround (150ms)

    ✓ change surround with two pairs of quotes (160ms)

    ✓ change surround with two pairs of parens (123ms)

    ✓ change surround with alias (231ms)

    ✓ change surround to tags (158ms)

    ✓ delete surround (111ms)

    ✓ delete surround with quotes (161ms)

    ✓ delete surround with nested of quotes (232ms)

    ✓ delete surround with inconsistent quotes (282ms)

    ✓ delete surround with mixed quotes (152ms)

    ✓ delete surround with empty quotes cursor at start (126ms)

    ✓ delete surround with empty quotes cursor at end (100ms)

    ✓ don't delete surround if cursor is after closing match (138ms)

    ✓ delete surround if cursor is before opening match (128ms)

    ✓ delete surround with two pairs of parens (141ms)

    ✓ delete surround with alias (153ms)

    ✓ delete surround with tags (146ms)

    ✓ change surround brackets at end of line (110ms)

    ✓ changing brackets with surround works again (187ms)

    ✓ change surround with tags that contain an attribute and preserve them (240ms)

    ✓ change surround with tags that contain an attribute and remove them (224ms)



  register

    ✓ Can copy to a register (67ms)

    ✓ Can use two registers together (181ms)

    ✓ Can use black hole register (91ms)

    ✓ System clipboard works with chinese characters (41ms)

    ✓ Yank stores text in Register '0' (258ms)

    ✓ Multiline yank (`[count]yy`) stores text in Register '0' (285ms)

    ✓ Multiline yank (`[count]Y`) stores text in Register '0' (222ms)

    ✓ Register '1'-'9' stores delete content (398ms)

    ✓ "A appends linewise text to "a (306ms)

    ✓ "A appends character wise text to "a (283ms)

    ✓ Can put and get to register

    ✓ Small deletion using x is stored in small delete register (269ms)

    ✓ Small deletion using Del is stored in small delete register (274ms)

    ✓ Small deletion using X is stored in small delete register (253ms)

    ✓ Search register (/) is set by forward search (364ms)

    ✓ Search register (/) is set by backward search (399ms)

    ✓ Search register (/) is set by star search (318ms)

    ✓ Command register (:) is set by command line (702ms)

    ✓ Read-only registers cannot be written to (235ms)

    clipboard

      ✓ Can access '*' (clipboard) register (44ms)

      ✓ Can access '+' (clipboard) register (62ms)



  Repeatable movements with f and t

    ✓ Can repeat f<character> (60ms)

    ✓ Can repeat reversed F<character> (66ms)

    ✓ Can repeat t<character> (85ms)

    ✓ Can repeat N times reversed t<character> (129ms)



  sentence motion

    [count] sentences backward

      ✓ move one sentence backward (256ms)

      ✓ move one sentence backward (251ms)

      ✓ move [count] sentences backward (320ms)

      ✓ move one sentence backward single line - middle (147ms)

      ✓ move one sentence backward no space (205ms)

      ✓ move one sentence backward no space - middle (149ms)

      ✓ move one sentence backward - multiline (149ms)

      ✓ move one sentence backward - multiline - period (139ms)

      ✓ move one sentence backward - multiline - previous line (87ms)

      ✓ move one sentence backward - multiline - previous line - period (75ms)



  VimState

    ✓ de-dupes cursors

    ✓ cursorStart/cursorStop should be first cursor in cursors



  text editor

    ✓ insert 'Hello World'

    ✓ replace 'World' with 'Foo Bar'

    ✓ delete `Hello`

    ✓ delete the whole line

    ✓ try to read lines that don't exist





  1220 passing (5m)

  5 failing



  1) Mode Visual
       Can do v$x to delete to last char including EOL:

      Line count does not match.
      + expected - actual

      -3
      +2
      
      at Suite.suite (test/mode/modeVisual.test.ts:753:3)

  2) Mode Visual
       Vim's EOL handling is weird
         vd$ does delete whole line:

      AssertionError [ERR_ASSERTION]: Content does not match; Expected=two. Actual=.
      + expected - actual

      +two
      
      at Object.assertEqualLines (test/testUtils.ts:58:12)
      at /home/travis/build/VSCodeVim/Vim/test/mode/modeVisual.test.ts:181:7
      at Generator.next (<anonymous>)
      at fulfilled (out/test/mode/modeVisual.test.js:5:58)

  3) Mode Visual
       replace text in characterwise visual-mode with characterwise register content
         gv selects the last pasted text (which is shorter than original):

      AssertionError [ERR_ASSERTION]: Content does not match; Expected=with me. Actual=with ms.
      + expected - actual

      -with ms
      +with me
      
      at Object.assertEqualLines (test/testUtils.ts:58:12)
      at /home/travis/build/VSCodeVim/Vim/test/mode/modeVisual.test.ts:1138:7
      at Generator.next (<anonymous>)
      at fulfilled (out/test/mode/modeVisual.test.js:5:58)

  4) Mode Visual
       replace text in characterwise visual-mode with characterwise register content
         gv selects the last pasted text (which is longer than original):

      AssertionError [ERR_ASSERTION]: Content does not match; Expected=or with me longer than the target. Actual=or with me longer than the targets.
      + expected - actual

      -or with me longer than the targets
      +or with me longer than the target
      
      at Object.assertEqualLines (test/testUtils.ts:58:12)
      at /home/travis/build/VSCodeVim/Vim/test/mode/modeVisual.test.ts:1163:7
      at Generator.next (<anonymous>)
      at fulfilled (out/test/mode/modeVisual.test.js:5:58)


  5) Mode Visual Line
       Vim's EOL handling is weird
         vd$ does delete whole line:

      AssertionError [ERR_ASSERTION]: Content does not match; Expected=two. Actual=.
      + expected - actual

      +two
      
      at Object.assertEqualLines (test/testUtils.ts:58:12)
      at /home/travis/build/VSCodeVim/Vim/test/mode/modeVisualLine.test.ts:167:7
      at Generator.next (<anonymous>)
      at fulfilled (out/test/mode/modeVisualLine.test.js:5:58)






Tests exited with code: 1
npm ERR! Test failed.  See above for more details.
TravisBuddy Request Identifier: 074a3170-cd63-11e9-a9d8-278aeb0f3435

@contrib15
Copy link
Contributor Author

contrib15 commented Sep 2, 2019

Apparently the 5 tests that fail with this PR during CI also failed BEFORE this PR, aka with commit 92c3359.

@J-Fields
Copy link
Member

J-Fields commented Sep 2, 2019

@contrib15 Yup, sorry about that - they're fixed.

@J-Fields J-Fields changed the title Fix issue #3155 Implement nowrapscan Sep 2, 2019
@contrib15
Copy link
Contributor Author

@contrib15 Yup, sorry about that - they're fixed.

Thanks for the fix and merge.

Copy link
Member

@J-Fields J-Fields left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@J-Fields J-Fields merged commit 1cf0ad0 into VSCodeVim:master Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants