summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2023-09-16Merge pull request #25078 from glepnir/aubfredl1
2023-09-15fix(ui): doesn't trigger au event when enter is falseglepnir1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders6
2023-09-12feat(extmark): support proper multiline rangesbfredl2
2023-09-11fix(decorations): better approximation of botline #24794Jaehwang Jung1
2023-09-11fix(api): more intuitive cursor updates in nvim_buf_set_textSergey Slipchenko1
2023-09-09fix(highlight): add create param in nvim_get_hlglepnir2
2023-09-08refactor(map): enhanced implementation, Clean Code™, etc etcbfredl3
2023-09-02fix(ui): avoid ambiguity about chunk that clears part of line (#24982)zeertzjq1
2023-08-31refactor(option): remove OPT_CLEARLewis Russell1
2023-08-29fix(api): better topline adjustments in nvim_buf_set_linesbfredl1
2023-08-27fix(api): fix inconsistent behavior of topline touched in recent refactorbfredl1
2023-08-26feat(highlight): add `FloatFooter` highlight groupEvgeni Chasnovski1
2023-08-26feat(float): implement footerEvgeni Chasnovski2
2023-08-26refactor(float): extract "title" and "title_pos" handlingEvgeni Chasnovski2
2023-08-26Merge pull request #24399 from lambdalisue/fix-messagepack-rpcbfredl1
2023-08-26docs(msgpack_rpc): add "msgpack-rpc" client typeAlisue1
2023-08-26refactor(change): do API changes to buffer without curbuf switchbfredl2
2023-08-24refactor(memline): distinguish mutating uses of ml_get_buf()bfredl3
2023-08-17fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745)Sean Dewar1
2023-08-12vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)zeertzjq1
2023-08-07refactor(api): use typed keysetsbfredl13
2023-08-03docs: miscJustin M. Keyes3
2023-07-26feat(api): allow win_hide to close cmdwin or non-previous windowsSean Dewar1
2023-07-26feat(api): allow win_close in cmdwin to close wins except previousSean Dewar1
2023-07-26feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar3
2023-07-23fix(events): trigger VimResume on next UI request (#24426)zeertzjq2
2023-07-22fix(api/options): validate buf and winLewis Russell1
2023-07-21docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq2
2023-07-16feat(api)!: change return type of nvim_win_text_height to Dict (#24365)zeertzjq1
2023-07-13perf(rtp): reduce rtp scans (#24191)Lewis Russell1
2023-07-13test(extmarks): add test for virt_text_win_col with cpo+=n (#24328)zeertzjq1
2023-07-11feat(api): add nvim_win_text_height (#24236)zeertzjq5
2023-07-08docs: gather @notes items into one sectionJustin M. Keyes1
2023-07-08docs: "Return (multiple)" headingJustin M. Keyes1
2023-07-08docs: MAINTAIN.md, nvim_get_markJustin M. Keyes2
2023-07-05fix(api): disallow some more functions during textlockSean Dewar2
2023-07-05fix(api): use text_locked() to check textlockSean Dewar4
2023-07-04fix(api): allow negative column arguments for nvim_buf_set_text (#23501)notomo1
2023-07-04fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq1
2023-07-03Merge pull request #23891 from rickyz/grid_line_flagsbfredl2
2023-07-01fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi1
2023-06-30refactor: fix clang/PVS warnings (#24213)zeertzjq1
2023-06-28fix(api): nvim_cmd{cmd="win_getid"} parsed as :winsize #24181Justin M. Keyes1
2023-06-26docs: fix misparsed headings (#24162)Christian Clason1
2023-06-25docs: autocmds, miscJustin M. Keyes2
2023-06-22feat(extmarks): support hl_mode "combine" for inline virt_text (#24099)zeertzjq1
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes10
2023-06-22fix(api): wrong nvim_buf_set_extmark error for invalid hl_modezeertzjq1
2023-06-19fix(docs): the runtimepath is not the runtime pathbfredl1