aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* fix(--headless): do not block on press-enter prompts when no UIglacambre2022-02-05
* 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
* | feat(api): expose extmark right_gravity and end_right_gravitynotomo2022-01-24
* | Merge pull request #17156 from zeertzjq/vim-8.2.3584bfredl2022-01-23
|\ \
| * | vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler commandzeertzjq2022-01-21
| |/
* | Merge pull request #16936 from zeertzjq/no-escape-csibfredl2022-01-21
|\ \
| * | refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
| |/
* / feat(api): expose extmark more detailsnotomo2022-01-20
|/
* Merge pull request #17001 from mjlbach/feat/non-strict-extmarksbfredl2022-01-15
|\
| * Hopefully last attemptMichael Lingelbach2022-01-15
| * Address review r3Michael Lingelbach2022-01-15
* | fix(completion): prevent K_LUA from closing pumzeertzjq2022-01-10
|/
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* fix: do not save K_EVENT as lastc in Insert modezeertzjq2021-12-26
* fix(api): make nil value in nvim_set_option_value clear local value (#16710)Gregory Anders2021-12-21
* test: remove references to misc1.czeertzjq2021-12-11
* fix(api): allow nvim_buf_set_extmark to accept end_row key (#16548)Gregory Anders2021-12-08
* feat(api): add nvim_get_option_valueGregory Anders2021-12-04
* test(api): mark "notify cancels stale events on channel close" fragileJames McCoy2021-11-30
* refactor(api/marks)!: add opts param for feature extensibility (#16146)Javier Lopez2021-11-01
* test(vim_spec): fix MSVC_32 skip for nvim_parse_expression test (#16161)Sean Dewar2021-10-27
* Merge pull request #14794 from BK1603/gdbserver_fixMatthieu Coudron2021-10-20
|\
| * test: fix running functional tests under gdbserverShreyansh Chouhan2021-09-20
* | feat(nvim_open_term): support input callback in luaBjörn Linse2021-10-20
* | feat(api): evaluate statusline string #16020Famiu Haque2021-10-18
* | feat(:source, nvim_exec): defer script item creation until s:var accessSean Dewar2021-10-14
* | feat(:source, nvim_exec): support script-local variablesSean Dewar2021-10-14
* | feat(api): named marks set, get, delete #15346Javier Lopez2021-10-05
* | Merge pull request #15516 from bfredl/keysetBjörn Linse2021-10-03
|\ \
| * | refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* | | fix(runtime): add packages as "/pack/*/start/*" patterns to &rtpBjörn Linse2021-10-02
|/ /
* / fix(api): fix crash after set_option_value_for() #15390gmntroll2021-09-25
|/
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* fix(typo): overriden -> overridden (RE: PR #14159) (#15360)Oliver Marriott2021-09-17
* fix(:source, nvim_exec): handle Vimscript line continuations #14809Sean Dewar2021-09-14
* docs: naming conventionsJustin M. Keyes2021-09-09
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes2021-09-01
* fix(window.c): win_close from other tabpage #15454notomo2021-08-22
* test: update tests to work with 'hidden'Gregory Anders2021-08-18
* vim-patch:8.2.3141: no error when using :complete for :command without -nargsJan Edmund Lazo2021-08-08
* ci(tests): skip "stale events on channel close" (#15278)dundargoc2021-08-05
* fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname styleTJ DeVries2021-06-29
* api: include border in nvim_win_get_configCorey Williamson2021-06-10
* api(nvim_open_win): add "noautocmd" optionSean Dewar2021-06-01
* Fix crash on `:echo get_all_options_info()`glacambre2021-05-26