aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | vim-patch:8.2.2354: crash with a weird combination of autocommandsJan Edmund Lazo2021-05-13
| * | | | | | | | Revert "XXX: ex_tabonly(): aucmd_win is not part of the window list."Jan Edmund Lazo2021-05-13
| * | | | | | | | vim-patch:8.2.1059: crash when using :tabonly in an autocommandJan Edmund Lazo2021-05-13
| * | | | | | | | vim-patch:8.2.1000: get error when leaving Ex mode with :visualJan Edmund Lazo2021-05-12
| * | | | | | | | vim-patch:8.2.0023: command line editing not sufficiently testedJan Edmund Lazo2021-05-12
| * | | | | | | | vim-patch:8.1.1967: line() only works for the current windowJan Edmund Lazo2021-05-12
| * | | | | | | | fixup! refactor nvim_buf_set_lines to use extmark_spliceJan Edmund Lazo2021-05-12
* | | | | | | | | Merge pull request #14555 from mickael-menu/fix/range-code-actionMichael Lingelbach2021-05-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lsp: Fix range end offset off by one characterMickaël Menu2021-05-14
| |/ / / / / / / /
* / / / / / / / / treesitter: add predicate "any-of?" (#14344)Raymond W. Ko2021-05-14
|/ / / / / / / /
* | | | | | | | Merge pull request #14534 from mhinz/fix-win-ciJames McCoy2021-05-11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Revert "vim-patch:8.1.1378: delete() can not handle a file name that looks li...Marco Hinz2021-05-12
|/ / / / / / /
* | | | | | | Merge pull request #14243 from shadmansaleh/Allow_cterm_colors_nvim_set_hlBjörn Linse2021-05-11
|\ \ \ \ \ \ \
| * | | | | | | Improvements to testsshadmansaleh2021-04-22
| * | | | | | | Fix lualint warningsshadmansaleh2021-04-03
| * | | | | | | Add tests for nvim_set_hl()shadmansaleh2021-04-03
| * | | | | | | Make clint happy about spaces.shadmansaleh2021-03-29
| * | | | | | | Api: Adding cterm color support to nvim_set_hlshadmansaleh2021-03-29
* | | | | | | | treesitter: do not escape in match? (#14382)Stephan Seitz2021-05-11
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #14528 from disrupted/fix/nvim_buf_set_linesBjörn Linse2021-05-10
|\ \ \ \ \ \ \
| * | | | | | | Apply patch from clasondisrupted2021-05-10
| * | | | | | | Fix nvim_buf_set_linesdisrupted2021-05-10
* | | | | | | | lua: use WarningMsg for vim.notify() warnings (#14508)Shadman2021-05-10
|/ / / / / / /
* | | | | | | Merge pull request #14501 from chentau/extmark_setlinesBjörn Linse2021-05-10
|\ \ \ \ \ \ \
| * | | | | | | make get_region_bytecount end-exclusivechentau2021-05-09
| * | | | | | | refactor nvim_buf_set_lines to use extmark_splicechentau2021-05-09
|/ / / / / / /
* | | | | | | Merge pull request #14403 from seandewar/vim-8.2.1933Jan Edmund Lazo2021-05-09
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | doc: port changes for locale-based :sortSean Dewar2021-04-20
| * | | | | | vim-patch:8.2.2287: sort test fails when locale is French CanadianSean Dewar2021-04-20
| * | | | | | vim-patch:8.2.2286: sort test fails when locale is Canadian EnglishSean Dewar2021-04-20
| * | | | | | vim-patch:8.2.1946: sort() with NULL string not testedSean Dewar2021-04-20
| * | | | | | vim-patch:8.2.1935: sort test fails on MacSean Dewar2021-04-20
| * | | | | | vim-patch:8.2.1933: cannot sort using locale orderingSean Dewar2021-04-20
| * | | | | | eval: port v:collateSean Dewar2021-04-20
| * | | | | | vim-patch:8.2.0174: various commands not completely testedSean Dewar2021-04-20
* | | | | | | Merge pull request #14517 from janlazo/vim-8.2.2838Jan Edmund Lazo2021-05-08
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:8.2.2839: default redirection missing "ash" and "dash"Jan Edmund Lazo2021-05-08
| * | | | | | | vim-patch:8.2.2838: file extension .wrap not recognizedJan Edmund Lazo2021-05-08
| | |_|_|_|/ / | |/| | | | |
* / | | | | | neovim-qt: v0.2.16.1 (#14514)Jan Edmund Lazo2021-05-08
|/ / / / / /
* | | | | | Merge pull request #13664 from ivechan/win_exectuteJan Edmund Lazo2021-05-07
|\ \ \ \ \ \
| * | | | | | api/window: use the "noblock" variants in nvim_win_set_bufjing2021-05-06
| * | | | | | vim-patch:8.2.2340: win_execute() unexpectedly returns number zero when failingjing2021-05-06
| * | | | | | vim-patch:8.2.0137: crash when using win_execute() from a new tabjing2021-05-06
| * | | | | | vim-patch:8.1.2124: ruler is not updated if win_execute() moves cursorjing2021-05-06
| * | | | | | vim-patch:8.1.1832: win_execute() does not work in other tabjing2021-05-06
| * | | | | | vim-patch:8.1.1440: win_execute() test failsjing2021-05-06
| * | | | | | vim-patch:8.1.1425: win_execute() does not set window pointers properlyjing2021-05-06
| * | | | | | vim-patch:8.1.1418: win_execute() is not implemented yetjing2021-05-06
* | | | | | | vim-patch:8.1.1378: delete() can not handle a file name that looks like a pat...Shougo2021-05-07
* | | | | | | checkhealth: ignore 'wildignore' when seeking executables (#14495)Marco Hinz2021-05-07