diff --git a/Test-Plan.md b/Test-Plan.md new file mode 100644 index 0000000..a0b4f47 --- /dev/null +++ b/Test-Plan.md @@ -0,0 +1,18 @@ +# Smoke test + +* no errors on startup +* switching windows updates active and inactive windows +* opening third party plugins overrides only their windows + +# Regression test + +* 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 \ No newline at end of file