summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.c
AgeCommit message (Expand)AuthorFiles
2023-07-08docs: "Return (multiple)" headingJustin M. Keyes1
2023-07-08docs: MAINTAIN.md, nvim_get_markJustin M. Keyes1
2023-07-05fix(api): disallow some more functions during textlockSean Dewar1
2023-07-05fix(api): use text_locked() to check textlockSean Dewar1
2023-07-04fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq1
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes1
2023-06-19fix(docs): the runtimepath is not the runtime pathbfredl1
2023-06-12docs: various clarifications (#23999)zeertzjq1
2023-06-10test: more tests for nvim_{set,del}_keymap with abbreviation (#23970)zeertzjq1
2023-06-09feat(api): support abbreviations in nvim_set_keymapbfredl1
2023-06-07refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque1
2023-06-03fix(folds): allow overlay virtual text on folded line (#23892)zeertzjq1
2023-05-23refactor(api): new helper macrosFamiu Haque1
2023-04-21fix(api): avoid integer truncationAndreas Schneider1
2023-04-09fix(api): update "w_scwidth" in nvim_eval_statusline()Luuk van Baal1
2023-04-07feat(api): set statuscolumn line number in nvim_eval_statusline()Luuk van Baal1
2023-04-05feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal1
2023-04-04fix(api): avoid double hit-enter prompt with nvim_err_writeln (#22879)zeertzjq1
2023-03-31fix(api): return both link and attributes with nvim_get_hl (#22824)Sindre T. Strøm1
2023-03-23feat(api): add nvim_get_hl (#22693)Null Chilly1
2023-03-22refactor: do more in TRY_WRAPLewis Russell1
2023-03-16docs(api): link to nvim_set_hl_ns from nvim_set_hl (#22678)ii141
2023-03-11vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)zeertzjq1
2023-02-22docs: naming conventions, guidelinesJustin M. Keyes1
2023-02-14refactor(api): consistent VALIDATE messages #22262Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22256Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22187Justin M. Keyes1
2023-02-11refactor: replace char_u with char (#21901)dundargoc1
2023-01-18refactor: replace char_u with char 23 (#21798)dundargoc1
2023-01-15docs: builtin TUI is no longer channel 0 (#21794)zeertzjq1
2023-01-09feat(ui): add 'statuscolumn' optionluukvbaal1
2023-01-04docs: fix typos (#21427)dundargoc1
2022-12-20refactor(tui): use nvim_echo() for verbose terminfobfredl1
2022-12-12docs: fix typos (#21328)dundargoc1
2022-12-02docs(gen): support language annotation in docstringsChristian Clason1
2022-11-29docs: fix typos (#21196)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-08vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)luukvbaal1
2022-10-23docs: fix typos (#20724)dundargoc1
2022-10-21refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc1
2022-10-17feat(api): nvim_select_popupmenu_item support cmdline pum (#20652)zeertzjq1
2022-10-08fix(api): dynamically allocate line buffer for nvim_out_write (#20537)zeertzjq1
2022-09-25fix(docs): invalid :help links #20345Justin M. Keyes1
2022-09-18vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc1
2022-09-04feat(api): add "move" to nvim_input_mousezeertzjq1
2022-08-31refactor(highlight): make hlattrs2dict always use pre-allocated dictbfredl1
2022-08-31refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)zeertzjq1
2022-08-31fix(api): nvim_set_hl bail out on invalid group name (#20021)zeertzjq1
2022-08-26refactor: change FALSE/TRUE to false/trueLewis Russell1
2022-08-25refactor: replace char_u with charDundar Goc1