aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* docs: document breaking change for nvim_create_autocmd callback (#27484)Gregory Anders2024-02-15
* vim-patch:9.1.0113: duplicate code when cleaning undo stackzeertzjq2024-02-16
* vim-patch:9.1.0112: Remove undo information, when cleaning quickfix bufferzeertzjq2024-02-16
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* fix(extmarks): redraw line on adding/removing conceal (#27463)zeertzjq2024-02-14
* vim-patch:9.1.0105: Style: typos found (#27462)zeertzjq2024-02-14
* refactor(lua): use a keyset for vim.diff opts parsingbfredl2024-02-13
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* docs: stricter bufname and bufnr types (#27454)Maria José Solano2024-02-13
* vim-patch:9.1.0101: upper-case of German sharp s should be U+1E9E (#27449)zeertzjq2024-02-13
* vim-patch:9.1.0103: 'breakindentopt' "min" not correct with 'signcolumn' (#27...zeertzjq2024-02-13
* vim-patch:9.1.0102: settabvar() may change the last accessed tabpage (#27450)zeertzjq2024-02-13
* perf(redraw): reduce redraw with undo and extmarks or 'spell' (#27442)zeertzjq2024-02-13
* vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...zeertzjq2024-02-13
* Merge pull request #27439 from bfredl/nofreeallmembfredl2024-02-12
|\
| * fix(exitfree): don't use ex commands to close windows in free_all_mem()bfredl2024-02-12
* | Merge pull request #27348 from fredizzimo/fsundvik/fix-ext-hlstatebfredl2024-02-12
|\ \
| * | fix: splitting of big UI messagesFred Sundvik2024-02-06
* | | fix(extmarks): redraw pre-undo position (#27437)zeertzjq2024-02-12
| |/ |/|
* | vim-patch:9.1.0098: CompleteChanged not triggered when new leader added witho...Raphael2024-02-12
* | perf(extmarks): avoid unnecessary invalidations for virt_text (#27435)zeertzjq2024-02-12
* | fix(column): use a single path for sign sorting (#27431)luukvbaal2024-02-12
* | vim-patch:9.1.0097: 'breakindent' behaves inconsistently with 'list' and spli...zeertzjq2024-02-12
* | refactor(indent): refactor computing of a string's indent size (#27252)VanaIgr2024-02-12
* | refactor(api): use an arena for nvim_buf_get_lines and buffer updatesbfredl2024-02-11
* | fix(messages): clear new lines when increasing 'cmdheight' (#27421)zeertzjq2024-02-11
* | feat(shortmess): "q" flag fully hides recording message (#27415)Trevor Arjeski2024-02-11
* | refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* | refactor: don't use subtraction in qsort() comparison functionszeertzjq2024-02-10
* | vim-patch:9.1.0093: Still a qsort() comparison function that returns result o...zeertzjq2024-02-10
* | vim-patch:9.1.0089: qsort() comparison functions should be transitivezeertzjq2024-02-10
* | refactor: reduce some globals #27406Justin M. Keyes2024-02-10
* | Merge pull request #27398 from bfredl/arena2bfredl2024-02-10
|\ \
| * | refactor(api): use arena for nvim_get_option_info()bfredl2024-02-09
| * | refactor(api): use arena for nvim_parse_cmd()bfredl2024-02-09
| * | refactor(api): use arena for hlstate inspectionbfredl2024-02-09
| * | refactor(api): use arena for nvim_list_uis()bfredl2024-02-09
| * | refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* | | vim-patch:9.1.0087: Restoring lastused_tabpage too early in do_arg_all() (#27...Raphael2024-02-10
* | | build(clint): don't allow INIT() in non-header files (#27407)zeertzjq2024-02-10
* | | fix(startup): multiprocess startuptime #26790Pablo Arias2024-02-09
* | | vim-patch:9.1.0088: TextChanged not triggered for :norm! commands (#27405)zeertzjq2024-02-10
* | | refactor: rename FloatConfig to WinConfig #27397Will Hopkins2024-02-09
|/ /
* | Merge pull request #27391 from bfredl/arenarockbfredl2024-02-08
|\ \
| * | refactor(api): refactor more api functions to use arena returnbfredl2024-02-08
* | | refactor(treesitter): typing for Query, TSQuery, and TSQueryInfoJongwook Choi2024-02-08
* | | vim-patch:9.1.0083: Redrawing can be improved when deleting lines with 'number'zeertzjq2024-02-08
* | | vim-patch:9.1.0082: Redrawing can be improved when deleting lines with 'curso...zeertzjq2024-02-08
|/ /
* | feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber2024-02-08
* | refactor(generators): style of generating and generated lua dispatch codebfredl2024-02-08