aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* | 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
* feat(api): add nvim_win_text_height (#24236)zeertzjq2023-07-11
* docs: gather @notes items into one sectionJustin M. Keyes2023-07-08
* docs: "Return (multiple)" headingJustin M. Keyes2023-07-08
* docs: MAINTAIN.md, nvim_get_markJustin M. Keyes2023-07-08
* fix(api): disallow some more functions during textlockSean Dewar2023-07-05
* fix(api): use text_locked() to check textlockSean Dewar2023-07-05
* fix(api): allow negative column arguments for nvim_buf_set_text (#23501)notomo2023-07-04
* fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq2023-07-04
* Merge pull request #23891 from rickyz/grid_line_flagsbfredl2023-07-03
|\