aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
Commit message (Expand)AuthorAge
* fix(api): nvim_eval_statusline should validate input #18347deforde2022-05-15
* docs(nvim_set_keymap): specify that optional arguments defaults to false (#18...dundargoc2022-05-15
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-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
* fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq2022-05-03
* fix(api): preserve `cmdmod` on `nvim_parse_cmd`Famiu Haque2022-05-02
* feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* refactor(terminal)!: drop winpty, require Windows 10 #18253erw72022-04-26
* docs: make docstring consistent with parameters #18178dundargoc2022-04-23
* refactor!: rename nvim_add_user_command to nvim_create_user_commandGregory Anders2022-04-10
* vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq2022-04-10
* chore(nvim_paste): assert the correct String (#17752)zeertzjq2022-03-24
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | chore: fix typos (#17670)dundargoc2022-03-17
* | refactor: fix clint warnings (#17682)dundargoc2022-03-13
* | docs(api): improve section on nvim_set_hl (#17692)adrian52022-03-13
* | Merge pull request #17687 from zeertzjq/fix-channel-consistencyzeertzjq2022-03-13
|\ \
| * | fix(channel): fix channel consistencyerw72022-03-12
* | | refactor(main): separate connection code from --remote execution codeBjörn Linse2022-03-12
|/ /
* | test(remote): add tests for --remoteCharlie Groves2022-03-11
* | feat(remote): add basic --remote supportCharlie Groves2022-03-11
* | Merge pull request #17663 from dundargoc/refactor/uncrustifybfredl2022-03-11
|\ \
| * | refactor(uncrustify): format all c filesDundar Göc2022-03-10
* | | refactor(decorations): move provider codeLewis Russell2022-03-10
|/ /
* | feat(api): relax statusline fillchar width checkzeertzjq2022-03-10
* | fix: respect os_proc_children rv of pid not foundCharlie Groves2022-03-01
* | feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* | feat(lua): add <f-args> to user commands callback (#17522)Javier Lopez2022-02-27
* | feat(lua): add proper support of luv threadserw72022-02-26
* | fix(highlight): accept NONE as a color name (#17487)Lewis Russell2022-02-21
* | Merge pull request #16678 from lewis6991/runtime_file_errbfredl2022-02-16
|\ \
| * | fix(api): re-route nvim_get_runtime_file errorsLewis Russell2022-02-15
| |/
* / docs: minor changes related to mapping descriptionzeertzjq2022-02-16
|/
* fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh2022-02-13
* fix(api): use changedir_func() in nvim_set_current_dir()zeertzjq2022-02-10
* 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
| |/