Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(lua): allow `:=expr` as a shorter version of `:lua =expr` | bfredl | 2023-03-22 |
| | | | | | | | | | | | | | | | | existing behavior of := and :[range]= are unchanged. `|` is still allowed with this usage. However, :=p and similar are changed in a way which could be construed as a breaking change. Allowing |ex-flags| for := in the first place was a mistake as any form of := DOES NOT MOVE THE CURSOR. So it would print one line number and then print a completely different line contents after that. | ||
* | test: move oldtests to test directory (#22536) | dundargoc | 2023-03-07 |
The new oldtest directory is in test/old/testdir. The reason for this is that many tests have hardcoded the parent directory name to be 'testdir'. |