aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
...
* | | feat(api): implement nvim_buf_get_text (#15181)Gregory Anders2022-02-22
* | | fix(highlight): accept NONE as a color name (#17487)Lewis Russell2022-02-21
|/ /
* | Merge pull request #17430 from dundargoc/test/remove-travisJames McCoy2022-02-17
|\ \
| * | test: remove checks to see if current CI job is travis or appveyorDundar Göc2022-02-17
* | | fix(api): allow empty list for cterm in nvim_set_hlChristian Clason2022-02-17
* | | Merge pull request #17421 from lewis6991/hl0_clearbfredl2022-02-17
|\ \ \ | |/ / |/| |
| * | feat(highlight): support color names for ctermLewis Russell2022-02-16
| * | fix(highlight): allow globals to be clearedLewis Russell2022-02-16
* | | Merge pull request #16678 from lewis6991/runtime_file_errbfredl2022-02-16
|\ \ \
| * | | fix(api): re-route nvim_get_runtime_file errorsLewis Russell2022-02-15
| |/ /
* | | feat(mappings): considering map description when filtering (#17423)Shadman2022-02-16
* | | Merge pull request #17422 from shadmansaleh/enhance/mapszeertzjq2022-02-16
|\ \ \ | |/ / |/| |
| * | fix: <Nop> not shown in :map commandsshadmansaleh2022-02-16
| |/
* / fix(api): validate command names in nvim_add_user_command (#17406)Gregory Anders2022-02-15
|/
* fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh2022-02-13
* feat(api): add strikethrough, nocombine to set_hlChristian Clason2022-02-12
* fix(api): use changedir_func() in nvim_set_current_dir()zeertzjq2022-02-10
* 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
|\ \