aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | vim-patch:9.0.0640: cannot scroll by screen line if a line wrapsLuuk van Baal2023-05-02
* | | fix(mouse): fix popup_setpos position check with ext_multigrid (#23436)zeertzjq2023-05-02
* | | fix(gen_vimvim): correctly add aliases to vimAutoEvent (#23429)Eisuke Kawashima2023-05-02
* | | fix(normal): make "g$" work properly with resized gridzeertzjq2023-05-02
* | | fix(drawline): make cursorlineopt=screenline work with resized gridzeertzjq2023-05-02
* | | fix(float): make bufpos work properly with resized parent gridzeertzjq2023-05-02
| |/ |/|
* | fix(spell): extmark with spell=false should disable spell (#23400)zeertzjq2023-05-01
|/
* version.c: update [skip ci] (#23388)github-actions[bot]2023-04-30
* vim-patch:9.0.1499: using uninitialized memory with fuzzy matching (#23399)zeertzjq2023-04-30
* vim-patch:9.0.1497: the ruler percentage can't be localized (#23389)zeertzjq2023-04-29
* fix(heredoc): allow missing end marker for scriptszeertzjq2023-04-29
* vim-patch:8.2.0672: heredoc in scripts does not accept lower case markerzeertzjq2023-04-29
* vim-patch:8.2.0578: heredoc for interfaces does not support "trim"zeertzjq2023-04-29
* vim-patch:9.0.1336: functions without arguments are not always declared properlyzeertzjq2023-04-28
* refactor(option.c): make did_set callbacks staticLewis Russell2023-04-28
* vim-patch:9.0.1374: function for setting options not used consistentlyLewis Russell2023-04-28
* vim-patch:9.0.1369: still some "else if" constructs for setting optionsLewis Russell2023-04-28
* vim-patch:9.0.1359: too many "else if" statements in handling optionsLewis Russell2023-04-28
* vim-patch:9.0.1353: too many "else if" statements to handle option valuesLewis Russell2023-04-28
* vim-patch:9.0.1345: too many "else if" statements for handling optionsLewis Russell2023-04-28
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* vim-patch:8.2.3509: undo file is not synced (#23371)zeertzjq2023-04-28
* fix(tui): position cursor at bottom-left before stopping (#23369)zeertzjq2023-04-28
* vim-patch:9.0.1494: crash when recovering from corrupted swap file (#23358)zeertzjq2023-04-28
* fix(pum): make :popup position correctly with float borderzeertzjq2023-04-28
* fix(events): null dereference in autocmd functionsii142023-04-27
* perf(events): store autocommands in flat vectors (#23256)ii142023-04-27
* fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27
* vim-patch:9.0.1492: using uninitialized memory when argument is missing (#23351)zeertzjq2023-04-28
* fix(pum): position properly with ext_multigrid (#23336)zeertzjq2023-04-27
* Merge pull request #23216 from bfredl/lpegbfredl2023-04-27
|\
| * refactor(build): include lpeg as a librarybfredl2023-04-27
* | vim-patch:9.0.1491: wrong scrolling with ls=0 and :botright split (#23333)zeertzjq2023-04-27
* | refactor: uncrustifydundargoc2023-04-26
* | refactor(clang-tidy): remove redundant castsdundargoc2023-04-26
* | build(clint): fix deprecation and linter warningsdundargoc2023-04-26
* | vim-patch:9.0.1490: the ModeChanged event may be triggered too oftenzeertzjq2023-04-26
|/
* Merge pull request #23308 from bfredl/fs_time_boogalobfredl2023-04-26
|\
| * refactor(fs): now it is time to get rid of fs_loop and fs_loop_mutexbfredl2023-04-25
* | build: revert accidental permission changes (#23319)zeertzjq2023-04-26
* | vim-patch:9.0.1485: no functions for converting from/to UTF-16 index (#23318)zeertzjq2023-04-26
* | vim-patch:8.2.3139: functions for string manipulation are spread out (#23316)zeertzjq2023-04-26
* | vim-patch:partial:9.0.0359: error message for wrong argument type is not spec...zeertzjq2023-04-25
* | vim-patch:9.0.0875: using freed memory when executing delfunc at more prompt ...zeertzjq2023-04-25
* | fix(timer): allow timer_info() to get info about current timerzeertzjq2023-04-25
* | vim-patch:8.2.5019: cannot get the first screen column of a character (#23312)zeertzjq2023-04-25
* | vim-patch:9.0.0335: checks for Dictionary argument often give a vague error (...zeertzjq2023-04-25
* | refactor: remove unnecessary height change in frame_add_hsep() (#23305)zeertzjq2023-04-25
|/
* Merge pull request #23293 from bfredl/bigsleepbfredl2023-04-25
|\
| * refactor(time): refactor delay with input checkingbfredl2023-04-24