aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/api.txt
Commit message (Expand)AuthorAge
* 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
|\
| * feat: add preview functionality to user commandsFamiu Haque2022-05-31
* | docs: clarify that nvim_strwidth counts control characters as one cell (#18802)zeertzjq2022-05-31
|/
* feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque2022-05-29
* Merge pull request #18528 from lewis6991/setwinoptbfredl2022-05-25
|\
| * feat(api): add win and buf to nvim_set_option_valueLewis Russell2022-05-17
* | docs(api): floating wins omitted under :mksession (#18721)Daniel Steinberg2022-05-24
* | Merge pull request #18608 from ckipp01/extmarkDocsbfredl2022-05-22
|\ \
| * | docs(extmark): remove message about passing in id=0ckipp012022-05-18
| |/
* | feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)Gregory Anders2022-05-18
* | Merge pull request #18562 from famiu/feat/ui/winbarbfredl2022-05-18
|\ \
| * | feat(ui): add `'winbar'`Famiu Haque2022-05-18
| |/
* / docs(api): update v:errmsg behavior #18593Famiu Haque2022-05-17
|/
* docs(api): nvim_set_hl attributes #18558Oliver Marriott2022-05-15
* docs(nvim_set_keymap): specify that optional arguments defaults to false (#18...dundargoc2022-05-15
* docs: nvim_buf_[get|set]_[text|lines] (#18404)Andrey Mishchenko2022-05-11
* docs(api): how to check if window is floating #18503Andrey Mishchenko2022-05-11
* feat(api): add `nvim_cmd`Famiu Haque2022-05-11
* fix(api): make `nvim_parse_cmd` work correctly with both range and countFamiu Haque2022-05-07
* Merge pull request #18431 from famiu/feat/api/nvim_get_autocmds/group_namebfredl2022-05-05
|\
| * feat(api): add `group_name` to `nvim_get_autocmds`Famiu Haque2022-05-05
* | refactor(api): make `range` in `nvim_parse_cmd` an arrayFamiu Haque2022-05-05
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
* Merge pull request #15674 from yatli/ui_event_extmarkbfredl2022-05-03
|\
| * feat(api/ui): win_extmarksYatao Li2022-05-03
* | feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
|/
* docs(api): more API attributes #18336ii142022-04-30
* feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
* refactor(terminal)!: drop winpty, require Windows 10 #18253erw72022-04-26
* docs: make docstring consistent with parameters #18178dundargoc2022-04-23
* docs(api): add example showing necessity to wrap callback function (#18179)Mathias Fußenegger2022-04-20
* docs: typo fixes (#17859)dundargoc2022-04-15
* refactor!: rename nvim_add_user_command to nvim_create_user_commandGregory Anders2022-04-10
* feat(api)!: pass args table to autocommand callbacksGregory Anders2022-04-08
* Merge pull request #17938 from ggandor/autocmd-api-namesbfredl2022-04-01
|\
| * refactor(api)!: use singular/plural consistently in the autocmd APIGyörgy Andorka2022-03-31
* | docs(extmark): fix nvim_buf_get_extmarks example (#17934)dundargoc2022-03-31
|/
* feat(api): nvim_clear_autocmdTJ DeVries2022-03-31
* refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)Javier Lopez2022-03-26
* docs(api): fix wrong documentation of `nvim_create_autocmd` (#17870)かわえもん2022-03-26