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

Update dependency typescript to v3.9.3 #4881

Merged
merged 1 commit into from May 20, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2020

This PR contains the following updates:

Package Type Update Change
typescript (source) devDependencies patch 3.9.2 -> 3.9.3

Release Notes

Microsoft/TypeScript

v3.9.3

Compare Source

This release contains bug fixes in type-checking, APIs, emit, and editor scenarios.

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@TravisBuddy
Copy link

Travis tests have failed

Hey @renovate[bot],
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: 12

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.
$ gulp build
[23:42:09] Using gulpfile ~/build/VSCodeVim/Vim/gulpfile.js
[23:42:09] Starting 'build'...
[23:42:09] Starting 'prettier'...
[23:42:10] Finished 'prettier' after 383 ms
[23:42:10] Starting 'webpack'...
[23:42:10] Starting 'tslint'...
(node:5545) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
[23:42:37] Version: webpack 4.43.0
Built at: 05/19/2020 11:42:37 PM
           Asset      Size  Chunks                   Chunk Names
    extension.js   747 KiB       0  [emitted]        main
extension.js.map  2.97 MiB       0  [emitted] [dev]  main
Entrypoint main = extension.js extension.js.map
[23:42:37] Finished 'webpack' after 27 s
[23:42:38] Finished 'tslint' after 28 s
[23:42:38] Starting 'commit-hash'...
[23:42:38] Finished 'commit-hash' after 58 ms
[23:42:38] Finished 'build' after 29 s
The command "gulp build" exited with 0.
$ gulp prepare-test
[23:42:39] Using gulpfile ~/build/VSCodeVim/Vim/gulpfile.js
[23:42:39] Starting 'prepare-test'...
[23:42:39] Starting 'tsc'...
[23:42:39] Starting 'copyPackageJson'...
[23:42:39] Finished 'copyPackageJson' after 113 ms
[23:42:50] Finished 'tsc' after 12 s
[23:42:50] Finished 'prepare-test' after 12 s
The command "gulp prepare-test" exited with 0.
$ npm test

> vim@1.14.4 test /home/travis/build/VSCodeVim/Vim
> node ./out/test/runTest.js

Downloading VS Code 1.45.1 from https://update.code.visualstudio.com/1.45.1/linux-x64/stable
Downloaded VS Code 1.45.1 into .vscode-test/vscode-1.45.1
Warning: 'sandbox' is not in the list of known options, but still passed to Electron/Chromium.

[main 2020-05-19T23:42:58.898Z] update#setState idle

bash: cannot set terminal process group (-1): Inappropriate ioctl for device

bash: no job control in this shell

(node:5671) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:5671) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:5671) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:5671) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:5671) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:5671) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:6212) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:6212) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:6196) DeprecationWarning: "useColors()" is DEPRECATED, please use "color()" instead.

(node:6196) DeprecationWarning: "useColors()" is DEPRECATED, please use "color()" instead.



  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

  cmd_line/search command

    ✓ command <C-w> can remove word in cmd line

    ✓ command <C-w> can remove word in search mode

    ✓ command <C-w> can remove word in cmd line while retrain cmd on the right of the cursor

    ✓ command <C-w> can remove word in search mode while retrain cmd on the right of the cursor

    ✓ <C-u> deletes from cursor to first character

    ✓ <C-b> puts cursor at start of command line

    ✓ <Home> puts cursor at start of command line

    ✓ <C-e> puts cursor at end of command line

    ✓ <End> puts cursor at end of command line

    ✓ <C-p>/<C-n> go to the previous/next command

    ✓ <C-r> <C-w> insert word under cursor on command line (54ms)

    ✓ <C-r> <C-w> insert word right of cursor on command line (53ms)

    ✓ <C-r> <C-w> insert word under cursor in search mode (38ms)

    ✓ <C-p> go to previous search string

  cursor location

    ✓ cursor location in command line

    ✓ cursor location in search

  HistoryFile

    ✓ add command

    ✓ add empty command

    ✓ add command over configuration.history

    ✓ add command that exists in history

    ✓ file system

    ✓ change configuration.history (56ms)

  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

  :only command

    ✓ Run :only (1074ms)

  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

  Smile command

    ✓ :smile creates new tab (539ms)

    ✓ :smile editor contains smile text (535ms)

  Basic sort

    ✓ Sort whole file, asc (71ms)

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

    ✓ Sort whole file, dsc (67ms)

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

    ✓ Sort range, asc (66ms)

    ✓ Sort range, asc, ignoreCase (77ms)

    ✓ Sort range, dsc (80ms)

    ✓ Sort range, dsc, ignoreCase (80ms)

    ✓ Sort whole file, asc, unique (85ms)

  Horizontal split

    ✓ :sp creates a second split (82ms)

    ✓ :split creates a second split (73ms)

    ✓ :new creates a second split (219ms)

  :close args parser

    ✓ can parse empty args
    ✓ ignores trailing white space
    ✓ can parse !

    ✓ throws if space before !
    ✓ ignores space after !
    ✓ throws if bad input

  :quit args parser

    ✓ 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

  :tabm[ove] args parser

    ✓ has :tabm alias

    ✓ can parse empty args

    ✓ can parse an absolute position

    ✓ can parse a relative position

    ✓ fails with invalid inputs

  getParser

    ✓ empty

    ✓ :marks

    ✓ :write

    ✓ :nohlsearch

    ✓ :quitall

    :write args parser

      ✓ 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 (40ms)

    ✓ Replace with `g` flag (130ms)

    ✓ Replace with flags AND count (55ms)

    ✓ Replace with `c` flag (60ms)

    ✓ Replace with `gc` flag (40ms)

    ✓ Replace across all lines (60ms)

    ✓ Replace on specific single line (59ms)

    ✓ Replace on current line using dot (66ms)

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

    ✓ Replace across specific line range (53ms)

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

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

    ✓ Repeat replacement across relative line range (74ms)

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

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

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

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

    ✓ Replace specific single equal lines (56ms)

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

    ✓ Replace text in selection (67ms)

    ✓ Substitute support marks (56ms)
    Effects of gdefault=true

      ✓ Replace all matches in the line (41ms)

      ✓ Replace with `g` flag inverts global flag

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

      ✓ Replace multiple lines (66ms)

      ✓ Replace across specific lines

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

      ✓ Replace text in selection (78ms)

      ✓ Substitute support marks (60ms)

      ✓ Substitute with escaped delimiter (41ms)

    Substitute should use various previous search/substitute states

      ✓ Substitute with previous search using * (142ms)

      ✓ Substitute with previous search using # (121ms)

      ✓ Substitute with previous search using / (122ms)

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

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

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

      ✓ Substitute repeat previous should accept flags (51ms)

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

      ✓ Ampersand (&) should repeat the last substitution

  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 (54ms)

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

  cmd_line tabComplete

    ✓ command line command tab completion

    ✓ command line command shift+tab

    ✓ command line file tab completion with no base path

    ✓ command line file tab completion with / as base path

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

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

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

    ✓ command line file tab completion directory with / at the end

    ✓ command line file navigate tab completion

    ✓ command line tab completion on the content on the left of the cursor

    ✓ command line file tab completion with .

    ✓ command line file tab completion with space in file path (103ms)

  Vertical split

    ✓ :vs creates a second split (69ms)

    ✓ :vsp creates a second split (60ms)

    ✓ :vsplit creates a second split (52ms)

    ✓ :vnew creates a second split (203ms)

    ✓ :vne creates a second split (160ms)

  Basic write-quit

    ✓ Run write and quit (48ms)

  Provide line completions
    Line Completion Provider unit tests

      ✓ Can complete lines in file, prioritizing above cursor, near cursor

      ✓ Can complete lines in file with different indentation

      ✓ Returns no completions for unmatched line

  Configuration

    ✓ remappings are normalized

    ✓ whichwrap is parsed into wrapKeys

    ✓ Can handle long key chords

  Notation

    ✓ Normalize

  Remapper

    ✓ getLongestedRemappedKeySequence (57ms)

    ✓ getMatchingRemap (61ms)

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

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

    1) <c-e> -> <esc> in insert mode should go to normal mode

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

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

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

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

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

    ✓ jj -> <Esc> does not leave behind character a j (89ms)

    ✓ jj -> <Esc> does not modify undo stack (98ms)

  Neovim Validator

    ✓ neovim enabled without path

    ✓ neovim disabled

  Remapping Validator

    ✓ no remappings

    ✓ jj->esc

    ✓ remapping missing after and command

    ✓ remappings are de-duped

  Vimrc

    ✓ Can expand $HOME to user's home directory

    ✓ Can expand ~ to user's home directory
  VimrcKeyRemappingBuilder

    ✓ Build IKeyRemapping objects from .vimrc lines

  Error

    ✓ error code has message

  package.json

    ✓ all keys have handlers

    ✓ all defined configurations in package.json have handlers

  historyTracker unit tests

    addMark

      ✓ can create lowercase mark

      ✓ can create uppercase mark

      ✓ shares uppercase marks between editor instances

      ✓ does not share lower marks between editor instances

  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

        ✓ Can track jumps for keys: GggG

        ✓ Can track jumps for keys: GggGgg

rejected promise not handled within 1 second: Error: EISDIR: illegal operation on a directory, read
stack trace: Error: EISDIR: illegal operation on a directory, read
	at Object.readSync (fs.js:513:3)
	at tryReadSync (fs.js:338:20)
	at Object.readFileSync (fs.js:375:19)
	at Object.fs.readFileSync (electron/js2c/asar.js:542:40)
	at Object.fs.readFileSync (electron/js2c/asar.js:542:40)
	at VimrcImpl.load (/home/travis/build/VSCodeVim/Vim/out/src/configuration/vimrc.js:50:30)
	at Context.<anonymous> (/home/travis/build/VSCodeVim/Vim/out/test/configuration/vimrc.test.js:13:23)
	at callFn (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runnable.js:370:21)
	at Test.Runnable.run (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runnable.js:357:7)
	at Runner.runTest (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:541:10)
	at /home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:667:12
	at next (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:450:14)
	at /home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:460:7
	at next (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:362:14)
	at Immediate.<anonymous> (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:428:5)
	at processImmediate (internal/timers.js:439:21)
