aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* | 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
|\
| * fix(ui): propagate line wrapping state on grid_line eventsRicky Zhou2023-06-05
* | fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi2023-07-01
* | refactor: fix clang/PVS warnings (#24213)zeertzjq2023-06-30
* | fix(api): nvim_cmd{cmd="win_getid"} parsed as :winsize #24181Justin M. Keyes2023-06-28
* | docs: fix misparsed headings (#24162)Christian Clason2023-06-26
* | docs: autocmds, miscJustin M. Keyes2023-06-25
* | feat(extmarks): support hl_mode "combine" for inline virt_text (#24099)zeertzjq2023-06-22
* | test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* | fix(api): wrong nvim_buf_set_extmark error for invalid hl_modezeertzjq2023-06-22
* | fix(docs): the runtimepath is not the runtime pathbfredl2023-06-19
* | docs #22363Justin M. Keyes2023-06-19
* | docs: various clarifications (#23999)zeertzjq2023-06-12
* | test: more tests for nvim_{set,del}_keymap with abbreviation (#23970)zeertzjq2023-06-10
* | feat(api): support abbreviations in nvim_set_keymapbfredl2023-06-09
* | refactor(api): adjust errors for setting options (#23942)zeertzjq2023-06-07
* | refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* | refactor(api): remove `BOOL` macro #23936Famiu Haque2023-06-06
|/
* Merge pull request #23864 from folke/nvim_win_set_heightbfredl2023-06-03
|\
| * fix(api): dont change curwin for nvim_win_set_widthFolke Lemaitre2023-06-01
| * fix(api): dont change curwin for nvim_win_set_heightFolke Lemaitre2023-06-01
* | fix(folds): allow overlay virtual text on folded line (#23892)zeertzjq2023-06-03
* | docs: small fixes (#23619)dundargoc2023-06-02
|/
* test(extmarks): add test for virt_text_hide with 'smoothscroll' (#23791)zeertzjq2023-05-28
* Merge pull request #23730 from famiu/refactor/api/helpersbfredl2023-05-23
|\
| * refactor(api): new helper macrosFamiu Haque2023-05-23
* | feat(ui): inline virtual textIbby2023-05-22
|/