aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | 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
* | refactor(api): use keydict and arena for more api return valuesbfredl2024-02-08
* | perf: improve utf_char2cells() performance (#27353)VanaIgr2024-02-07
* | fix(event-loop): process input before events (#27358)zeertzjq2024-02-07
* | fix(column): handle w_redr_statuscol at end filler lines (#27365)zeertzjq2024-02-06
* | vim-patch:9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines (#2...zeertzjq2024-02-06
* | docs: small fixes (#27213)dundargoc2024-02-06
* | vim-patch:9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousesc...zeertzjq2024-02-06
* | fix(tui): `space_buf` overflow when clearing screen (#27352)Sean Dewar2024-02-06
|/
* fix(redraw): update Visual selection properly with splits (#27343)zeertzjq2024-02-05
* fix(inccommand): update topline after moving cursor (#27341)zeertzjq2024-02-05
* perf(redraw): only redraw Visual area when cursor has moved (#27340)zeertzjq2024-02-05
* vim-patch:9.1.0075: insert completion not correct when adding new leader (#27...Raphael2024-02-04
* vim-patch:9.1.0074: did_set_breakat() should be in optionstr.czeertzjq2024-02-04
* vim-patch:9.1.0073: Looping over modifier_keys_table unnecessarilyzeertzjq2024-02-04
* feat: update unicode tables (#27317)zeertzjq2024-02-04
* refactor(strcase_save): optimize memory allocation (#27319)Raphael2024-02-03
* fix(keycodes): simplify S- properly when D- is present (#27316)zeertzjq2024-02-03
* vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)zeertzjq2024-02-03
* vim-patch:9.0.1105: code is indented too much (#27314)zeertzjq2024-02-03
* fix(drawline): missing NUL termination when drawing TAB (#27307)zeertzjq2024-02-02
* feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)zeertzjq2024-02-02
* feat(ex_cmds): no error on :lua with {range} and {code} (#27290)luukvbaal2024-02-02
* Merge pull request #27122 from luukvbaal/signcolbfredl2024-02-01
|\
| * fix(column): clear "b_signcols" before moving saved marksLuuk van Baal2024-01-27
* | build: various fixesdundargoc2024-02-01