aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/api.txt
Commit message (Expand)AuthorAge
* refactor(tui): use nvim_echo() for verbose terminfobfredl2022-12-20
* feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
* docs: add links to extmarks and namespaces (#21378)ii142022-12-12
* docs #20986Justin M. Keyes2022-12-11
* docs: fix typos (#21328)dundargoc2022-12-12
* docs: add missing docs from some Vim patches (#21296)zeertzjq2022-12-05
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* docs: add language annotation to Nvim manualChristian Clason2022-12-02
* docs: fix typos (#21196)dundargoc2022-11-29
* Merge pull request #20991 from famiu/feat/api/nvim_cmd/command-namebfredl2022-11-07
|\
| * feat(api): add command name to Lua command callback optsFamiu Haque2022-11-07
* | refactor(highlight): rename FloatBorderTitle #20988Raphael2022-11-07
|/
* feat(ui): add support to display a title in the border of a float (#20184)Raphael2022-11-06
* docs(api): pattern is not expanded for autocommands (#20812)Christian Clason2022-10-27
* feat(api): nvim_select_popupmenu_item support cmdline pum (#20652)zeertzjq2022-10-17
* docs: various #12823Justin M. Keyes2022-10-09
* feat(docs): format parameters as a list #20485Justin M. Keyes2022-10-05
* feat(docs): nested lists in HTML, update :help parserJustin M. Keyes2022-10-04
* Merge pull request #20364 from zeertzjq/parse-cmd-omitbfredl2022-09-30
|\
| * fix(api)!: nvim_parse_cmd omit "count" "range" "reg" if not supportedzeertzjq2022-09-30
* | docs: fix typos (#20394)dundargoc2022-09-30
* | feat(nvim_cmd): allow using first argument as countFamiu Haque2022-09-29
|/
* feat(gen_help_html.lua): adapt to new parserJustin M. Keyes2022-09-28
* fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)zeertzjq2022-09-28
* docs: fix typos (#20150)dundargoc2022-09-26
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* docs(autocmds): re-add buffer param to docstring (#20204)kylo2522022-09-16
* feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06
* Merge pull request #20039 from zeertzjq/cmod-tabbfredl2022-09-06
|\
| * fix(api)!: correctly deal with number before :tabzeertzjq2022-09-02
* | feat(api): add "move" to nvim_input_mousezeertzjq2022-09-04
|/
* feat(api): add support for :horizontal modifierzeertzjq2022-09-01
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* fix(signs): priority of extmark signs (#19718)Lewis Russell2022-08-11
* docs: regenerateii142022-08-11
* docs: fix typos (#19588)dundargoc2022-08-03
* test: improve mapping tests and docs (#19619)zeertzjq2022-08-02
* feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii142022-08-01
* docs: fix typos (#19024)dundargoc2022-07-31
* fix(docs): remove internal function from docs (nvim__*)Maverun2022-07-19
* feat(api): add `unsilent` to command APIszeertzjq2022-07-03
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filterFamiu Haque2022-06-28
* feat(api): add "buf" and "win" to nvim_get_option_valueGregory Anders2022-06-20
* refactor(api): update vimdocbfredl2022-06-12
* feat(autocmds): retrieve lua callback (#18642)kylo2522022-06-09
* docs: fix typos (#18269)dundargoc2022-06-04
* refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl2022-06-02
* Merge pull request #18194 from famiu/feat/usercmd_previewbfredl2022-05-31
|\