Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:8.2.3914 (#16808) | dundargoc | 2021-12-28 |
| | | | | | | | | | * vim-patch:8.2.3914: various spelling mistakes in comments Problem: Various spelling mistakes in comments. Solution: Fix the mistakes. (Dominique Pellé, closes vim/vim#9416) https://github.com/vim/vim/commit/af4a61a85d6e8cacc35324f266934bc463a21673 Co-authored-by: zeertzjq <zeertzjq@outlook.com> | ||
* | refactor(macros): delete multibyte macros which just are aliases | Björn Linse | 2021-11-14 |
| | |||
* | feat(decorations): support more than one virt_lines block | Björn Linse | 2021-10-23 |
| | |||
* | feat(decorations): support virtual lines (for now: only one block at a time) | Björn Linse | 2021-09-26 |
| | |||
* | refactor: format with uncrustify #15755 | dundargoc | 2021-09-24 |
| | |||
* | vim-patch:8.1.2281: 'showbreak' cannot be set for one window | Sean Dewar | 2021-09-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Problem: 'showbreak' cannot be set for one window. Solution: Make 'showbreak' global-local. https://github.com/vim/vim/commit/ee85702c10495041791f728e977b86005c4496e8 Change in oneleft() is N/A as the relevant condition was removed (has_mbyte is always true for Nvim, so the condition was always false; see commit 73dc9e9). Use wp over curwin for curs_columns(). Required for v8.2.2903 (otherwise test fails as it'll leave the global option set). N/A patches for version.c: vim-patch:8.1.2283: missed on use of p_sbr Problem: Missed on use of p_sbr. Solution: Add missing p_sbr change. https://github.com/vim/vim/commit/91e22eb6e09ec384496fccde812072033fd9e616 Already ported in commit 43a874a. | ||
* | refactor(plines): move horizontal size functions to plines.c | Björn Linse | 2021-08-11 |
| | | | | fix style. | ||
* | refactor(plines): style of new plines.c file | Björn Linse | 2021-08-10 |
| | |||
* | refactor(plines): move out plines related code from misc1.c | Björn Linse | 2021-08-10 |