vim-vimlparser
vim-vimlparser copied to clipboard
Require tests for commands
trafficstars
We should test command definition. Add tests with possible lines like below.
:'<,'>ldo
I think we should add tests for each flag for builtin commands whose parser is "parse_cmd_common". Not writing tedious all builtin commands tests.
If the parser is not "parse_cmd_common", we should add tests for the command. (like parse_wincmd)