aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* 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
* feat(api): allow win_hide to close cmdwin or non-previous windowsSean Dewar2023-07-26
* feat(api): allow win_close in cmdwin to close wins except previousSean Dewar2023-07-26
* feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar2023-07-26
* fix(events): trigger VimResume on next UI request (#24426)zeertzjq2023-07-23
* fix(api/options): validate buf and winLewis Russell2023-07-22
* docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq2023-07-21
* feat(api)!: change return type of nvim_win_text_height to Dict (#24365)zeertzjq2023-07-16
* perf(rtp): reduce rtp scans (#24191)Lewis Russell2023-07-13
* test(extmarks): add test for virt_text_win_col with cpo+=n (#24328)zeertzjq2023-07-13