aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
Commit message (Expand)AuthorAge
* refactor(api): use a keyset for highlight dictsBjörn Linse2022-02-02
* Merge pull request #17187 from lewis6991/masterbfredl2022-02-01
|\
| * feat(highlight): ns=0 to set :highlight namespaceLewis Russell2022-02-01
* | Merge pull request #17113 from zeertzjq/vim-8.2.2569zeertzjq2022-02-01
|\ \ | |/ |/|
| * feat(statusline): support multibyte fillcharzeertzjq2022-01-16
* | Merge pull request #17143 from jamessan/coverity-fixesJames McCoy2022-01-24
|\ \
| * | fix(coverity/340720): error if nvim_eval_statusline given invalid winidJames McCoy2022-01-19
| |/
* / refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
|/
* fix(api): force redefinition of user commands by default (#16918)Gregory Anders2022-01-04
* chore: fix typos (#16816)dundargoc2022-01-04
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* Merge pull request #16752 from gpanders/lua-user-commandsBjörn Linse2021-12-28
|\
| * feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* | chore: fix typos (#16506)dundargoc2021-12-28
|/
* fix(api): nvim__set_hl_ns causes extra redrawsBjörn Linse2021-12-26
* fix(api): make nil value in nvim_set_option_value clear local value (#16710)Gregory Anders2021-12-21
* fix: check for interrupt in nvim_echo, write_msg and nlua_print (#16537)ii142021-12-08
* feat(api): add nvim_get_option_valueGregory Anders2021-12-04
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* fix(channel): fix channels opened by nvim_open_term() never being freedzeertzjq2021-11-11
* Merge pull request #16131 from jamessan/vim-8.1.0306James McCoy2021-11-01
|\
| * vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* | refactor(api/marks)!: add opts param for feature extensibility (#16146)Javier Lopez2021-11-01
|/
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor(api): break out Vim script functions to its own fileBjörn Linse2021-10-29
* refactor(api): break out vim_to_object/object_to_vim to own fileBjörn Linse2021-10-29
* refactor(api): move extmark API to its own fileBjörn Linse2021-10-25
* Merge pull request #16086 from bfredl/termpipe_inputBjörn Linse2021-10-20
|\
| * feat(nvim_open_term): support input callback in luaBjörn Linse2021-10-20
* | fix(api/nvim_eval_statusline): allow maxwidth=0 #16080Famiu Haque2021-10-19
|/
* feat(api): evaluate statusline string #16020Famiu Haque2021-10-18
* fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* fix(docs): add win_config.cJustin M. Keyes2021-10-05
* fix(docs): duplicate tag, wrong formattingJustin M. Keyes2021-10-05
* feat(api): named marks set, get, delete #15346Javier Lopez2021-10-05
* docs: fix typoAditya Kurdunkar2021-10-04
* refactor(api): move window config related functions to own fileBjörn Linse2021-10-04
* refactor(api): make export of functions opt-in, not opt-outBjörn Linse2021-10-03
* Merge pull request #15516 from bfredl/keysetBjörn Linse2021-10-03
|\
| * refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* | fix(nvim_open_win): crash if autocmds delete buffer/window #15549Sean Dewar2021-10-02
* | fix(float)!: always anchor to corner of window including border #15832zeertzjq2021-10-02
|/
* refactor: format #15702dundargoc2021-09-18
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* docs: extmarks indexing #15311Justin M. Keyes2021-09-10
* docs: extmark indexing #12742Patrice Peterson2021-09-10
* feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes2021-09-01