js-vim
js-vim copied to clipboard
In testing undo does not always correctly handle the very first undo you might make
vim.exec('i'); vim.exec('asdf'); vim.exec('esc'); vim.exec('2x'); vim.exec('u');
vim.text() should equal "asdf" but seems to equal "".