rejected promise not handled within 1 second: Error: EISDIR: illegal operation on a directory, read
stack trace: Error: EISDIR: illegal operation on a directory, read
	at Object.readSync (fs.js:513:3)
	at tryReadSync (fs.js:338:20)
	at Object.readFileSync (fs.js:375:19)
	at Object.fs.readFileSync (electron/js2c/asar.js:542:40)
	at Object.fs.readFileSync (electron/js2c/asar.js:542:40)
	at VimrcImpl.load (/home/travis/build/VSCodeVim/Vim/out/src/configuration/vimrc.js:50:30)
	at Context.<anonymous> (/home/travis/build/VSCodeVim/Vim/out/test/configuration/vimrc.test.js:18:23)
	at callFn (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runnable.js:370:21)
	at Test.Runnable.run (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runnable.js:357:7)
	at Runner.runTest (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:541:10)
	at /home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:667:12
	at next (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:450:14)
	at /home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:460:7
	at next (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:362:14)
	at Immediate.<anonymous> (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:428:5)
	at processImmediate (internal/timers.js:439:21)

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

        ✓ Can track jumps for keys: G?b<CR>ggG

        ✓ Can track jumps for keys: j%%

      Can track jumps with back/forward

        ✓ Can track jumps for keys: j%%<C-o>

        ✓ Can track jumps for keys: j%%<C-o><C-i>

        ✓ Can track jumps for keys: j%%<C-o>%

        ✓ Can track jumps for keys: j%%<C-o>gg

        ✓ Can track jumps for keys: j%%<C-o><C-o>gg

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

        ✓ Can enter number to jump back multiple times

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

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

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

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

        ✓ Can handle '' jumps with no previous jump

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

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

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

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

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

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

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

      Can shift jump lines down after inserting a line

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

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

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

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

      Can track jumps from substitutes

        ✓ Can track jumps for keys: :%s/a/b<CR>

      Can track jumps from macros

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

      Can track jumps from marks

        ✓ Can track jumps for keys: maG`a

  Record and execute a macro

    ✓ Can record and execute (73ms)

    ✓ Can repeat last invoked macro (108ms)

    ✓ Can play back with count (172ms)

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

    ✓ Repeat change on contiguous lines (93ms)

    ✓ Append command to a macro (90ms)

    ✓ Can record Ctrl Keys and repeat (80ms)

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

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

    ✓ Can record and execute macro that handles multiple lines (157ms)

  Mode Handler

    ✓ ctor

    ✓ can set current mode

  Mode Handler Map

    ✓ getOrCreate

    ✓ get

  Mode Insert

    ✓ can be activated (51ms)

    ✓ can handle key events

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

    ✓ <C-c> can exit insert

    ✓ <Esc> can exit insert (47ms)

    ✓ Stay in insert when entering characters (47ms)

    ✓ Can handle 'O' (45ms)

    ✓ 'i' puts you in insert mode before the cursor

    ✓ 'I' puts you in insert mode at start of line (40ms)

    ✓ 'a' puts you in insert mode after the cursor

    ✓ 'A' appends to end of line

    ✓ '<C-w>' deletes a word (39ms)

    ✓ Can handle <C-w> on leading whitespace

    ✓ Can handle <C-w> at beginning of line

    ✓ <C-u> deletes to start of line (38ms)

    ✓ Can handle <C-u> on leading characters

    ✓ Can handle <C-u> on leading whitespace

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

    ✓ will not remove leading spaces input by user

    ✓ will remove closing bracket

    ✓ Backspace works on whitespace only lines (154ms)

[main 2020-05-19T23:43:28.902Z] update#setState checking for updates

    ✓ Backspace works on end of whitespace only lines

[main 2020-05-19T23:43:28.982Z] update#setState idle

    ✓ Backspace works at beginning of file

    ✓ Delete works in insert mode (43ms)

    ✓ Delete works at line end (45ms)

    ✓ Delete works at end of file (44ms)

    ✓ Delete works with repeat (103ms)

    ✓ Can <Esc> after entering insert mode from <ctrl+o>

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

    ✓ Can <ctrl-o> after entering insert mode from <ctrl-o>

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

    ✓ Can perform insert command prefixed with count

    ✓ Can perform append command prefixed with count

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

    ✓ Can perform append to end of line command prefixed with count

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

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

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

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

    ✓ Can handle backspace at beginning of line with all spaces

    ✓ Can handle digraph insert (80ms)

    ✓ Can handle custom digraph insert

    ✓ Can insert last inserted text (70ms)

    ✓ Can handle no inserted text yet when executing <ctrl-a>

  Mode Normal

    ✓ Can be activated

    ✓ Can handle dw

    ✓ Can handle dw

    ✓ Can handle dw

    ✓ Can handle dw across lines (1)

    ✓ Can handle dw across lines (2)

    ✓ Can handle dd last line

    ✓ Can handle dd single line

    ✓ Can handle dd

    ✓ Can handle 3dd

    ✓ Can handle 3dd off end of document

    ✓ Can handle d2d

    ✓ Can handle dd empty line

    ✓ Can handle ddp

    ✓ Can handle 'de' (185ms)

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

    ✓ Can handle 'db'

    ✓ Can handle 'db then 'db' again

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

    ✓ Can handle 'dF'

    ✓ Can handle 'dT'

    ✓ Can handle 'd3' then <enter>

    ✓ Can handle 'dj'

    ✓ Can handle 'dk' (39ms)

    ✓ Can handle 'd])' without deleting closing parenthesis

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

    ✓ Can handle 'd/' (39ms)

    ✓ Can handle 'd/' with count ([count]d/[word]) (40ms)

    ✓ Can handle 'd/' with count (d[count]/[word]) (51ms)

    ✓ Can handle 'cw' (51ms)

    ✓ Can handle 'cw' without deleting following white spaces

    ✓ Can handle 'c2w'

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

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

    ✓ Can handle 'c]}' without deleting closing bracket

    ✓ Can handle 's'

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

    ✓ Can handle 'ciw' (52ms)

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

    ✓ Can handle 'caw' (55ms)

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

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

    ✓ Can handle 'caw' on blanks

    ✓ Can handle 'cae' (70ms)

    ✓ Can handle 'cae' with caret at document's top

    ✓ Can handle 'cae' with caret at document's end (66ms)

    ✓ Can handle 'cie' on blank content

    ✓ Can handle 'cie' with leading space

    ✓ Can handle 'cie' with trailing space (39ms)

    ✓ Can handle 'cie' with both leading and trailing space (54ms)

    ✓ Can handle 'cie' on blank content

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

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

    ✓ Can handle 'ci(' backwards through nested parens

    ✓ Can handle 'cib' on first parentheses

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

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

    ✓ Can handle count prefixed 'ca)'

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

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

    ✓ Can handle 'ci{' spanning multiple lines

    ✓ Can handle 'ci{' spanning multiple lines and handle whitespaces correctly

    ✓ Can handle 'ci{' spanning multiple lines and handle whitespaces correctly

    ✓ Can handle 'ci(' on the closing bracket

    ✓ Can handle 'ciB' spanning multiple lines

    ✓ will fail when ca( with no ()

    ✓ will fail when ca{ with no {}

    ✓ will fail when caB with no {}

    ✓ Can handle 'ci[' spanning multiple lines

    ✓ Can handle 'ci]' on first bracket

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

    ✓ Can handle 'ca]' on first bracket

    ✓ Can handle 'ci'' on first quote

    ✓ Can handle 'ci'' inside quoted string

    ✓ Can handle 'ci'' on closing quote

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

    ✓ Can handle 'ci"' on opening quote

    ✓ Can handle 'ci"' starting behind the quoted word

    ✓ Can handle 'ca"' starting behind the quoted word

    ✓ Can handle 'ca"' starting on the opening quote

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

    ✓ Can handle 'ci"' with a single escaped quote

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

    ✓ Can handle 'ci"' with an escaped backslash

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

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

    ✓ Can handle 'ci"' with complex escape sequences

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

    ✓ will fail when ca" ahead of quoted string

    ✓ Can handle 'ca`' inside word

    ✓ can handle cj (55ms)

    ✓ can handle ck (52ms)

    ✓ can handle c2j (57ms)

    ✓ can handle c2k (61ms)

    ✓ can handle cj on last line (60ms)

    ✓ can handle ck on first line (93ms)

    ✓ can handle c2j on last line (67ms)

    ✓ can handle c2k on first line (42ms)

    ✓ Can handle 'daw' on word with cursor inside spaces

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

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

    ✓ Can handle 'daw' on word with numeric prefix

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

    ✓ Can handle 'daw' on word with numeric prefix and across lines

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

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

    ✓ Can handle 'daw' on words at beginning of line with leading whitespace

    ✓ Can handle 'daw' on words at ends of lines in the middle of whitespace

    ✓ Can handle 'daw' on word at beginning of file

    ✓ Can handle 'daw' on word at beginning of line

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

    ✓ Can handle 'daw' around word at end of line

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

    ✓ Can handle 'daW' around word at whitespace

    ✓ Can handle 'daW' on word with trailing spaces

    ✓ Can handle 'daW' on word with leading spaces

    ✓ Can handle 'daW' on word with numeric prefix

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

    ✓ Can handle 'daW' on beginning of word

    ✓ Can handle 'daW' on end of one line

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

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

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

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

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

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

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

    ✓ Can handle 'diw' on word

    ✓ Can handle 'diw' on word with numeric prefix

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

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

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

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

    ✓ Can handle 'diW' on word with trailing spaces

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

    ✓ Can handle 'diW' on word with numeric prefix

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

    ✓ Can handle 'diW' on beginning of word

    ✓ Can handle 'dae' (46ms)

    ✓ Can handle 'dae' with caret at document's top

    ✓ Can handle 'dae' with caret at document's end (55ms)

    ✓ Can handle 'die' on blank content

    ✓ Can handle 'die' with leading space

    ✓ Can handle 'die' with trailing space

    ✓ Can handle 'die' with both leading and trailing space (55ms)

    ✓ Can handle 'die' on blank content

    ✓ Can handle d} at beginning of line

    ✓ Can handle y} at beginning of line

    ✓ Can handle d} when not at beginning of line

    ✓ Can handle } with operator and count, at beginning of line

    ✓ Can handle } with operator and count, and not at beginning of line

    ✓ Select sentence with trailing spaces

    ✓ Select sentence with leading spaces (55ms)

    ✓ Select inner sentence with trailing spaces (40ms)

    ✓ Select inner sentence with leading spaces (59ms)

    ✓ Select spaces between sentences (65ms)

    ✓ Can handle 'df'

    ✓ Can handle 'dt'

    ✓ Can handle backspace

    ✓ Can handle backspace across lines

    ✓ Can handle A and backspace (38ms)

    ✓ A should update desiredColumn

    ✓ I should updated desiredColumn

    ✓ leaving insert mode should update desired column when entered with a (47ms)

    ✓ leaving insert mode should update desired column when entered with i (43ms)

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

    ✓ Can handle 'P' after 'yy'

    ✓ Can handle 'p' after 'yy'

    ✓ Can handle 'P' after 'Nyy'

    ✓ Can handle 'p' after 'Nyy'

    ✓ Can handle 'p' after 'yy' with correct cursor position

    ✓ Can handle 'gp' after 'yy'

    ✓ Can handle 'gp' after 'Nyy'

    ✓ Can handle 'gp' after 'Nyy' if pasting more than three lines

    ✓ Can handle 'gp' after 'Nyy' if cursor is on the last line

    ✓ Can handle 'gP' after 'yy'

    ✓ Can handle 'gP' after 'Nyy'

    ✓ Can handle 'gP' after 'Nyy' if pasting more than three lines

    ✓ Can handle ']p' after yy

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

    ✓ Can handle ']p' after 'Nyy' and indent with tabs first

    ✓ Can handle ']p' after 'Nyy' and decrease indents if possible

    ✓ Can handle '[p' after yy

    ✓ Can handle '[p' after 'Nyy'

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

    ✓ Can handle '[p' after 'Nyy' and decrease indents if possible

    ✓ Can handle 'p' after y'a

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

    ✓ Can handle 'p' after 'y]}' without including closing bracket

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

    ✓ Can repeat w

    ✓ Can repeat p

    ✓ I works correctly

    ✓ gI works correctly

    ✓ gi works correctly (66ms)

    ✓ `. works correctly (38ms)

    ✓ '. works correctly (43ms)

    ✓ g; works correctly (53ms)

    ✓ g, works correctly (63ms)

    ✓ g_ works correctly

    ✓ 3g_ works correctly

    ✓ gq handles spaces after single line comments correctly (125ms)

    ✓ gq handles spaces before single line comments correctly (121ms)

    ✓ gq handles tabs before single line comments correctly (136ms)

    ✓ gq work correctly with cursor in the middle of a line (64ms)

    ✓ Can handle space

    ✓ Can handle space

    ✓ Undo 1 (51ms)

    ✓ Undo 2 (43ms)

    ✓ Undo cursor (61ms)

    ✓ Undo cursor 2 (86ms)

    ✓ Undo cursor 3 (53ms)

    ✓ Undo with movement first (68ms)

    ✓ Can handle 'U'

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

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

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

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

    ✓ Can handle 'u' to undo 'U'

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

    ✓ Can handle 'u' after :s/abc/def (42ms)

    ✓ Redo (55ms)

    ✓ Redo (56ms)

    ✓ Redo (58ms)

    ✓ Can handle u (138ms)

    ✓ Can handle guw

    ✓ Can handle guae

    ✓ Can handle guie

    ✓ Can handle gUw (82ms)

    ✓ Can handle gUae

    ✓ Can handle gUie

    ✓ Can handle u over line breaks

    ✓ can handle s in visual mode (49ms)

    ✓ can handle p with selection

    ✓ can handle P with selection (40ms)

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

    ✓ can repeat backspace twice (43ms)

    ✓ can delete linewise with d2G

    ✓ can delete with + motion and count

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

    ✓ can dE correctly

    ✓ can dE correctly

    ✓ can dE correctly

    ✓ can ctrl-a correctly behind a word

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

    ✓ can ctrl-a on word

    ✓ can ctrl-a on a hex number

    ✓ can ctrl-a on decimal

    ✓ can ctrl-a with numeric prefix

    ✓ can ctrl-a on a decimal

    ✓ can ctrl-a on an octal 

    ✓ Correctly increments in the middle of a number

    ✓ can ctrl-a on a hex number behind a word

    ✓ can ctrl-a distinguish fake hex number

    ✓ can ctrl-a preserve leading zeros of octal

    ✓ can ctrl-a trim leading zeros of decimal

    ✓ can ctrl-a process `-0x0` correctly

    ✓ can ctrl-a regard `0` as decimal

    ✓ can ctrl-a on octal ignore negative sign

    ✓ can ctrl-a on octal ignore positive sign

    ✓ can ctrl-a on hex number ignore negative sign

    ✓ can ctrl-a on hex number ignore positive sign

    ✓ can ctrl-x correctly behind a word

    ✓ can ctrl-a on an number with word before 

    ✓ can ctrl-a on an number with word before and after 

    ✓ can ctrl-x on a negative number with word before and after 

    ✓ can ctrl-a properly on multiple lines

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

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

    ✓ can <C-a> on word with - in front of it

    ✓ can do Y

    ✓ can do [count]Y

    ✓ can do [count]Y if count is larger than EOF

    ✓ Can do S

    ✓ / does not affect mark

    ✓ / can search with regex

    ✓ / can search with newline

    ✓ / can search through multiple newlines

    ✓ / matches ^ per line

    ✓ / matches $ per line

    ✓ Can search for forward slash

    ✓ Can search backward for question mark

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

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

    ✓ <BS> deletes the last character in search in progress mode

    ✓ <S-BS> deletes the last character in search in progress mode

    ✓ <C-h> deletes the last character in search in progress mode

    ✓ Can do C

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

    ✓ Ignores cit on a non-matching tag

    ✓ Ignores cit on a nested tag

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

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

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

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

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

    ✓ Can do cit inside of a tag with another empty closing tag inside tags

    ✓ Can do dit on empty tag block, cursor moves to inside

    ✓ Can do cit on empty tag block, cursor moves to inside

    ✓ can do cit with self closing tags

    ✓ yat yanks the correct tag when inside one

    ✓ yat yanks the correct tag when cursor is on the opening angle bracket

    ✓ yat yanks the correct tag when cursor is between the beginning of the line and the tag

    ✓ dat deletes the outer tag when there are other characters (not just WS) before the opening tag

    ✓ dat deletes the outer tag when the cursor is after the inner tag

    ✓ Respects indentation with cc

    ✓ Resets cursor to indent end with cc

    ✓ can handle 'cc' on empty line

    ✓ cc copies linewise (45ms)

    ✓ Indent current line with correct Vim Mode

    ✓ Can handle <Esc> and do nothing

    ✓ Can handle # on consecutive words

    ✓ Can handle # on skipped words

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

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

    ✓ cc on whitespace-only treats whitespace as indent

    ✓ Can do cai (52ms)

    ✓ Can do cii

    ✓ Can do caI (49ms)

    ✓ Can do dai (42ms)

    ✓ Can do dii

    ✓ Can do daI

    ✓ `] go to the end of the previously operated or put text (48ms)

    ✓ '] go to the end of the previously operated or put text (45ms)

    ✓ `[ go to the start of the previously operated or put text (63ms)

    ✓ '[ go to the start of the previously operated or put text (49ms)

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

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

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

    can handle gn

      ✓ gn selects the next match text (127ms)

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

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

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

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

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

    can handle dgn

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

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

      ✓ dgn deletes the current word when cursor is at h|ello

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

      ✓ dgn deletes the current word when cursor is at hell|o

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

    can handle cgn

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

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

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

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

      ✓ cgn deletes the current word when cursor is at hell|o

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

    can handle gN

      ✓ gN selects the previous match text (101ms)

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

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

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

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

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

    can handle dgN

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

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

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

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

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

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

    can handle cgN

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

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

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

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

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

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

    marks

      ✓ capital marks can change the editors active document (97ms)

      ✓ can jump to lowercase mark

  Mode Replace

    ✓ Can activate with <Insert> from Insert mode

    ✓ Can activate with R from Normal mode

    ✓ Can handle R

    ✓ Can handle R past current line

    ✓ Can handle R and exit Replace Mode

    ✓ Can handle R across lines (51ms)

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

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

    ✓ Can handle backspace (40ms)

    ✓ Can handle backspace (48ms)

    ✓ Can handle backspace across lines (64ms)

    ✓ Can handle arrows

    ✓ Can handle . (49ms)

    ✓ Can handle . across lines (86ms)

  Mode Visual

    ✓ can be activated

    ✓ Can handle w (63ms)

    ✓ Can handle wd (61ms)

    ✓ Can handle x (59ms)

    ✓ Can handle x across a selection (80ms)

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

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

    ✓ Can do vwd multiple times (92ms)

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

    ✓ Can handle H key

    ✓ Can handle backspace key

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

    ✓ handles change operator (53ms)

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

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

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

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

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

    ✓ Can do vi) on a matching parenthesis

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

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

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

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

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

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

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

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

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

    ✓ Can do vi{ on braces indented by 1 and preserve indent

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

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

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

    ✓ vaf only expands to enclosing pairs (53ms)

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

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

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

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

    ✓ Can do v$x to delete to last char including EOL (45ms)

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

    ✓ Can handle 'J' when the selected area spans multiple lines

    Vim's EOL handling is weird

      ✓ delete through eol (50ms)

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

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

      ✓ vd$ does delete whole line (54ms)

      ✓ Paste over selection copies the selection (40ms)

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

    Arrow keys work perfectly in Visual Mode

      ✓ Can handle <up> key

      ✓ Can handle <down> key

      ✓ Can handle <left> key

      ✓ Can handle <right> key

    Screen line motions in Visual Mode

      ✓ Can handle 'gk'

      ✓ Can handle 'gj'

      - Preserves cursor position when handling 'gk'

      - Preserves cursor position when handling 'gj'
    handles aw in visual mode

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

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

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

      ✓ Can handle 'vawd' on word with numeric prefix

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

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

    handles aW in visual mode

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

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

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

      ✓ Can handle 'vaWd' on word with numeric prefix

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

    handles aW in visual mode

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

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

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

      ✓ Can handle 'vaWd' on word with numeric prefix

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

    handles aw in visual mode

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

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

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

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

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

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

    handles aW in visual mode

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

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

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

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

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

      ✓ Can handle 'Y' in visual mode

    handles as in visual mode

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

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

      ✓ Select multiple sentences in visual mode (54ms)

    handles is in visual mode

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

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

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

    handles tag blocks in visual mode

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

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

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

    handles replace in visual mode

      ✓ Can do a single line replace (51ms)

      ✓ Can do a multi line replace

    D command will remove all selected lines

      ✓ D deletes all selected lines

      ✓ D deletes the current line

    handles indent blocks in visual mode

      ✓ Can do vai (56ms)

      ✓ Can do vii (44ms)

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

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

      ✓ Can do vaI (51ms)

    visualstar

      ✓ Works with *

      ✓ Works with #

    search works in visual mode

      ✓ Works with / (38ms)

      ✓ Works with ? (54ms)

      ✓ Selects correct range (70ms)

    X will delete linewise

      ✓ normal selection

      ✓ normal selection (46ms)

    C will delete linewise

      ✓ normal selection

      ✓ normal selection

    R will delete linewise

      ✓ normal selection

      ✓ normal selection

    Linewise Registers will be inserted properly

      ✓ downward selection (68ms)

      ✓ upward selection (51ms)

    Indent Tests using > on visual selections

      ✓ multiline indent top down selection

      ✓ multiline indent bottom up selection

      ✓ repeat multiline indent top down selection (44ms)

      ✓ repeat multiline indent bottom up selection (56ms)

    Outdent Tests using < on visual selections

      ✓ multiline outdent top down selection (44ms)

      ✓ multiline outdent bottom up selection (42ms)

      ✓ repeat multiline outdent top down selection (53ms)

      ✓ repeat multiline outdent bottom up selection (63ms)

    Non-darwin <C-c> tests

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

    vi{ will go to end of second to last line

      ✓ select (52ms)

    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

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

    replace text in characterwise visual-mode with characterwise register content

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

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

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

    can handle gn

      ✓ gn selects the next match text (112ms)

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

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

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

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

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

    can prepend text with I

      ✓ multiline insert from bottom up selection (40ms)

      ✓ multiline insert from top down selection

      ✓ skips blank lines (100ms)

    can append text with A

      ✓ multiline append from bottom up selection (47ms)

      ✓ multiline append from top down selection (45ms)

      ✓ skips blank lines

    Can handle u/gu, U/gU

      ✓ U/gU on single character (48ms)

      ✓ U/gU across a selection (47ms)

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

      ✓ u/gu on single character (38ms)

      ✓ u/gu across a selection (53ms)

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

    Can handle ~/g~

      ✓ ~/g~ on single character (102ms)

      ✓ ~/g~ across a selection (53ms)

  Mode Visual Block

    ✓ can be activated

    ✓ Can handle A forward select (313ms)

    ✓ Can handle A backwards select (46ms)

    ✓ `A` over shorter line adds necessary spaces (38ms)

    ✓ Can handle I forward select

    ✓ Can handle I backwards select (50ms)

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

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

    ✓ Can handle c forward select (46ms)

    ✓ Can handle c backwards select (49ms)

    ✓ Can handle C (41ms)

    ✓ Can do a multi line replace

    ✓ Can handle 'D'

    ✓ Can handle 'gj' (57ms)

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

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

    ✓ o works in visual block mode

    ✓ d deletes block (40ms)

    ✓ x deletes block (41ms)

    ✓ X deletes block

    ✓ Select register using " works in visual block mode (58ms)

    ✓ Can handle 'J' when the entire visual block is on the same line (44ms)

    ✓ Can handle 'J' when the visual block spans multiple lines (38ms)

    ✓ Can handle 'J' when start position of the visual block is below the stop (51ms)

    ✓ Can handle ~/g~ in visual block mode (67ms)

    Non-darwin <C-c> tests

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

  Mode Visual Line

    ✓ can be activated

    ✓ <count>V selects <count> lines (154ms)

    ✓ Can handle w (95ms)

    ✓ Can handle wd (62ms)

    ✓ Can handle x (65ms)

    ✓ Can handle x across a selection (65ms)

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

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

    ✓ Can do vwd multiple times (110ms)

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

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

    ✓ handles change operator (53ms)

    ✓ Vp updates register content

    ✓ "xVp only updates default register content (68ms)

    ✓ Vp does not append unnecessary newlines (first line)

    ✓ Vp does not append unnecessary newlines (middle line)

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

    ✓ Vp places the cursor on first non-whitespace character on line

    ✓ Exiting via <Esc> returns cursor to original column

    ✓ Exiting via `VV` returns cursor to original column

    ✓ Can handle 'J' when the selected area spans multiple lines (39ms)

    Vim's EOL handling is weird

      ✓ delete through eol (52ms)

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

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

      ✓ vd$ does delete whole line (55ms)

    Arrow keys work perfectly in Visual Line Mode

      ✓ Can handle <up> key (47ms)

      ✓ Can handle <down> key

    Screen line motions in Visual Line Mode

      ✓ Can handle 'gk' (42ms)

      ✓ Can handle 'gj'

    Can handle d/c correctly in Visual Line Mode

      ✓ Can handle d key (40ms)

      ✓ Can handle d key

      ✓ Can handle d key (38ms)

      ✓ Can handle d key (42ms)

      ✓ can handle 'c' (38ms)

    handles replace in visual line mode

      ✓ Can do a single line replace

      ✓ Can do a multi visual line replace

      ✓ Can do a multi visual line replace from the bottom up

    search works in visual line mode

      ✓ Works with /

      ✓ Works with ? (45ms)

    Non-darwin <C-c> tests

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

    replace text in linewise visual-mode with linewise register content

      ✓ yyVp does not change the content but changes cursor position

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

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

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

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

    can prepend text with I

      ✓ multiline insert from bottom up selection

      ✓ multiline insert from top down selection

      ✓ skips blank lines

    can append text with A

      ✓ multiline append from bottom up selection

      ✓ multiline append from top down selection

      ✓ skips blank lines

      ✓ updates desired column correctly (40ms)

    Can handle ~/g~ in visual line mode

      ✓ ~/g~ on single line (38ms)

      ✓ ~/g~ on multiple lines (44ms)

  Mode Normal

    ✓ Can handle 'x'

    ✓ Can handle 'Nx'

    ✓ Can handle 'Nx' and paste

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

    ✓ Can handle 'Ns'

    ✓ Can handle 'Ns' at end of line

    ✓ Can handle '<Del>'

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

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

    ✓ Can handle 'cc' (55ms)

    ✓ Can handle 'Ncc'

    ✓ Can handle 'yy' (43ms)

    ✓ Can handle 'D'

    ✓ Can handle 'D' on empty lines

    ✓ Can handle 'D' with count 1

    ✓ Can handle 'D' with count 3 (73ms)

    ✓ Can handle 'D' with count exceeding max number of rows

    ✓ Can handle 'D' with count when end position is on blank line

    ✓ Can handle 'DD'

    ✓ Can handle 'C'

    ✓ Can handle 'NC'

    ✓ Can handle 'NC' and put

    ✓ Can handle 'r'

    ✓ Can handle '<Count>r'

    ✓ Can handle '<Count>r'

    ✓ Can handle 'r' after 'dd'

    ✓ Can handle 'r
'

    ✓ Can handle '<Count>r
'

    ✓ Can handle 'J' once

    ✓ Can handle 'J' twice (40ms)

    ✓ Can handle 'J' with empty last line

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

    ✓ Can handle 'J' with leading white space on next line

    ✓ Can handle 'J' with only white space on next line

    ✓ Can handle 'J' with TWO indented lines

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

    ✓ Can handle 'J' with a following delete

    ✓ Can handle 'J' with count

    ✓ Can handle 'J' with count if count is larger than EOF

    ✓ Can handle 'J' in Visual Line mode

    ✓ Can handle 'gJ' once

    ✓ Can handle 'gJ' once and ALL WHITESPACE IS ELIMINATED

    ✓ Can handle '~'

    ✓ Can handle 'g~{motion}'

    ✓ Can handle 'g~~'

    ✓ Can handle '<BS>' in insert mode

    ✓ Can handle undo with P (42ms)

    ✓ Can handle 'ge' in multiple lines case1

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

  Dot Operator

    ✓ Can repeat '~' with <num>

    ✓ Can repeat '~' with dot

    ✓ Can repeat 'x'

    ✓ Can repeat 'J'

    ✓ Can handle dot with A (50ms)

    ✓ Can handle dot with I (42ms)

    ✓ Can repeat actions that require selections (70ms)

  Repeat content change

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

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

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

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

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

  Dot Operator repeat with remap

    ✓ Can repeat content change using 'jjk' mapped to '<Esc>' without trailing characters (68ms)

    ✓ Can repeat '<leader>w' when mapped to 'dw'

  Matching Bracket (%)

    ✓ before opening parenthesis

    ✓ inside parenthesis

    ✓ nested parenthesis beginning

    ✓ nested parenthesis end

    ✓ nested bracket and parenthesis beginning

    ✓ nested bracket, parenthesis, braces beginning

    ✓ nested bracket, parenthesis, braces end

    ✓ parentheses after >

    ✓ parentheses after "

  Motions in Normal Mode

    ✓ Can handle [(

    ✓ Can handle nested [(

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

    ✓ Can handle [( and character under cursor exclusive

    ✓ Can handle ])

    ✓ Can handle nested ])

    ✓ Can handle <number>])

    ✓ Can handle ]) and character under cursor exclusive

    ✓ Can handle [{

    ✓ Can handle nested [{

    ✓ Can handle <number>[{

    ✓ Can handle [{ and character under cursor exclusive

    ✓ Can handle ]}

    ✓ Can handle nested ]}

    ✓ Can handle <number>]}

    ✓ Can handle ]} and character under cursor exclusive

    ✓ Can handle 'ge'

    ✓ Can handle 'gg'

    ✓ Can handle 'gg' to first non blank char on random line

    ✓ Can handle 'gg' to first non blank char on first line

    ✓ 'gg' obeys startofline

    ✓ Retain same column when moving up/down

    ✓ Can handle <enter> (40ms)

    ✓ $ always keeps cursor on EOL

    ✓ Can handle $ with a count

    ✓ Can handle $ with a count at end of file

    ✓ Can handle <End> with a count

    ✓ Can handle <D-right> with a count

    ✓ Can handle 'f'

    ✓ Can handle 'f' twice

    ✓ Can handle 'f' with <tab>

    ✓ Can handle 'f' and find back search

    ✓ Can handle 'F'

    ✓ Can handle 'F' twice

    ✓ Can handle 'F' and find back search

    ✓ Can handle 'f' and multiple back searches

    ✓ Can handle 't'

    ✓ Can handle 't' twice

    ✓ Can handle 't' and find back search

    ✓ Can handle 'T'

    ✓ Can handle 'T' twice

    ✓ Can handle 'T' and find back search

    ✓ Can run a forward search

    ✓ Can run a forward and find next search

    ✓ Can run a forward and find previous search from end of word (50ms)

    ✓ Can run a forward search with count 1

    ✓ Can run a forward search with count 3

    ✓ Can run a forward search with count exceeding max number of matches

    ✓ Can run a reverse search (50ms)

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

    ✓ Can run a reverse search with count 1 (49ms)

    ✓ Can run a reverse search with count 3

    ✓ Can run a reverse search with count exceeding max number of matches (47ms)

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

    ✓ Backspace on empty search cancels (41ms)

    ✓ Search offsets: b does nothing

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

    ✓ Search offsets: b+3 goes 3 to the right

    ✓ Search offsets: e goes to the end

    ✓ Search offsets: character offset goes across line boundaries

    ✓ Search offsets: 2 goes 2 down

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

    ✓ maintains column position correctly (138ms)

    ✓ maintains column position correctly with $

    ✓ Can handle G 

    ✓ Can handle G with number prefix

    ✓ Can handle G with number prefix

    ✓ Can handle gg

    ✓ Can handle gg with number prefix

    ✓ Can handle 0

    ✓ Can handle 0 as part of a repeat

    ✓ Can handle g*

    ✓ Can handle g*n

    ✓ Can handle *

    ✓ Can handle **

    ✓ Can handle # on whitespace

    ✓ Can handle # on EOL

    ✓ Can handle g#

    ✓ Can handle g#n

    ✓ Can handle # (47ms)

    ✓ Can handle # already on the word

    ✓ Can handle ##

    ✓ * adds to search history

    ✓ # adds to search history (48ms)

    ✓ Can handle |

    ✓ Can handle <number> |

    ✓ Can handle +

    ✓ Can handle + indent

    ✓ Can handle + with count prefix

    ✓ Can handle -

    ✓ Can handle - indent

    ✓ Can handle - with count prefix

    ✓ Can handle _

    ✓ Can handle _ with count prefix

    ✓ Can handle g_

    ✓ Can handle g_ with count prefix

    ✓ Can handle <up> key

    ✓ Can handle <down> key

    ✓ Can handle <left> key

    ✓ Can handle <right> key

    ✓ Can handle 'gk'

    ✓ Can handle 'gj'

    - Preserves cursor position when handling 'gk'
    - Preserves cursor position when handling 'gj'
    doesn't update desiredColumn when it shouldn't

      ✓ Preserves desired cursor position when pressing zz (44ms)

      ✓ Preserves desired cursor position when pressing zt (44ms)

      ✓ Preserves desired cursor position when pressing zb (55ms)

      ✓ Preserves desired cursor position when pressing <C-e> (42ms)

      ✓ Preserves desired cursor position when pressing <C-y> (48ms)

  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

        ✓ l wraps to next line

        ✓ <left> wraps to previous line

        ✓ <right> wraps to next line

      insert mode

        ✓ <left> wraps to previous line

        ✓ <right> once goes to end of line

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

    whichwrap disabled
      normal mode

        ✓ h does not wrap to previous line

        ✓ l does not wrap to next line

        ✓ <left> does not wrap to previous line

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

      insert mode

        ✓ <left> does not wrap to previous line

        ✓ <right> does not wrap to next line

    wrapscan enabled

      ✓ search wraps around the end of the file

      ✓ search wraps around the start of the file

    wrapscan disabled

      ✓ search stops at the end of the file

      ✓ search stops at the start of the file

  Multicursor

    ✓ can add multiple cursors below (53ms)

    ✓ can add multiple cursors above (82ms)

    ✓ viwd with multicursors deletes the words and keeps the cursors (186ms)

    ✓ vibd with multicursors deletes the content between brackets and keeps the cursors (200ms)

    ✓ vi[d with multicursors deletes the content between brackets and keeps the cursors (190ms)

    ✓ vitd with multicursors deletes the content between tags and keeps the cursors (200ms)

  Multicursor with remaps

    ✓ Using 'jjk' mapped to '<Esc>' doesn't leave trailing characters (54ms)

  numeric string
    ✓ fails on non-string

    ✓ handles hex round trip

    ✓ handles decimal round trip
    ✓ handles octal trip

  comment operator

    ✓ gcc comments out current line (162ms)

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

    ✓ block comment with motion (170ms)

    ✓ block comment in Visual Mode (128ms)

    ✓ comment in visual line mode (150ms)

    ✓ comment in visual block mode (113ms)

  format operator

    ✓ == formats current line (353ms)

    ✓ =$ formats entire line (284ms)

    ✓ =j formats two lines (85ms)

    ✓ 3=k formats three lines (67ms)

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

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

    ✓ =ip formats paragraph (46ms)

    ✓ format in visual mode (72ms)

  put operator

    ✓ basic put test (51ms)

    ✓ test yy end of line

    ✓ test yy first line (78ms)

    ✓ test yy middle line (46ms)

    ✓ test yy with correct positon movement (40ms)

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

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

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

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

  rot13 operator

    ✓ rot13() unit test

    ✓ g?j works (87ms)

    ✓ g? in visual mode works

    ✓ g? in visual line mode works

    ✓ g? in visual block mode works

  shift operator

    ✓ basic shift left test (38ms)

    ✓ shift left goto end test

    ✓ shift left goto line test

    ✓ shift right goto end test

    ✓ shift right goto line test

  camelCaseMotion plugin if not enabled

    ✓ basic motion doesn't work

  camelCaseMotion plugin
    handles <leader>w for camelCaseText

      ✓ step over whitespace

      ✓ step to Camel word (41ms)

      ✓ step to CAP word

      ✓ step after CAP word

      ✓ step from middle of word to Camel word

      ✓ step to number word (39ms)

      ✓ step to operator word

      ✓ step from inside operator word (40ms)

      ✓ step to operator and then over

    handles <leader>w for underscore_var

      ✓ step to _word

      ✓ step over whitespace to word

      ✓ step from inside word to _word

      ✓ step form _word to number

      ✓ step from nubmer word to _word (38ms)

      ✓ step from in whitespace to word

      ✓ step in ALL_CAPS_WORD

    handles d<leader>w

      ✓ delete from start of camelWord

      ✓ delete from middle of camelWord

      ✓ delete from start of CamelWord

      ✓ delete two words from camelWord

      ✓ delete from start of underscore_word

      ✓ delete from middle of underscore_word

      ✓ delete two words from camel_word

    handles di<leader>w

      ✓ delete from start of camelWord

      ✓ delete from middle of camelWord

      ✓ delete from start of CamelWord (40ms)

      ✓ delete two words from camelWord

      ✓ delete from start of underscore_word

      ✓ delete from middle of underscore_word

      ✓ delete two words from camel_word

    handles <leader>b

      ✓ back from middle of word

      ✓ back over whitespace to camelWord

      ✓ back twice over operator

    handles <leader>e

      ✓ from start to middle of underscore_word

      ✓ from middle to end of underscore_word

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

  easymotion plugin

    ✓ Can handle s move (39ms)

    ✓ Can handle 2s move (55ms)

    ✓ Can handle f move

    ✓ Can handle 2f move (40ms)

    ✓ Can handle F move (45ms)

    ✓ Can handle 2F move (212ms)

    ✓ Can handle t move (46ms)

    ✓ Can handle bd-t move (46ms)

    ✓ Can handle 2t move (40ms)

    ✓ Can handle bd-t2 move (51ms)

    ✓ Can handle T move (44ms)

    ✓ Can handle 2T move (65ms)

    ✓ Can handle w move (43ms)

    ✓ Can handle bd-w move (49ms)

    ✓ Can handle b move (45ms)

    ✓ Can handle e move (42ms)

    ✓ Can handle bd-e move (51ms)

    ✓ Can handle ge move (50ms)

    ✓ Can handle n-char move

    ✓ Can handle j move (42ms)

    ✓ Can handle k move

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

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

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

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

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

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

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

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

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

  Input method plugin

    ✓ use default im in insert mode

    ✓ use other im in insert mode

  replaceWithRegister plugin

    ✓ Replaces within inner word

    ✓ Replaces within inner Word (51ms)

    ✓ Replaces within ''

    ✓ Replaces within '' including spaces (40ms)

    ✓ Replaces within () (38ms)

    ✓ Replaces within () including spaces (39ms)

    ✓ Replaces within a paragraph (39ms)

    ✓ Replaces using a specified register (41ms)

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

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

    ✓ Replaces a multiline register within {} over multiple lines

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

    ✓ grr replaces the entire line with the register

    ✓ grr can replace multiple lines (38ms)

    ✓ Replaces in visual mode (45ms)

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

    ✓ Replaces in visual line mode

    ✓ grj is linewise (38ms)

  sneak plugin

    ✓ Can handle s motion

    ✓ Can handle S motion

    ✓ Can handle <operator>z motion

    ✓ Can handle <operator>Z motion

    ✓ Can handle s; motion

    ✓ Can handle s, motion

    ✓ Can handle S; motion

    ✓ Can handle S, motion (40ms)

    ✓ Can handle single letter s motion

    ✓ Can handle single letter S motion (40ms)

    ✓ Can handle single letter <operator>z motion

    ✓ Can handle single letter <operator>Z motion

    ✓ Can handle single letter s; motion

    ✓ Can handle single letter s, motion

    ✓ Can handle single letter S; motion

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

    ✓ Can handle multiline single char <number>s motion

    ✓ Can go back using <C-o> once when going forward

    ✓ Can go back using <C-o> once when going backward

    ✓ Can go back using <C-o> when repeating forward movement (432ms)

    ✓ Can go back using <C-o> when repeating backward movement

  sneakReplacesF

    ✓ sneakReplacesF forward

    ✓ sneakReplacesF backward

  surround plugin

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

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

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

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

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

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

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

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

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

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

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

    ✓ change surround (57ms)

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

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

    ✓ change surround with alias (64ms)

    ✓ change surround to tags (58ms)

    ✓ delete surround (62ms)

    ✓ delete surround with quotes (65ms)

    ✓ delete surround with nested of quotes (61ms)

    ✓ delete surround with inconsistent quotes (68ms)

    ✓ delete surround with mixed quotes (58ms)

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

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

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

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

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

    ✓ delete surround with alias (72ms)

    ✓ delete surround with tags (186ms)

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

    ✓ changing brackets with surround works again (80ms)

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

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

    ✓ performing surround after cancelling surround action with <Esc> does not move the cursor (60ms)

  register

    ✓ Can copy to a register (58ms)

    ✓ Can use two registers together (67ms)

    ✓ Can use black hole register (69ms)

    ✓ System clipboard works with chinese characters (42ms)

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

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

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

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

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

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

    ✓ Can put and get to register

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

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

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

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

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

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

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

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

    clipboard

      ✓ Can access '*' (clipboard) register

      ✓ Can access '+' (clipboard) register

  Repeatable movements with f and t

    ✓ Can repeat f<character>

    ✓ Can repeat reversed F<character>

    ✓ Can repeat t<character>

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

  sentence motion
    [count] sentences backward

      ✓ move one sentence backward (44ms)

      ✓ move one sentence backward (43ms)

      ✓ move [count] sentences backward (46ms)

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

      ✓ move one sentence backward no space (39ms)

      ✓ move one sentence backward no space - middle

      ✓ move one sentence backward - multiline

      ✓ move one sentence backward - multiline - period

      ✓ move one sentence backward - multiline - previous line

      ✓ move one sentence backward - multiline - previous line - period

  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

  util path

    separatePath
      ✓ can separate drive letter path on Windows
      ✓ can separate UNC path on Windows
      ✓ can separate relative path on Windows
      ✓ can separate absolute path on posix

      ✓ can separate relative path on posix

    resolveUri
      ✓ posix

      ✓ win32

  1426 passing (3m)

  4 pending

  1 failing
  1) Remapper
       <c-e> -> <esc> in insert mode should go to normal mode:

      AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected

+ ''
- 'lorem ipsum'
      + expected - actual

      +lorem ipsum
      
  	at Context.<anonymous> (out/test/configuration/remapper.test.js:273:16)
  	at runMicrotasks (<anonymous>)
  	at processTicksAndRejections (internal/process/task_queues.js:85:5)


Error: 1 tests failed.

Error: 1 tests failed.

Exit code:   1
Done

Failed
Failed to run tests
npm ERR! Test failed.  See above for more details.
The command "npm test" exited with 1.
store build cache
changes detected (content changed, file is created, or file is deleted):\n/home/travis/.npm/anonymous-cli-metrics.json
/home/travis/.npm/_cacache/content-v2/sha512/0f/fc/2a9c1db1ccd148728046f451bc7174438e2a924db1b6c1df03319790c8994fd6f7d3908c47e062af796684058c9228883e512bbe13e103211e3b4aa9da31
/home/travis/.npm/_cacache/index-v5/05/f2/5efeceaf581d5b606bdafad32623ddd75352cb1942290a9cd93d48923be6
/home/travis/.npm/_cacache/index-v5/34/8e/30c54cce758990bcd1b33114c4aa8a9e5a25c152ac39d9feab22b7e13e00
/home/travis/.npm/_cacache/index-v5/c5/c7/66088b135494a9e16d694649e39170cf520eed7f6409c15def126f68b52e\n
changes detected, packing new archive
uploading PR.4881/cache--linux-xenial-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--node-12.tgz
cache uploaded


Done. Your build exited with 1.
npm test
> vim@1.14.4 test /home/travis/build/VSCodeVim/Vim
> node ./out/test/runTest.js

Downloading VS Code 1.45.1 from https://update.code.visualstudio.com/1.45.1/linux-x64/stable
Downloaded VS Code 1.45.1 into .vscode-test/vscode-1.45.1
Warning: 'sandbox' is not in the list of known options, but still passed to Electron/Chromium.

[main 2020-05-19T23:42:58.898Z] update#setState idle

bash: cannot set terminal process group (-1): Inappropriate ioctl for device

bash: no job control in this shell

(node:5671) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:5671) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:5671) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:5671) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:5671) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:5671) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:6212) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:6212) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information

(node:6196) DeprecationWarning: "useColors()" is DEPRECATED, please use "color()" instead.

(node:6196) DeprecationWarning: "useColors()" is DEPRECATED, please use "color()" instead.



  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

  cmd_line/search command

    ✓ command <C-w> can remove word in cmd line

    ✓ command <C-w> can remove word in search mode

    ✓ command <C-w> can remove word in cmd line while retrain cmd on the right of the cursor

    ✓ command <C-w> can remove word in search mode while retrain cmd on the right of the cursor

    ✓ <C-u> deletes from cursor to first character

    ✓ <C-b> puts cursor at start of command line

    ✓ <Home> puts cursor at start of command line

    ✓ <C-e> puts cursor at end of command line

    ✓ <End> puts cursor at end of command line

    ✓ <C-p>/<C-n> go to the previous/next command

    ✓ <C-r> <C-w> insert word under cursor on command line (54ms)

    ✓ <C-r> <C-w> insert word right of cursor on command line (53ms)

    ✓ <C-r> <C-w> insert word under cursor in search mode (38ms)

    ✓ <C-p> go to previous search string

  cursor location

    ✓ cursor location in command line

    ✓ cursor location in search

  HistoryFile

    ✓ add command

    ✓ add empty command

    ✓ add command over configuration.history

    ✓ add command that exists in history

    ✓ file system

    ✓ change configuration.history (56ms)

  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

  :only command

    ✓ Run :only (1074ms)

  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

  Smile command

    ✓ :smile creates new tab (539ms)

    ✓ :smile editor contains smile text (535ms)

  Basic sort

    ✓ Sort whole file, asc (71ms)

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

    ✓ Sort whole file, dsc (67ms)

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

    ✓ Sort range, asc (66ms)

    ✓ Sort range, asc, ignoreCase (77ms)

    ✓ Sort range, dsc (80ms)

    ✓ Sort range, dsc, ignoreCase (80ms)

    ✓ Sort whole file, asc, unique (85ms)

  Horizontal split

    ✓ :sp creates a second split (82ms)

    ✓ :split creates a second split (73ms)

    ✓ :new creates a second split (219ms)

  :close args parser

    ✓ can parse empty args
    ✓ ignores trailing white space
    ✓ can parse !

    ✓ throws if space before !
    ✓ ignores space after !
    ✓ throws if bad input

  :quit args parser

    ✓ 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

  :tabm[ove] args parser

    ✓ has :tabm alias

    ✓ can parse empty args

    ✓ can parse an absolute position

    ✓ can parse a relative position

    ✓ fails with invalid inputs

  getParser

    ✓ empty

    ✓ :marks

    ✓ :write

    ✓ :nohlsearch

    ✓ :quitall

    :write args parser

      ✓ 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 (40ms)

    ✓ Replace with `g` flag (130ms)

    ✓ Replace with flags AND count (55ms)

    ✓ Replace with `c` flag (60ms)

    ✓ Replace with `gc` flag (40ms)

    ✓ Replace across all lines (60ms)

    ✓ Replace on specific single line (59ms)

    ✓ Replace on current line using dot (66ms)

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

    ✓ Replace across specific line range (53ms)

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

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

    ✓ Repeat replacement across relative line range (74ms)

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

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

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

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

    ✓ Replace specific single equal lines (56ms)

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

    ✓ Replace text in selection (67ms)

    ✓ Substitute support marks (56ms)
    Effects of gdefault=true

      ✓ Replace all matches in the line (41ms)

      ✓ Replace with `g` flag inverts global flag

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

      ✓ Replace multiple lines (66ms)

      ✓ Replace across specific lines

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

      ✓ Replace text in selection (78ms)

      ✓ Substitute support marks (60ms)

      ✓ Substitute with escaped delimiter (41ms)

    Substitute should use various previous search/substitute states

      ✓ Substitute with previous search using * (142ms)

      ✓ Substitute with previous search using # (121ms)

      ✓ Substitute with previous search using / (122ms)

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

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

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

      ✓ Substitute repeat previous should accept flags (51ms)

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

      ✓ Ampersand (&) should repeat the last substitution

  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 (54ms)

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

  cmd_line tabComplete

    ✓ command line command tab completion

    ✓ command line command shift+tab

    ✓ command line file tab completion with no base path

    ✓ command line file tab completion with / as base path

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

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

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

    ✓ command line file tab completion directory with / at the end

    ✓ command line file navigate tab completion

    ✓ command line tab completion on the content on the left of the cursor

    ✓ command line file tab completion with .

    ✓ command line file tab completion with space in file path (103ms)

  Vertical split

    ✓ :vs creates a second split (69ms)

    ✓ :vsp creates a second split (60ms)

    ✓ :vsplit creates a second split (52ms)

    ✓ :vnew creates a second split (203ms)

    ✓ :vne creates a second split (160ms)

  Basic write-quit

    ✓ Run write and quit (48ms)

  Provide line completions
    Line Completion Provider unit tests

      ✓ Can complete lines in file, prioritizing above cursor, near cursor

      ✓ Can complete lines in file with different indentation

      ✓ Returns no completions for unmatched line

  Configuration

    ✓ remappings are normalized

    ✓ whichwrap is parsed into wrapKeys

    ✓ Can handle long key chords

  Notation

    ✓ Normalize

  Remapper

    ✓ getLongestedRemappedKeySequence (57ms)

    ✓ getMatchingRemap (61ms)

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

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

    1) <c-e> -> <esc> in insert mode should go to normal mode

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

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

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

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

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

    ✓ jj -> <Esc> does not leave behind character a j (89ms)

    ✓ jj -> <Esc> does not modify undo stack (98ms)

  Neovim Validator

    ✓ neovim enabled without path

    ✓ neovim disabled

  Remapping Validator

    ✓ no remappings

    ✓ jj->esc

    ✓ remapping missing after and command

    ✓ remappings are de-duped

  Vimrc

    ✓ Can expand $HOME to user's home directory

    ✓ Can expand ~ to user's home directory
  VimrcKeyRemappingBuilder

    ✓ Build IKeyRemapping objects from .vimrc lines

  Error

    ✓ error code has message

  package.json

    ✓ all keys have handlers

    ✓ all defined configurations in package.json have handlers

  historyTracker unit tests

    addMark

      ✓ can create lowercase mark

      ✓ can create uppercase mark

      ✓ shares uppercase marks between editor instances

      ✓ does not share lower marks between editor instances

  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

        ✓ Can track jumps for keys: GggG

        ✓ Can track jumps for keys: GggGgg

rejected promise not handled within 1 second: Error: EISDIR: illegal operation on a directory, read
stack trace: Error: EISDIR: illegal operation on a directory, read
	at Object.readSync (fs.js:513:3)
	at tryReadSync (fs.js:338:20)
	at Object.readFileSync (fs.js:375:19)
	at Object.fs.readFileSync (electron/js2c/asar.js:542:40)
	at Object.fs.readFileSync (electron/js2c/asar.js:542:40)
	at VimrcImpl.load (/home/travis/build/VSCodeVim/Vim/out/src/configuration/vimrc.js:50:30)
	at Context.<anonymous> (/home/travis/build/VSCodeVim/Vim/out/test/configuration/vimrc.test.js:13:23)
	at callFn (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runnable.js:370:21)
	at Test.Runnable.run (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runnable.js:357:7)
	at Runner.runTest (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:541:10)
	at /home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:667:12
	at next (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:450:14)
	at /home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:460:7
	at next (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:362:14)
	at Immediate.<anonymous> (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:428:5)
	at processImmediate (internal/timers.js:439:21)
rejected promise not handled within 1 second: Error: EISDIR: illegal operation on a directory, read
stack trace: Error: EISDIR: illegal operation on a directory, read
	at Object.readSync (fs.js:513:3)
	at tryReadSync (fs.js:338:20)
	at Object.readFileSync (fs.js:375:19)
	at Object.fs.readFileSync (electron/js2c/asar.js:542:40)
	at Object.fs.readFileSync (electron/js2c/asar.js:542:40)
	at VimrcImpl.load (/home/travis/build/VSCodeVim/Vim/out/src/configuration/vimrc.js:50:30)
	at Context.<anonymous> (/home/travis/build/VSCodeVim/Vim/out/test/configuration/vimrc.test.js:18:23)
	at callFn (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runnable.js:370:21)
	at Test.Runnable.run (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runnable.js:357:7)
	at Runner.runTest (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:541:10)
	at /home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:667:12
	at next (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:450:14)
	at /home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:460:7
	at next (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:362:14)
	at Immediate.<anonymous> (/home/travis/build/VSCodeVim/Vim/node_modules/mocha/lib/runner.js:428:5)
	at processImmediate (internal/timers.js:439:21)

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

        ✓ Can track jumps for keys: G?b<CR>ggG

        ✓ Can track jumps for keys: j%%

      Can track jumps with back/forward

        ✓ Can track jumps for keys: j%%<C-o>

        ✓ Can track jumps for keys: j%%<C-o><C-i>

        ✓ Can track jumps for keys: j%%<C-o>%

        ✓ Can track jumps for keys: j%%<C-o>gg

        ✓ Can track jumps for keys: j%%<C-o><C-o>gg

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

        ✓ Can enter number to jump back multiple times

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

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

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

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

        ✓ Can handle '' jumps with no previous jump

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

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

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

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

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

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

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

      Can shift jump lines down after inserting a line

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

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

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

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

      Can track jumps from substitutes

        ✓ Can track jumps for keys: :%s/a/b<CR>

      Can track jumps from macros

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

      Can track jumps from marks

        ✓ Can track jumps for keys: maG`a

  Record and execute a macro

    ✓ Can record and execute (73ms)

    ✓ Can repeat last invoked macro (108ms)

    ✓ Can play back with count (172ms)

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

    ✓ Repeat change on contiguous lines (93ms)

    ✓ Append command to a macro (90ms)

    ✓ Can record Ctrl Keys and repeat (80ms)

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

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

    ✓ Can record and execute macro that handles multiple lines (157ms)

  Mode Handler

    ✓ ctor

    ✓ can set current mode

  Mode Handler Map

    ✓ getOrCreate

    ✓ get

  Mode Insert

    ✓ can be activated (51ms)

    ✓ can handle key events

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

    ✓ <C-c> can exit insert

    ✓ <Esc> can exit insert (47ms)

    ✓ Stay in insert when entering characters (47ms)

    ✓ Can handle 'O' (45ms)

    ✓ 'i' puts you in insert mode before the cursor

    ✓ 'I' puts you in insert mode at start of line (40ms)

    ✓ 'a' puts you in insert mode after the cursor

    ✓ 'A' appends to end of line

    ✓ '<C-w>' deletes a word (39ms)

    ✓ Can handle <C-w> on leading whitespace

    ✓ Can handle <C-w> at beginning of line

    ✓ <C-u> deletes to start of line (38ms)

    ✓ Can handle <C-u> on leading characters

    ✓ Can handle <C-u> on leading whitespace

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

    ✓ will not remove leading spaces input by user

    ✓ will remove closing bracket

    ✓ Backspace works on whitespace only lines (154ms)

