-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Test Plan
Bailey Ling edited this page Sep 3, 2013
·
7 revisions
- no errors on startup
- switching windows updates active and inactive windows
- opening third party plugins overrides only their windows
- test multiple versions of Vim
- 7.2
- 7.3-46 (windows gvim build)
- 7.3-97 (contains vim bug regarding funcref usage)
- 7.3-429 (common ubuntu version)
- 7.4
- empty vimrc (including not having a
colorscheme
specified) - changing colorschemes
- updates all windows
- updates plugin themes
- verify all commands work properly
- create 5+ splits of the same buffer and start typing in insert mode. confirm no slowdown. (#11)
- check that the error code for
vim +q
is 0 (#79) - check that undo messages do not mess up echoing (#209)