~dricottone/vim-python

Triple-quoted strings are comments not tests

The paradigm of using triple-quoted strings as unit tests is outdated
and strange. All triple-quoted strings are comments only.

This simplifies a great deal of pattern matching, leading to a more
reliable experience.
Initial commit following rebuild