[main 2020-05-19T23:43:28.902Z] update#setState checking for updates

    ✓ Backspace works on end of whitespace only lines

[main 2020-05-19T23:43:28.982Z] update#setState idle

    ✓ Backspace works at beginning of file

    ✓ Delete works in insert mode (43ms)

    ✓ Delete works at line end (45ms)

    ✓ Delete works at end of file (44ms)

    ✓ Delete works with repeat (103ms)

    ✓ Can <Esc> after entering insert mode from <ctrl+o>

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

    ✓ Can <ctrl-o> after entering insert mode from <ctrl-o>

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

    ✓ Can perform insert command prefixed with count

    ✓ Can perform append command prefixed with count

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

    ✓ Can perform append to end of line command prefixed with count

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

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

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

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

    ✓ Can handle backspace at beginning of line with all spaces

    ✓ Can handle digraph insert (80ms)

    ✓ Can handle custom digraph insert

    ✓ Can insert last inserted text (70ms)

    ✓ Can handle no inserted text yet when executing <ctrl-a>

  Mode Normal

    ✓ Can be activated

    ✓ Can handle dw

    ✓ Can handle dw

    ✓ Can handle dw

    ✓ Can handle dw across lines (1)

    ✓ Can handle dw across lines (2)

    ✓ Can handle dd last line

    ✓ Can handle dd single line

    ✓ Can handle dd

    ✓ Can handle 3dd

    ✓ Can handle 3dd off end of document

    ✓ Can handle d2d

    ✓ Can handle dd empty line

    ✓ Can handle ddp

    ✓ Can handle 'de' (185ms)

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

    ✓ Can handle 'db'

    ✓ Can handle 'db then 'db' again

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

    ✓ Can handle 'dF'

    ✓ Can handle 'dT'

    ✓ Can handle 'd3' then <enter>

    ✓ Can handle 'dj'

    ✓ Can handle 'dk' (39ms)

    ✓ Can handle 'd])' without deleting closing parenthesis

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

    ✓ Can handle 'd/' (39ms)

    ✓ Can handle 'd/' with count ([count]d/[word]) (40ms)

    ✓ Can handle 'd/' with count (d[count]/[word]) (51ms)

    ✓ Can handle 'cw' (51ms)

    ✓ Can handle 'cw' without deleting following white spaces

    ✓ Can handle 'c2w'

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

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

    ✓ Can handle 'c]}' without deleting closing bracket

    ✓ Can handle 's'

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

    ✓ Can handle 'ciw' (52ms)

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

    ✓ Can handle 'caw' (55ms)

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

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

    ✓ Can handle 'caw' on blanks

    ✓ Can handle 'cae' (70ms)

    ✓ Can handle 'cae' with caret at document's top

    ✓ Can handle 'cae' with caret at document's end (66ms)

    ✓ Can handle 'cie' on blank content

    ✓ Can handle 'cie' with leading space

    ✓ Can handle 'cie' with trailing space (39ms)

    ✓ Can handle 'cie' with both leading and trailing space (54ms)

    ✓ Can handle 'cie' on blank content

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

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

    ✓ Can handle 'ci(' backwards through nested parens

    ✓ Can handle 'cib' on first parentheses

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

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

    ✓ Can handle count prefixed 'ca)'

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

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

    ✓ Can handle 'ci{' spanning multiple lines

    ✓ Can handle 'ci{' spanning multiple lines and handle whitespaces correctly

    ✓ Can handle 'ci{' spanning multiple lines and handle whitespaces correctly

    ✓ Can handle 'ci(' on the closing bracket

    ✓ Can handle 'ciB' spanning multiple lines

    ✓ will fail when ca( with no ()

    ✓ will fail when ca{ with no {}

    ✓ will fail when caB with no {}

    ✓ Can handle 'ci[' spanning multiple lines

    ✓ Can handle 'ci]' on first bracket

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

    ✓ Can handle 'ca]' on first bracket

    ✓ Can handle 'ci'' on first quote

    ✓ Can handle 'ci'' inside quoted string

    ✓ Can handle 'ci'' on closing quote

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

    ✓ Can handle 'ci"' on opening quote

    ✓ Can handle 'ci"' starting behind the quoted word

    ✓ Can handle 'ca"' starting behind the quoted word

    ✓ Can handle 'ca"' starting on the opening quote

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

    ✓ Can handle 'ci"' with a single escaped quote

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

    ✓ Can handle 'ci"' with an escaped backslash

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

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

    ✓ Can handle 'ci"' with complex escape sequences

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

    ✓ will fail when ca" ahead of quoted string

    ✓ Can handle 'ca`' inside word

    ✓ can handle cj (55ms)

    ✓ can handle ck (52ms)

    ✓ can handle c2j (57ms)

    ✓ can handle c2k (61ms)

    ✓ can handle cj on last line (60ms)

    ✓ can handle ck on first line (93ms)

    ✓ can handle c2j on last line (67ms)

    ✓ can handle c2k on first line (42ms)

    ✓ Can handle 'daw' on word with cursor inside spaces

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

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

    ✓ Can handle 'daw' on word with numeric prefix

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

    ✓ Can handle 'daw' on word with numeric prefix and across lines

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

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

    ✓ Can handle 'daw' on words at beginning of line with leading whitespace

    ✓ Can handle 'daw' on words at ends of lines in the middle of whitespace

    ✓ Can handle 'daw' on word at beginning of file

    ✓ Can handle 'daw' on word at beginning of line

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

    ✓ Can handle 'daw' around word at end of line

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

    ✓ Can handle 'daW' around word at whitespace

    ✓ Can handle 'daW' on word with trailing spaces

    ✓ Can handle 'daW' on word with leading spaces

    ✓ Can handle 'daW' on word with numeric prefix

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

    ✓ Can handle 'daW' on beginning of word

    ✓ Can handle 'daW' on end of one line

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

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

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

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

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

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

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

    ✓ Can handle 'diw' on word

    ✓ Can handle 'diw' on word with numeric prefix

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

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

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

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

    ✓ Can handle 'diW' on word with trailing spaces

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

    ✓ Can handle 'diW' on word with numeric prefix

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

    ✓ Can handle 'diW' on beginning of word

    ✓ Can handle 'dae' (46ms)

    ✓ Can handle 'dae' with caret at document's top

    ✓ Can handle 'dae' with caret at document's end (55ms)

    ✓ Can handle 'die' on blank content

    ✓ Can handle 'die' with leading space

    ✓ Can handle 'die' with trailing space

    ✓ Can handle 'die' with both leading and trailing space (55ms)

    ✓ Can handle 'die' on blank content

    ✓ Can handle d} at beginning of line

    ✓ Can handle y} at beginning of line

    ✓ Can handle d} when not at beginning of line

    ✓ Can handle } with operator and count, at beginning of line

    ✓ Can handle } with operator and count, and not at beginning of line

    ✓ Select sentence with trailing spaces

    ✓ Select sentence with leading spaces (55ms)

    ✓ Select inner sentence with trailing spaces (40ms)

    ✓ Select inner sentence with leading spaces (59ms)

    ✓ Select spaces between sentences (65ms)

    ✓ Can handle 'df'

    ✓ Can handle 'dt'

    ✓ Can handle backspace

    ✓ Can handle backspace across lines

    ✓ Can handle A and backspace (38ms)

    ✓ A should update desiredColumn

    ✓ I should updated desiredColumn

    ✓ leaving insert mode should update desired column when entered with a (47ms)

    ✓ leaving insert mode should update desired column when entered with i (43ms)

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

    ✓ Can handle 'P' after 'yy'

    ✓ Can handle 'p' after 'yy'

    ✓ Can handle 'P' after 'Nyy'

    ✓ Can handle 'p' after 'Nyy'

    ✓ Can handle 'p' after 'yy' with correct cursor position

    ✓ Can handle 'gp' after 'yy'

    ✓ Can handle 'gp' after 'Nyy'

    ✓ Can handle 'gp' after 'Nyy' if pasting more than three lines

    ✓ Can handle 'gp' after 'Nyy' if cursor is on the last line

    ✓ Can handle 'gP' after 'yy'

    ✓ Can handle 'gP' after 'Nyy'

    ✓ Can handle 'gP' after 'Nyy' if pasting more than three lines

    ✓ Can handle ']p' after yy

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

    ✓ Can handle ']p' after 'Nyy' and indent with tabs first

    ✓ Can handle ']p' after 'Nyy' and decrease indents if possible

    ✓ Can handle '[p' after yy

    ✓ Can handle '[p' after 'Nyy'

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

    ✓ Can handle '[p' after 'Nyy' and decrease indents if possible

    ✓ Can handle 'p' after y'a

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

    ✓ Can handle 'p' after 'y]}' without including closing bracket

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

    ✓ Can repeat w

    ✓ Can repeat p

    ✓ I works correctly

    ✓ gI works correctly

    ✓ gi works correctly (66ms)

    ✓ `. works correctly (38ms)

    ✓ '. works correctly (43ms)

    ✓ g; works correctly (53ms)

    ✓ g, works correctly (63ms)

    ✓ g_ works correctly

    ✓ 3g_ works correctly

    ✓ gq handles spaces after single line comments correctly (125ms)

    ✓ gq handles spaces before single line comments correctly (121ms)

    ✓ gq handles tabs before single line comments correctly (136ms)

    ✓ gq work correctly with cursor in the middle of a line (64ms)

    ✓ Can handle space

    ✓ Can handle space

    ✓ Undo 1 (51ms)

    ✓ Undo 2 (43ms)

    ✓ Undo cursor (61ms)

    ✓ Undo cursor 2 (86ms)

    ✓ Undo cursor 3 (53ms)

    ✓ Undo with movement first (68ms)

    ✓ Can handle 'U'

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

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

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

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

    ✓ Can handle 'u' to undo 'U'

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

    ✓ Can handle 'u' after :s/abc/def (42ms)

    ✓ Redo (55ms)

    ✓ Redo (56ms)

    ✓ Redo (58ms)

    ✓ Can handle u (138ms)

    ✓ Can handle guw

    ✓ Can handle guae

    ✓ Can handle guie

    ✓ Can handle gUw (82ms)

    ✓ Can handle gUae

    ✓ Can handle gUie

    ✓ Can handle u over line breaks

    ✓ can handle s in visual mode (49ms)

    ✓ can handle p with selection

    ✓ can handle P with selection (40ms)

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

    ✓ can repeat backspace twice (43ms)

    ✓ can delete linewise with d2G

    ✓ can delete with + motion and count

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

    ✓ can dE correctly

    ✓ can dE correctly

    ✓ can dE correctly

    ✓ can ctrl-a correctly behind a word

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

    ✓ can ctrl-a on word

    ✓ can ctrl-a on a hex number

    ✓ can ctrl-a on decimal

    ✓ can ctrl-a with numeric prefix

    ✓ can ctrl-a on a decimal

    ✓ can ctrl-a on an octal 

    ✓ Correctly increments in the middle of a number

    ✓ can ctrl-a on a hex number behind a word

    ✓ can ctrl-a distinguish fake hex number

    ✓ can ctrl-a preserve leading zeros of octal

    ✓ can ctrl-a trim leading zeros of decimal

    ✓ can ctrl-a process `-0x0` correctly

    ✓ can ctrl-a regard `0` as decimal

    ✓ can ctrl-a on octal ignore negative sign

    ✓ can ctrl-a on octal ignore positive sign

    ✓ can ctrl-a on hex number ignore negative sign

    ✓ can ctrl-a on hex number ignore positive sign

    ✓ can ctrl-x correctly behind a word

    ✓ can ctrl-a on an number with word before 

    ✓ can ctrl-a on an number with word before and after 

    ✓ can ctrl-x on a negative number with word before and after 

    ✓ can ctrl-a properly on multiple lines

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

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

    ✓ can <C-a> on word with - in front of it

    ✓ can do Y

    ✓ can do [count]Y

    ✓ can do [count]Y if count is larger than EOF

    ✓ Can do S

    ✓ / does not affect mark

    ✓ / can search with regex

    ✓ / can search with newline

    ✓ / can search through multiple newlines

    ✓ / matches ^ per line

    ✓ / matches $ per line

    ✓ Can search for forward slash

    ✓ Can search backward for question mark

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

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

    ✓ <BS> deletes the last character in search in progress mode

    ✓ <S-BS> deletes the last character in search in progress mode

    ✓ <C-h> deletes the last character in search in progress mode

    ✓ Can do C

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

    ✓ Ignores cit on a non-matching tag

    ✓ Ignores cit on a nested tag

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

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

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

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

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

    ✓ Can do cit inside of a tag with another empty closing tag inside tags

    ✓ Can do dit on empty tag block, cursor moves to inside

    ✓ Can do cit on empty tag block, cursor moves to inside

    ✓ can do cit with self closing tags

    ✓ yat yanks the correct tag when inside one

    ✓ yat yanks the correct tag when cursor is on the opening angle bracket

    ✓ yat yanks the correct tag when cursor is between the beginning of the line and the tag

    ✓ dat deletes the outer tag when there are other characters (not just WS) before the opening tag

    ✓ dat deletes the outer tag when the cursor is after the inner tag

    ✓ Respects indentation with cc

    ✓ Resets cursor to indent end with cc

    ✓ can handle 'cc' on empty line

    ✓ cc copies linewise (45ms)

    ✓ Indent current line with correct Vim Mode

    ✓ Can handle <Esc> and do nothing

    ✓ Can handle # on consecutive words

    ✓ Can handle # on skipped words

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

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

    ✓ cc on whitespace-only treats whitespace as indent

    ✓ Can do cai (52ms)

    ✓ Can do cii

    ✓ Can do caI (49ms)

    ✓ Can do dai (42ms)

    ✓ Can do dii

    ✓ Can do daI

    ✓ `] go to the end of the previously operated or put text (48ms)

    ✓ '] go to the end of the previously operated or put text (45ms)

    ✓ `[ go to the start of the previously operated or put text (63ms)

    ✓ '[ go to the start of the previously operated or put text (49ms)

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

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

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

    can handle gn

      ✓ gn selects the next match text (127ms)

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

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

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

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

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

    can handle dgn

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

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

      ✓ dgn deletes the current word when cursor is at h|ello

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

      ✓ dgn deletes the current word when cursor is at hell|o

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

    can handle cgn

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

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

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

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

      ✓ cgn deletes the current word when cursor is at hell|o

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

    can handle gN

      ✓ gN selects the previous match text (101ms)

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

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

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

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

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

    can handle dgN

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

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

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

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

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

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

    can handle cgN

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

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

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

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

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

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

    marks

      ✓ capital marks can change the editors active document (97ms)

      ✓ can jump to lowercase mark

  Mode Replace

    ✓ Can activate with <Insert> from Insert mode

    ✓ Can activate with R from Normal mode

    ✓ Can handle R

    ✓ Can handle R past current line

    ✓ Can handle R and exit Replace Mode

    ✓ Can handle R across lines (51ms)

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

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

    ✓ Can handle backspace (40ms)

    ✓ Can handle backspace (48ms)

    ✓ Can handle backspace across lines (64ms)

    ✓ Can handle arrows

    ✓ Can handle . (49ms)

    ✓ Can handle . across lines (86ms)

  Mode Visual

    ✓ can be activated

    ✓ Can handle w (63ms)

    ✓ Can handle wd (61ms)

    ✓ Can handle x (59ms)

    ✓ Can handle x across a selection (80ms)

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

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

    ✓ Can do vwd multiple times (92ms)

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

    ✓ Can handle H key

    ✓ Can handle backspace key

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

    ✓ handles change operator (53ms)

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

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

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

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

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

    ✓ Can do vi) on a matching parenthesis

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

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

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

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

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

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

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

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

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

    ✓ Can do vi{ on braces indented by 1 and preserve indent

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

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

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

    ✓ vaf only expands to enclosing pairs (53ms)

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

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

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

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

    ✓ Can do v$x to delete to last char including EOL (45ms)

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

    ✓ Can handle 'J' when the selected area spans multiple lines

    Vim's EOL handling is weird

      ✓ delete through eol (50ms)

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

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

      ✓ vd$ does delete whole line (54ms)

      ✓ Paste over selection copies the selection (40ms)

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

    Arrow keys work perfectly in Visual Mode

      ✓ Can handle <up> key

      ✓ Can handle <down> key

      ✓ Can handle <left> key

      ✓ Can handle <right> key

    Screen line motions in Visual Mode

      ✓ Can handle 'gk'

      ✓ Can handle 'gj'

      - Preserves cursor position when handling 'gk'

      - Preserves cursor position when handling 'gj'
    handles aw in visual mode

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

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

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

      ✓ Can handle 'vawd' on word with numeric prefix

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

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

    handles aW in visual mode

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

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

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

      ✓ Can handle 'vaWd' on word with numeric prefix

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

    handles aW in visual mode

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

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

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

      ✓ Can handle 'vaWd' on word with numeric prefix

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

    handles aw in visual mode

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

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

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

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

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

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

    handles aW in visual mode

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

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

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

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

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

      ✓ Can handle 'Y' in visual mode

    handles as in visual mode

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

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

      ✓ Select multiple sentences in visual mode (54ms)

    handles is in visual mode

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

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

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

    handles tag blocks in visual mode

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

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

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

    handles replace in visual mode

      ✓ Can do a single line replace (51ms)

      ✓ Can do a multi line replace

    D command will remove all selected lines

      ✓ D deletes all selected lines

      ✓ D deletes the current line

    handles indent blocks in visual mode

      ✓ Can do vai (56ms)

      ✓ Can do vii (44ms)

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

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

      ✓ Can do vaI (51ms)

    visualstar

      ✓ Works with *

      ✓ Works with #

    search works in visual mode

      ✓ Works with / (38ms)

      ✓ Works with ? (54ms)

      ✓ Selects correct range (70ms)

    X will delete linewise

      ✓ normal selection

      ✓ normal selection (46ms)

    C will delete linewise

      ✓ normal selection

      ✓ normal selection

    R will delete linewise

      ✓ normal selection

      ✓ normal selection

    Linewise Registers will be inserted properly

      ✓ downward selection (68ms)

      ✓ upward selection (51ms)

    Indent Tests using > on visual selections

      ✓ multiline indent top down selection

      ✓ multiline indent bottom up selection

      ✓ repeat multiline indent top down selection (44ms)

      ✓ repeat multiline indent bottom up selection (56ms)

    Outdent Tests using < on visual selections

      ✓ multiline outdent top down selection (44ms)

      ✓ multiline outdent bottom up selection (42ms)

      ✓ repeat multiline outdent top down selection (53ms)

      ✓ repeat multiline outdent bottom up selection (63ms)

    Non-darwin <C-c> tests

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

    vi{ will go to end of second to last line

      ✓ select (52ms)

    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

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

    replace text in characterwise visual-mode with characterwise register content

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

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

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

    can handle gn

      ✓ gn selects the next match text (112ms)

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

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

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

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

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

    can prepend text with I

      ✓ multiline insert from bottom up selection (40ms)

      ✓ multiline insert from top down selection

      ✓ skips blank lines (100ms)

    can append text with A

      ✓ multiline append from bottom up selection (47ms)

      ✓ multiline append from top down selection (45ms)

      ✓ skips blank lines

    Can handle u/gu, U/gU

      ✓ U/gU on single character (48ms)

      ✓ U/gU across a selection (47ms)

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

      ✓ u/gu on single character (38ms)

      ✓ u/gu across a selection (53ms)

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

    Can handle ~/g~

      ✓ ~/g~ on single character (102ms)

      ✓ ~/g~ across a selection (53ms)

  Mode Visual Block

    ✓ can be activated

    ✓ Can handle A forward select (313ms)

    ✓ Can handle A backwards select (46ms)

    ✓ `A` over shorter line adds necessary spaces (38ms)

    ✓ Can handle I forward select

    ✓ Can handle I backwards select (50ms)

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

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

    ✓ Can handle c forward select (46ms)

    ✓ Can handle c backwards select (49ms)

    ✓ Can handle C (41ms)

    ✓ Can do a multi line replace

    ✓ Can handle 'D'

    ✓ Can handle 'gj' (57ms)

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

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

    ✓ o works in visual block mode

    ✓ d deletes block (40ms)

    ✓ x deletes block (41ms)

    ✓ X deletes block

    ✓ Select register using " works in visual block mode (58ms)

    ✓ Can handle 'J' when the entire visual block is on the same line (44ms)

    ✓ Can handle 'J' when the visual block spans multiple lines (38ms)

    ✓ Can handle 'J' when start position of the visual block is below the stop (51ms)

    ✓ Can handle ~/g~ in visual block mode (67ms)

    Non-darwin <C-c> tests

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

  Mode Visual Line

    ✓ can be activated

    ✓ <count>V selects <count> lines (154ms)

    ✓ Can handle w (95ms)

    ✓ Can handle wd (62ms)

    ✓ Can handle x (65ms)

    ✓ Can handle x across a selection (65ms)

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

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

    ✓ Can do vwd multiple times (110ms)

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

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

    ✓ handles change operator (53ms)

    ✓ Vp updates register content

    ✓ "xVp only updates default register content (68ms)

    ✓ Vp does not append unnecessary newlines (first line)

    ✓ Vp does not append unnecessary newlines (middle line)

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

    ✓ Vp places the cursor on first non-whitespace character on line

    ✓ Exiting via <Esc> returns cursor to original column

    ✓ Exiting via `VV` returns cursor to original column

    ✓ Can handle 'J' when the selected area spans multiple lines (39ms)

    Vim's EOL handling is weird

      ✓ delete through eol (52ms)

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

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

      ✓ vd$ does delete whole line (55ms)

    Arrow keys work perfectly in Visual Line Mode

      ✓ Can handle <up> key (47ms)

      ✓ Can handle <down> key

    Screen line motions in Visual Line Mode

      ✓ Can handle 'gk' (42ms)

      ✓ Can handle 'gj'

    Can handle d/c correctly in Visual Line Mode

      ✓ Can handle d key (40ms)

      ✓ Can handle d key

      ✓ Can handle d key (38ms)

      ✓ Can handle d key (42ms)

      ✓ can handle 'c' (38ms)

    handles replace in visual line mode

      ✓ Can do a single line replace

      ✓ Can do a multi visual line replace

      ✓ Can do a multi visual line replace from the bottom up

    search works in visual line mode

      ✓ Works with /

      ✓ Works with ? (45ms)

    Non-darwin <C-c> tests

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

    replace text in linewise visual-mode with linewise register content

      ✓ yyVp does not change the content but changes cursor position

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

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

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

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

    can prepend text with I

      ✓ multiline insert from bottom up selection

      ✓ multiline insert from top down selection

      ✓ skips blank lines

    can append text with A

      ✓ multiline append from bottom up selection

      ✓ multiline append from top down selection

      ✓ skips blank lines

      ✓ updates desired column correctly (40ms)

    Can handle ~/g~ in visual line mode

      ✓ ~/g~ on single line (38ms)

      ✓ ~/g~ on multiple lines (44ms)

  Mode Normal

    ✓ Can handle 'x'

    ✓ Can handle 'Nx'

    ✓ Can handle 'Nx' and paste

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

    ✓ Can handle 'Ns'

    ✓ Can handle 'Ns' at end of line

    ✓ Can handle '<Del>'

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

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

    ✓ Can handle 'cc' (55ms)

    ✓ Can handle 'Ncc'

    ✓ Can handle 'yy' (43ms)

    ✓ Can handle 'D'

    ✓ Can handle 'D' on empty lines

    ✓ Can handle 'D' with count 1

    ✓ Can handle 'D' with count 3 (73ms)

    ✓ Can handle 'D' with count exceeding max number of rows

    ✓ Can handle 'D' with count when end position is on blank line

    ✓ Can handle 'DD'

    ✓ Can handle 'C'

    ✓ Can handle 'NC'

    ✓ Can handle 'NC' and put

    ✓ Can handle 'r'

    ✓ Can handle '<Count>r'

    ✓ Can handle '<Count>r'

    ✓ Can handle 'r' after 'dd'

    ✓ Can handle 'r
'

    ✓ Can handle '<Count>r
'

    ✓ Can handle 'J' once

    ✓ Can handle 'J' twice (40ms)

    ✓ Can handle 'J' with empty last line

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

    ✓ Can handle 'J' with leading white space on next line

    ✓ Can handle 'J' with only white space on next line

    ✓ Can handle 'J' with TWO indented lines

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

    ✓ Can handle 'J' with a following delete

    ✓ Can handle 'J' with count

    ✓ Can handle 'J' with count if count is larger than EOF

    ✓ Can handle 'J' in Visual Line mode

    ✓ Can handle 'gJ' once

    ✓ Can handle 'gJ' once and ALL WHITESPACE IS ELIMINATED

    ✓ Can handle '~'

    ✓ Can handle 'g~{motion}'

    ✓ Can handle 'g~~'

    ✓ Can handle '<BS>' in insert mode

    ✓ Can handle undo with P (42ms)

    ✓ Can handle 'ge' in multiple lines case1

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

  Dot Operator

    ✓ Can repeat '~' with <num>

    ✓ Can repeat '~' with dot

    ✓ Can repeat 'x'

    ✓ Can repeat 'J'

    ✓ Can handle dot with A (50ms)

    ✓ Can handle dot with I (42ms)

    ✓ Can repeat actions that require selections (70ms)

  Repeat content change

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

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

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

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

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

  Dot Operator repeat with remap

    ✓ Can repeat content change using 'jjk' mapped to '<Esc>' without trailing characters (68ms)

    ✓ Can repeat '<leader>w' when mapped to 'dw'

  Matching Bracket (%)

    ✓ before opening parenthesis

    ✓ inside parenthesis

    ✓ nested parenthesis beginning

    ✓ nested parenthesis end

    ✓ nested bracket and parenthesis beginning

    ✓ nested bracket, parenthesis, braces beginning

    ✓ nested bracket, parenthesis, braces end

    ✓ parentheses after >

    ✓ parentheses after "

  Motions in Normal Mode

    ✓ Can handle [(

    ✓ Can handle nested [(

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

    ✓ Can handle [( and character under cursor exclusive

    ✓ Can handle ])

    ✓ Can handle nested ])

    ✓ Can handle <number>])

    ✓ Can handle ]) and character under cursor exclusive

    ✓ Can handle [{

    ✓ Can handle nested [{

    ✓ Can handle <number>[{

    ✓ Can handle [{ and character under cursor exclusive

    ✓ Can handle ]}

    ✓ Can handle nested ]}

    ✓ Can handle <number>]}

    ✓ Can handle ]} and character under cursor exclusive

    ✓ Can handle 'ge'

    ✓ Can handle 'gg'

    ✓ Can handle 'gg' to first non blank char on random line

    ✓ Can handle 'gg' to first non blank char on first line

    ✓ 'gg' obeys startofline

    ✓ Retain same column when moving up/down

    ✓ Can handle <enter> (40ms)

    ✓ $ always keeps cursor on EOL

    ✓ Can handle $ with a count

    ✓ Can handle $ with a count at end of file

    ✓ Can handle <End> with a count

    ✓ Can handle <D-right> with a count

    ✓ Can handle 'f'

    ✓ Can handle 'f' twice

    ✓ Can handle 'f' with <tab>

    ✓ Can handle 'f' and find back search

    ✓ Can handle 'F'

    ✓ Can handle 'F' twice

    ✓ Can handle 'F' and find back search

    ✓ Can handle 'f' and multiple back searches

    ✓ Can handle 't'

    ✓ Can handle 't' twice

    ✓ Can handle 't' and find back search

    ✓ Can handle 'T'

    ✓ Can handle 'T' twice

    ✓ Can handle 'T' and find back search

    ✓ Can run a forward search

    ✓ Can run a forward and find next search

    ✓ Can run a forward and find previous search from end of word (50ms)

    ✓ Can run a forward search with count 1

    ✓ Can run a forward search with count 3

    ✓ Can run a forward search with count exceeding max number of matches

    ✓ Can run a reverse search (50ms)

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

    ✓ Can run a reverse search with count 1 (49ms)

    ✓ Can run a reverse search with count 3

    ✓ Can run a reverse search with count exceeding max number of matches (47ms)

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

    ✓ Backspace on empty search cancels (41ms)

    ✓ Search offsets: b does nothing

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

    ✓ Search offsets: b+3 goes 3 to the right

    ✓ Search offsets: e goes to the end

    ✓ Search offsets: character offset goes across line boundaries

    ✓ Search offsets: 2 goes 2 down

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

    ✓ maintains column position correctly (138ms)

    ✓ maintains column position correctly with $

    ✓ Can handle G 

    ✓ Can handle G with number prefix

    ✓ Can handle G with number prefix

    ✓ Can handle gg

    ✓ Can handle gg with number prefix

    ✓ Can handle 0

    ✓ Can handle 0 as part of a repeat

    ✓ Can handle g*

    ✓ Can handle g*n

    ✓ Can handle *

    ✓ Can handle **

    ✓ Can handle # on whitespace

    ✓ Can handle # on EOL

    ✓ Can handle g#

    ✓ Can handle g#n

    ✓ Can handle # (47ms)

    ✓ Can handle # already on the word

    ✓ Can handle ##

    ✓ * adds to search history

    ✓ # adds to search history (48ms)

    ✓ Can handle |

    ✓ Can handle <number> |

    ✓ Can handle +

    ✓ Can handle + indent

    ✓ Can handle + with count prefix

    ✓ Can handle -

    ✓ Can handle - indent

    ✓ Can handle - with count prefix

    ✓ Can handle _

    ✓ Can handle _ with count prefix

    ✓ Can handle g_

    ✓ Can handle g_ with count prefix

    ✓ Can handle <up> key

    ✓ Can handle <down> key

    ✓ Can handle <left> key

    ✓ Can handle <right> key

    ✓ Can handle 'gk'

    ✓ Can handle 'gj'

    - Preserves cursor position when handling 'gk'
    - Preserves cursor position when handling 'gj'
    doesn't update desiredColumn when it shouldn't

      ✓ Preserves desired cursor position when pressing zz (44ms)

      ✓ Preserves desired cursor position when pressing zt (44ms)

      ✓ Preserves desired cursor position when pressing zb (55ms)

      ✓ Preserves desired cursor position when pressing <C-e> (42ms)

      ✓ Preserves desired cursor position when pressing <C-y> (48ms)

  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

        ✓ l wraps to next line

        ✓ <left> wraps to previous line

        ✓ <right> wraps to next line

      insert mode

        ✓ <left> wraps to previous line

        ✓ <right> once goes to end of line

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

    whichwrap disabled
      normal mode

        ✓ h does not wrap to previous line

        ✓ l does not wrap to next line

        ✓ <left> does not wrap to previous line

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

      insert mode

        ✓ <left> does not wrap to previous line

        ✓ <right> does not wrap to next line

    wrapscan enabled

      ✓ search wraps around the end of the file

      ✓ search wraps around the start of the file

    wrapscan disabled

      ✓ search stops at the end of the file

      ✓ search stops at the start of the file

  Multicursor

    ✓ can add multiple cursors below (53ms)

    ✓ can add multiple cursors above (82ms)

    ✓ viwd with multicursors deletes the words and keeps the cursors (186ms)

    ✓ vibd with multicursors deletes the content between brackets and keeps the cursors (200ms)

    ✓ vi[d with multicursors deletes the content between brackets and keeps the cursors (190ms)

    ✓ vitd with multicursors deletes the content between tags and keeps the cursors (200ms)

  Multicursor with remaps

    ✓ Using 'jjk' mapped to '<Esc>' doesn't leave trailing characters (54ms)

  numeric string
    ✓ fails on non-string

    ✓ handles hex round trip

    ✓ handles decimal round trip
    ✓ handles octal trip

  comment operator

    ✓ gcc comments out current line (162ms)

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

    ✓ block comment with motion (170ms)

    ✓ block comment in Visual Mode (128ms)

    ✓ comment in visual line mode (150ms)

    ✓ comment in visual block mode (113ms)

  format operator

    ✓ == formats current line (353ms)

    ✓ =$ formats entire line (284ms)

    ✓ =j formats two lines (85ms)

    ✓ 3=k formats three lines (67ms)

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

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

    ✓ =ip formats paragraph (46ms)

    ✓ format in visual mode (72ms)

  put operator

    ✓ basic put test (51ms)

    ✓ test yy end of line

    ✓ test yy first line (78ms)

    ✓ test yy middle line (46ms)

    ✓ test yy with correct positon movement (40ms)

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

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

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

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

  rot13 operator

    ✓ rot13() unit test

    ✓ g?j works (87ms)

    ✓ g? in visual mode works

    ✓ g? in visual line mode works

    ✓ g? in visual block mode works

  shift operator

    ✓ basic shift left test (38ms)

    ✓ shift left goto end test

    ✓ shift left goto line test

    ✓ shift right goto end test

    ✓ shift right goto line test

  camelCaseMotion plugin if not enabled

    ✓ basic motion doesn't work

  camelCaseMotion plugin
    handles <leader>w for camelCaseText

      ✓ step over whitespace

      ✓ step to Camel word (41ms)

      ✓ step to CAP word

      ✓ step after CAP word

      ✓ step from middle of word to Camel word

      ✓ step to number word (39ms)

      ✓ step to operator word

      ✓ step from inside operator word (40ms)

      ✓ step to operator and then over

    handles <leader>w for underscore_var

      ✓ step to _word

      ✓ step over whitespace to word

      ✓ step from inside word to _word

      ✓ step form _word to number

      ✓ step from nubmer word to _word (38ms)

      ✓ step from in whitespace to word

      ✓ step in ALL_CAPS_WORD

    handles d<leader>w

      ✓ delete from start of camelWord

      ✓ delete from middle of camelWord

      ✓ delete from start of CamelWord

      ✓ delete two words from camelWord

      ✓ delete from start of underscore_word

      ✓ delete from middle of underscore_word

      ✓ delete two words from camel_word

    handles di<leader>w

      ✓ delete from start of camelWord

      ✓ delete from middle of camelWord

      ✓ delete from start of CamelWord (40ms)

      ✓ delete two words from camelWord

      ✓ delete from start of underscore_word

      ✓ delete from middle of underscore_word

      ✓ delete two words from camel_word

    handles <leader>b

      ✓ back from middle of word

      ✓ back over whitespace to camelWord

      ✓ back twice over operator

    handles <leader>e

      ✓ from start to middle of underscore_word

      ✓ from middle to end of underscore_word

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

  easymotion plugin

    ✓ Can handle s move (39ms)

    ✓ Can handle 2s move (55ms)

    ✓ Can handle f move

    ✓ Can handle 2f move (40ms)

    ✓ Can handle F move (45ms)

    ✓ Can handle 2F move (212ms)

    ✓ Can handle t move (46ms)

    ✓ Can handle bd-t move (46ms)

    ✓ Can handle 2t move (40ms)

    ✓ Can handle bd-t2 move (51ms)

    ✓ Can handle T move (44ms)

    ✓ Can handle 2T move (65ms)

    ✓ Can handle w move (43ms)

    ✓ Can handle bd-w move (49ms)

    ✓ Can handle b move (45ms)

    ✓ Can handle e move (42ms)

    ✓ Can handle bd-e move (51ms)

    ✓ Can handle ge move (50ms)

    ✓ Can handle n-char move

    ✓ Can handle j move (42ms)

    ✓ Can handle k move

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

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

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

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

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

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

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

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

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

  Input method plugin

    ✓ use default im in insert mode

    ✓ use other im in insert mode

  replaceWithRegister plugin

    ✓ Replaces within inner word

    ✓ Replaces within inner Word (51ms)

    ✓ Replaces within ''

    ✓ Replaces within '' including spaces (40ms)

    ✓ Replaces within () (38ms)

    ✓ Replaces within () including spaces (39ms)

    ✓ Replaces within a paragraph (39ms)

    ✓ Replaces using a specified register (41ms)

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

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

    ✓ Replaces a multiline register within {} over multiple lines

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

    ✓ grr replaces the entire line with the register

    ✓ grr can replace multiple lines (38ms)

    ✓ Replaces in visual mode (45ms)

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

    ✓ Replaces in visual line mode

    ✓ grj is linewise (38ms)

  sneak plugin

    ✓ Can handle s motion

    ✓ Can handle S motion

    ✓ Can handle <operator>z motion

    ✓ Can handle <operator>Z motion

    ✓ Can handle s; motion

    ✓ Can handle s, motion

    ✓ Can handle S; motion

    ✓ Can handle S, motion (40ms)

    ✓ Can handle single letter s motion

    ✓ Can handle single letter S motion (40ms)

    ✓ Can handle single letter <operator>z motion

    ✓ Can handle single letter <operator>Z motion

    ✓ Can handle single letter s; motion

    ✓ Can handle single letter s, motion

    ✓ Can handle single letter S; motion

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

    ✓ Can handle multiline single char <number>s motion

    ✓ Can go back using <C-o> once when going forward

    ✓ Can go back using <C-o> once when going backward

    ✓ Can go back using <C-o> when repeating forward movement (432ms)

    ✓ Can go back using <C-o> when repeating backward movement

  sneakReplacesF

    ✓ sneakReplacesF forward

    ✓ sneakReplacesF backward

  surround plugin

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

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

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

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

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

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

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

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

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

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

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

    ✓ change surround (57ms)

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

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

    ✓ change surround with alias (64ms)

    ✓ change surround to tags (58ms)

    ✓ delete surround (62ms)

    ✓ delete surround with quotes (65ms)

    ✓ delete surround with nested of quotes (61ms)

    ✓ delete surround with inconsistent quotes (68ms)

    ✓ delete surround with mixed quotes (58ms)

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

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

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

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

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

    ✓ delete surround with alias (72ms)

    ✓ delete surround with tags (186ms)

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

    ✓ changing brackets with surround works again (80ms)

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

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

    ✓ performing surround after cancelling surround action with <Esc> does not move the cursor (60ms)

  register

    ✓ Can copy to a register (58ms)

    ✓ Can use two registers together (67ms)

    ✓ Can use black hole register (69ms)

    ✓ System clipboard works with chinese characters (42ms)

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

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

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

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

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

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

    ✓ Can put and get to register

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

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

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

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

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

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

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

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

    clipboard

      ✓ Can access '*' (clipboard) register

      ✓ Can access '+' (clipboard) register

  Repeatable movements with f and t

    ✓ Can repeat f<character>

    ✓ Can repeat reversed F<character>

    ✓ Can repeat t<character>

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

  sentence motion
    [count] sentences backward

      ✓ move one sentence backward (44ms)

      ✓ move one sentence backward (43ms)

      ✓ move [count] sentences backward (46ms)

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

      ✓ move one sentence backward no space (39ms)

      ✓ move one sentence backward no space - middle

      ✓ move one sentence backward - multiline

      ✓ move one sentence backward - multiline - period

      ✓ move one sentence backward - multiline - previous line

      ✓ move one sentence backward - multiline - previous line - period

  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

  util path

    separatePath
      ✓ can separate drive letter path on Windows
      ✓ can separate UNC path on Windows
      ✓ can separate relative path on Windows
      ✓ can separate absolute path on posix

      ✓ can separate relative path on posix

    resolveUri
      ✓ posix

      ✓ win32

  1426 passing (3m)

  4 pending

  1 failing
  1) Remapper
       <c-e> -> <esc> in insert mode should go to normal mode:

      AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected

+ ''
- 'lorem ipsum'
      + expected - actual

      +lorem ipsum
      
  	at Context.<anonymous> (out/test/configuration/remapper.test.js:273:16)
  	at runMicrotasks (<anonymous>)
  	at processTicksAndRejections (internal/process/task_queues.js:85:5)


Error: 1 tests failed.

Error: 1 tests failed.

Exit code:   1
Done

Failed
Failed to run tests
npm ERR! Test failed.  See above for more details.
TravisBuddy Request Identifier: e39bbd80-9a2a-11ea-8b80-f318e961985e

@renovate renovate bot force-pushed the renovate/typescript-3.x branch 2 times, most recently from c137a4e to 8f37247 Compare May 20, 2020 00:39
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 8f37247 to 736b844 Compare May 20, 2020 00:47
@J-Fields J-Fields merged commit b8f8e44 into master May 20, 2020
@TravisBuddy
Copy link

Hey @renovate[bot],
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: aec7f110-9a33-11ea-8b80-f318e961985e

@J-Fields J-Fields deleted the renovate/typescript-3.x branch May 20, 2020 00:49
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