Vim/test/operator
J.R. Maingat bca06cd994
Implement filter commands (#5042)
This PR implements filter commands, which allows filtering lines in the buffer with an external command.
The following operators are implemented here:

- !{motion}{filter}
- !!{filter}
- {Visual/Visual block/Visual line}!{filter}

Fixes #4166
Fixes #4857
2020-07-18 01:47:44 -04:00
..
comment.test.ts Rename ModeName to Mode since after the refactor, that separation is gone 2019-11-29 15:59:20 -05:00
filter.test.ts Implement filter commands (#5042) 2020-07-18 01:47:44 -04:00
format.test.ts Use const instead of let when possible in tests 2019-10-20 23:26:26 -04:00
put.test.ts Use const instead of let when possible in tests 2019-10-20 23:26:26 -04:00
rot13.test.ts g? (rot13) support (#4367) 2019-12-26 01:36:27 -05:00
shift.test.ts Use const instead of let when possible in tests 2019-10-20 23:26:26 -04:00