aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* fix(vim.opt): vimL map string values not trimmed (#14982)jadedpasta2021-07-04
* doc/startup: cleanup; assign ENN to "conflicing configs" msg (#14971)Justin M. Keyes2021-07-03
* NVIM v0.5.0v0.5.0Björn Linse2021-07-02
* Merge pull request #14864 from seandewar/get-config-zindexBjörn Linse2021-07-02
|\
| * fix(api/win_get_config): include z-indexSean Dewar2021-06-19
* | doc(options): Fix recommended PowerShell config (#14349)Dimitri Tcaciuc2021-07-02
* | Merge pull request #14792 from shadmansaleh/refactor/mkdir_pBjörn Linse2021-07-01
|\ \
| * | Refactor(tests): mkdir_p in startup/init.lua testshadmansaleh2021-07-01
| * | Refactor(tests): Use os commands in mkdir_p helpershadmansaleh2021-06-30
* | | Tests(clipboard): Add test for block pasteshadmansaleh2021-07-01
* | | vim-patch:8.2.1905: the wininfo list may contain stale entries (#14884)Daniel Steinberg2021-06-30
|/ /
* | Merge pull request #14779 from tjdevries/tjdevries/vim_opt_fixesTJ DeVries2021-06-29
|\ \
| * | fix(vim.opt): Fix #14828 with empty values being incorrectly insertedTJ DeVries2021-06-29
| * | fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname styleTJ DeVries2021-06-29
| * | fix(vim.opt): Fix #14669 whichwrap now acts as expectedTJ DeVries2021-06-29
| * | fix(vim.opt): Add basic error handlingDavid Zhang2021-06-29
| * | fix(vim.opt): Get window options before setting.ckipp012021-06-29
| * | fix(vim.opt): #14708 Now lets you put duplicate values in wildmodeTJ DeVries2021-06-29
* | | Merge pull request #14335 from chentau/extmark_delbytesBjörn Linse2021-06-29
|\ \ \ | |/ / |/| |
| * | Manually zero out deleted_bytes2 when substituting and joining lineschentau2021-06-29
* | | fix(doc): remove reference to vim.lsp.callbacks (#14576)Matthieu Coudron2021-06-28
* | | [RDY] Add buffer information to tabline_update (#12481)John Gehrig2021-06-27
* | | vim-patch:8.1.0897: can modify a:000 when using a reference (#14902)Jan Edmund Lazo2021-06-26
* | | Fix `<afile>` getting prepended with a slash on WinClosed (#14515)Ghjuvan Lacambre2021-06-26
* | | fix(lsp): do not convert vim.NIL to nil in listsAkin Sowemimo2021-06-24
* | | Merge pull request #14868 from shadmansaleh/patch_verbose_for_luaBjörn Linse2021-06-23
|\ \ \
| * | | fix(source): Source giving E484 & parsing error at line 1 for lua filesshadmansaleh2021-06-21
| | |/ | |/|
* | | Merge pull request #14719 from snezhniylis/marktree_delete_node_iter_fixBjörn Linse2021-06-22
|\ \ \
| * | | extmark: fix deletable nodes in MarkTree sometimes getting skippedsnezhniylis2021-06-22
| |/ /
* / / fixup! vim-patch:8.2.3020: unreachable code (#14866)Matthieu Coudron2021-06-22
|/ /
* | Merge pull request #13165 from mfussenegger/codelensMichael Lingelbach2021-06-14
|\ \
| * | feat(lsp): Add codelens supportMathias Fussenegger2021-06-14
* | | feat(float): add rounded borders presetChristian Clason2021-06-14
|/ /
* | Merge pull request #14788 from shadmansaleh/fix/lua_runtime1Björn Linse2021-06-13
|\ \
| * | fixup(runtime): Fix lua runtime files not listedshadmansaleh2021-06-13
* | | vim-patch:8.2.0038: spell suggestions insufficiently testedJan Edmund Lazo2021-06-12
* | | vim-patch:8.1.1838: there is :spellwrong and :spellgood but not :spellrareJan Edmund Lazo2021-06-12
|/ /
* | test: clear $GZIP, use nvim's system() (#14791)Jan Edmund Lazo2021-06-12
* | fix(ui): Fix pum incorrect position in multigrid modeSerg Tereshchenko2021-06-12
* | refactor(source): Move lua file detection to do_sourceshadmansaleh2021-06-11
* | refactor(tests): Simplify tests at functional/lua/runtime_specshadmansaleh2021-06-11
* | feat(runtime): Allow lua to be used in syntaxshadmansaleh2021-06-11
* | feat(runtime): Allow lua to be used in ftdetectshadmansaleh2021-06-11
* | feat(runtime): Allow lua to be used in indentshadmansaleh2021-06-11
* | feat(runtime): Allow lua to be used in ftpluginshadmansaleh2021-06-11
* | feat(runtime): Allow lua to be used in compilershadmansaleh2021-06-11
* | feat(runtime): Allow lua to be used in colorschemesshadmansaleh2021-06-11
* | feat(startup): Source runtime/plugin/**/*.lua at startupshadmansaleh2021-06-11
|/
* api: include border in nvim_win_get_configCorey Williamson2021-06-10
* api: add nvim_win_callnotomo2021-06-10