| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | | |||
| * | test: avoid repeated screen lines in expected states | zeertzjq | 2023-12-09 |
| | | | | | | | This is the command invoked repeatedly to make the changes: :%s/^\(.*\)|\%(\*\(\d\+\)\)\?$\n\1|\%(\*\(\d\+\)\)\?$/\=submatch(1)..'|*'..(max([str2nr(submatch(2)),1])+max([str2nr(submatch(3)),1]))/g | ||
| * | vim-patch:9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff" | Luuk van Baal | 2023-05-09 |
| Problem: Cursor moves to wrong line when 'foldmethod' is "diff". (Rick Howe) Solution: Adjust logic for scrolling. (Luuk van Baal, closes vim/vim#12364, closes vim/vim#12218) https://github.com/vim/vim/commit/aa6ba308a1498dc8da04d1d30ec0470018bf782a | |||