Vim/test/register
Jason Fields 61ed5637ce Significant refactor of search system and :s[ubstitute]
Central to this refactor is a rationalization of pattern parsing - we now have an immutable`Pattern` class with its own Parsimmon parser; it's now used everywhere.

A few enhancements, such as supporting `/{pattern}/` as line specifier in line range

And some bugs fixed:
- `\n` now expands to `\r?\n` (to work with CRLF files)
- `\<` and `\>` (word boundaries) are now mapped to `\b`

Refs #3996
2021-10-03 00:09:05 -04:00
..
register.test.ts Significant refactor of search system and :s[ubstitute] 2021-10-03 00:09:05 -04:00
repeatableMovement.test.ts Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00