aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | feat(treesitter): add offset predicate for language injectionSteven Sojka2020-12-15
| |/ / /
* | | | Merge pull request #13539 from vigoux/ts-fix-icmnosplitBjörn Linse2020-12-16
|\ \ \ \ | |_|/ / |/| | |
| * | | feat(buffer_updates): allow ignoring when previewingThomas Vigouroux2020-12-15
| * | | fix: also splice extmarks in preview windowsThomas Vigouroux2020-12-15
| |/ /
* | | Merge pull request #13538 from jamessan/mac-localeJames McCoy2020-12-15
|\ \ \ | |/ / |/| |
| * | fix: Include auto/config.h before HAVE_* preprocessor checksJames McCoy2020-12-15
|/ /
* | healthcheck: fix health check issue with shada file (#13291)erw72020-12-13
* | Merge pull request #12624 from qvacua/build-arm64-macJames McCoy2020-12-13
|\ \
| * | Fix lsp tests breaking from new LuaJIT versionMatthew Nibecker2020-12-13
| * | third-party: Always set DEPLOYMENT_TARGET when building LuaJIT on macOSJames McCoy2020-12-13
| * | Do not set pagezero_size and image_base for LuaJIT >= 2.1.0-beta3Tae Won Ha2020-12-13
| * | Use the latest luajit for arm64 Mac compatibility.Tae Won Ha2020-12-13
|/ /
* | Merge pull request #13526 from janlazo/vim-8.1.0839Jan Edmund Lazo2020-12-13
|\ \
| * | vim-patch:8.1.1630: various small problemsJan Edmund Lazo2020-12-13
| * | vim-patch:8.2.2136: Vim9: Using uninitialized variableJan Edmund Lazo2020-12-13
|/ /
* | Merge pull request #13522 from janlazo/vim-8.2.2130Jan Edmund Lazo2020-12-12
|\ \
| * | vim-patch:8.1.1089: tutor does not check $LC_MESSAGESJan Edmund Lazo2020-12-12
| * | vim-patch:8.2.2130: Insert mode completion messages end up in message historyJan Edmund Lazo2020-12-12
|/ /
* | Merge pull request #13523 from janlazo/javascript-runtimeJan Edmund Lazo2020-12-12
|\ \
| * | runtime/javascript: 207f009326c8f878defde0e594d7d9ed9860106eJan Edmund Lazo2020-12-12
| * | runtime/javascript: e7b1ea0276cc83cd5c612f3189a174a60d57b5edJan Edmund Lazo2020-12-12
| * | runtime/javascript: 388a5d4f20b4b64341d1604aa238cab85827b892Jan Edmund Lazo2020-12-12
| * | runtime/javascript: 09c6f265b21065ffa9437837b1d0955137175e45Jan Edmund Lazo2020-12-12
| * | runtime/javascript: 5be4ceecea5520265066eac972460ebb1cdf05e7Jan Edmund Lazo2020-12-12
|/ /
* | Merge pull request #13521 from janlazo/nvim-8.1.2246Jan Edmund Lazo2020-12-12
|\ \
| * | vim-patch:8.1.2246: some tests are still in old styleJan Edmund Lazo2020-12-11
| * | test/old: cherry-pick patch v8.1.1955 changes for test_trycatch.vimJan Edmund Lazo2020-12-11
| * | test/old: cherry-pick patch 8.1.0711 changes for test_trycatch.vimJan Edmund Lazo2020-12-11
* | | Merge pull request #13486 from bfredl/bufnoreloadBjörn Linse2020-12-12
|\ \ \ | |/ / |/| |
| * | fileio: detach buffer when buffer was reloaded (like with :edit)Björn Linse2020-12-08
* | | Merge pull request #13489 from janlazo/issue-13485Jan Edmund Lazo2020-12-11
|\ \ \
| * | | test/functional/eval: assert that executable() fixtures are executableJan Edmund Lazo2020-12-11
| * | | eval: executable(), exepath() accept strings onlyJan Edmund Lazo2020-12-11
|/ / /
* | | vim-patch:8.2.0047: cannot skip tests for specific MS-Windows platform (#13461)Jan Edmund Lazo2020-12-11
* | | unused macros: Remove a five unused macros. (#13517)Edwin Pujols2020-12-11
* | | tests: Take into account magic hyphen. (#13518)Edwin Pujols2020-12-11
* | | Merge pull request #13515 from neovim/revert-13514-patch-1James McCoy2020-12-11
|\ \ \
| * | | Revert "Use oldest macOS version for release workflow"James McCoy2020-12-11
|/ / /
* | | Merge pull request #13514 from mhanberg/patch-1James McCoy2020-12-11
|\ \ \
| * | | Use oldest macOS version for release workflowMitchell Hanberg2020-12-11
|/ / /
* | | vim-patch:8.1.1900: sign test fails in the GUI (#13511)Jan Edmund Lazo2020-12-11
* | | macros.h: Remove unused CURSOR_BAR_RIGHT macro. (#13506)Edwin Pujols2020-12-11
* | | vim-patch:8.2.0005: duplication in version info (#13502)Jan Edmund Lazo2020-12-10
* | | ex_cmds: port cmd_addr_T and ADDR_NONE (#13492)Jan Edmund Lazo2020-12-10
* | | Merge pull request #13482 from dm1try/propagate_lua_file_loading_errorsBjörn Linse2020-12-10
|\ \ \
| * | | runtime: propagate lua parsing errors while using "require"dm1try2020-12-10
* | | | Merge pull request #13450 from nvim-treesitter/fix-unknown-language-parserThomas Vigouroux2020-12-10
|\ \ \ \
| * | | | fix(treesitter): don't throw an error for missing injected langsSteven Sojka2020-12-04
* | | | | vim-patch:8.2.1833: when reading from stdin dup() is called twice (#13498)Jan Edmund Lazo2020-12-09
* | | | | Merge pull request #13497 from seandewar/vim-8.2.2121Jan Edmund Lazo2020-12-09
|\ \ \ \ \