aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* fix(PVS/V592): expression is enclosed by parentheses twicedundargoc2023-10-08
* fix(api): avoid immediate TextChanged with nvim_create_buf (#25492)zeertzjq2023-10-03
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* Merge pull request #25455 from bfredl/highlight_namespace_gettersbfredl2023-10-01
|\
| * feat(ui): allow to get the highlight namespaceDaniel Steinberg2023-10-01
* | Merge pull request #25386 from glepnir/toggle_floatbfredl2023-09-30
|\ \
| * | feat(float): support toggle show float windowglepnir2023-09-30
* | | refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* | | build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
| |/ |/|
* | refactor: remove longdundargoc2023-09-29
* | refactor(messages): fold msg_attr into msgbfredl2023-09-27
|/
* Merge pull request #25229 from glepnir/20323bfredl2023-09-26
|\
| * fix(highlight): add force in nvim_set_hlglepnir2023-09-26
* | docs: do not use deprecated functions #25334Maria José Solano2023-09-24
* | fix(api): handle NUL in nvim_err_write() and nvim_out_write() (#25354)zeertzjq2023-09-25
* | fix(api, lua): handle setting v: variables properly (#25325)zeertzjq2023-09-24
* | fix(api): get virtual text with multiple hl properly (#25307)zeertzjq2023-09-22
* | fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq2023-09-22
* | fix(tui): don't overwrite an assertion faliure message on exitbfredl2023-09-21
* | docs: misc #24561Justin M. Keyes2023-09-20
* | Merge pull request #25096 from glepnir/float_winnewbfredl2023-09-20
|\ \
| * | fix(float): trigger winnew event when float window createglepnir2023-09-19
| |/
* | Merge pull request #25214 from bfredl/glyphcachebfredl2023-09-19
|\ \
| * | refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
| |/
* | Merge pull request #25148 from glepnir/fixed_optbfredl2023-09-19
|\ \ | |/ |/|
| * fix(float): add fixd optionglepnir2023-09-18
* | feat(folds): support virtual text format for 'foldtext' (#25209)zeertzjq2023-09-17
* | Merge pull request #25078 from glepnir/aubfredl2023-09-16
|\ \
| * | fix(ui): doesn't trigger au event when enter is falseglepnir2023-09-15
* | | docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
| |/ |/|
* | feat(extmark): support proper multiline rangesbfredl2023-09-12
* | fix(decorations): better approximation of botline #24794Jaehwang Jung2023-09-11
* | fix(api): more intuitive cursor updates in nvim_buf_set_textSergey Slipchenko2023-09-11
* | fix(highlight): add create param in nvim_get_hlglepnir2023-09-09
|/
* refactor(map): enhanced implementation, Clean Code™, etc etcbfredl2023-09-08
* fix(ui): avoid ambiguity about chunk that clears part of line (#24982)zeertzjq2023-09-02
* refactor(option): remove OPT_CLEARLewis Russell2023-08-31
* fix(api): better topline adjustments in nvim_buf_set_linesbfredl2023-08-29
* fix(api): fix inconsistent behavior of topline touched in recent refactorbfredl2023-08-27
* feat(highlight): add `FloatFooter` highlight groupEvgeni Chasnovski2023-08-26
* feat(float): implement footerEvgeni Chasnovski2023-08-26
* refactor(float): extract "title" and "title_pos" handlingEvgeni Chasnovski2023-08-26
* Merge pull request #24399 from lambdalisue/fix-messagepack-rpcbfredl2023-08-26
|\
| * docs(msgpack_rpc): add "msgpack-rpc" client typeAlisue2023-08-26
* | refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
|/
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745)Sean Dewar2023-08-17
* vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)zeertzjq2023-08-12
* refactor(api): use typed keysetsbfredl2023-08-07
* docs: miscJustin M. Keyes2023-08-03