aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #13497 from seandewar/vim-8.2.2121Jan Edmund Lazo2020-12-09
|\ \ \ \ \ | | | | | | | | | | | | vim-patch:8.2.{2121,2123}
| * | | | | vim-patch:8.2.2123: after using a complete popup the buffer is listedSean Dewar2020-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: After using a complete popup the buffer is listed. (Boris Staletic) Solution: Make the buffer unlisted. https://github.com/vim/vim/commit/d356fc65d273959efa9b05bfa0f07ce1c9ff85a4
| * | | | | vim-patch:8.2.2121: internal error when using \ze before \zs in a patternSean Dewar2020-12-09
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Internal error when using \ze before \zs in a pattern. Solution: Check the end is never before the start. (closes vim/vim#7442) https://github.com/vim/vim/commit/a7a691cc142439e266f4ceb1f208bb952b57aa71
* | | | | Merge pull request #13494 from jamessan/release-fixesJames McCoy2020-12-09
|\ \ \ \ \ | | | | | | | | | | | | GHA: Use oldest OS images to build releases
| * | | | | GHA: Use oldest OS images to build releasesJames McCoy2020-12-09
|/ / / / / | | | | | | | | | | | | | | | Closes #13493
* | | | | doc: Fix incorrect LSP diagnostic-related helptags (#13388)Kevin Fleming2020-12-09
| | | | |
* | | | | doc: Add missing parameter end_pos for range_formatting (#13481)Olivier Roques2020-12-09
| | | | |
* | | | | feat(nix): add flake.nix (#13487)Matthieu Coudron2020-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `flakes` is a feature available in the unstable version of the `nix` package manager to ease the distribution of nix expressions see https://www.tweag.io/blog/2020-05-25-flakes/ . Nix excels at software reproducibility and is available/can be installed on different distributions (ubuntu/void/debian etc) as well as macOS. This flakes contains 3 packages that can be installed via for instance `nix run 'github:neovim/neovim?dir=contrib#nvim-debug'` or `nix run 'github:neovim/neovim?dir=contrib'` for the default version. you can register an alias `nix registry add neovim 'github:neovim/neovim?dir=contrib'` and the previous commands become: `nix run neovim`
* | | | | feat: Allow incremental sync & lsp flags (#13371)TJ DeVries2020-12-08
| |_|/ / |/| | |
* | | | Merge pull request #13478 from seandewar/vim-8.2.2106Jan Edmund Lazo2020-12-07
|\ \ \ \ | |_|/ / |/| | | vim-patch:8.2.2106: TOML files are not recognized
| * | | vim-patch:8.2.2106: TOML files are not recognizedSean Dewar2020-12-07
|/ / / | | | | | | | | | | | | | | | Problem: TOML files are not recognized. Solution: Match *.toml. (issue vim/vim#7432) https://github.com/vim/vim/commit/b237ae7b837a31922d31c3a27b7c66e63468b8a8
* | | Merge pull request #13473 from ostera/patch-1Thomas Vigouroux2020-12-07
|\ \ \ | | | | | | | | Fix typo on treesitter.txt help page
| * | | Fix typo on treesitter.txt help pageLeandro Ostera2020-12-07
|/ / /
* | | Merge pull request #13471 from jamessan/release-fixesJames McCoy2020-12-06
|\ \ \
| * | | GHA: Perform a full checkout for release workflowJames McCoy2020-12-06
| | | | | | | | | | | | | | | | | | | | This is needed to get a tag-based version from `git describe` rather than just the commit.
| * | | Use vX.Y.Z-dev+{git-describe} for development versionsJames McCoy2020-12-06
| | | |
* | | | Merge pull request #13468 from janlazo/vim-8.1.0818Jan Edmund Lazo2020-12-06
|\ \ \ \ | |/ / / |/| | | vim-patch:8.1.{818,1131,2064},8.2.{587,879,1021,1296,2104}
| * | | log: use uv_gettimeofday() for WindowsJan Edmund Lazo2020-12-06
| | | | | | | | | | | | | | | | POSIX gettimeofday() is not portable.
| * | | runtime/doc: strftime() is always availableJan Edmund Lazo2020-12-06
| | | |
| * | | vim-patch:8.2.1296: some part of using 'smarcase' was not testedJan Edmund Lazo2020-12-06
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Some part of using 'smarcase' was not tested. Solution: Add more tests. (Dominique Pellé, closes vim/vim#6538) https://github.com/vim/vim/commit/d66cdcd43a598825add743bc95642cd8ed705252
| * | | vim-patch:8.2.1021: Ruby interface not tested enoughJan Edmund Lazo2020-12-06
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Ruby interface not tested enough. Solution: Add a couple more tests. (Dominique Pellé, closes vim/vim#6301) https://github.com/vim/vim/commit/a190548e9165bbae75144a3e47f01d7708b29073
| * | | vim-patch:8.1.2064: MS-Windows: compiler warnings for unused argumentsJan Edmund Lazo2020-12-06
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: MS-Windows: compiler warnings for unused arguments. Solution: Add UNUSED. (Yegappan Lakshmanan, closes vim/vim#4963) https://github.com/vim/vim/commit/bd67aac279adf3a1cfa11557229b44e4c2c3dcda N/A patches for version.c: vim-patch:8.1.0818: MS-Windows: cannot send large data with ch_sendraw() Problem: MS-Windows: cannot send large data with ch_sendraw(). Solution: Split write into several WriteFile() calls. (Yasuhiro Matsumoto, closes vim/vim#3823) https://github.com/vim/vim/commit/240583869ae477202494dd01ef1e8e2bac650f10 vim-patch:8.1.1131: getwinpos() does not work in the MS-Windows console Problem: getwinpos() does not work in the MS-Windows console. Solution: Implement getwinpos(). https://github.com/vim/vim/commit/16c34c37659e6afca74169969bdacb6b866548c9 vim-patch:8.2.0587: compiler warning for unused variable Problem: Compiler warning for unused variable. Solution: Add UNUSED. https://github.com/vim/vim/commit/21cfe500f322a0bea3367c677943ea6c57c282b9 vim-patch:8.2.0879: compiler warning for unused function argument Problem: Compiler warning for unused function argument. Solution: Add UNUSED. https://github.com/vim/vim/commit/f9ca08e95ff5b66a02c75334264dd86508b2a453 vim-patch:8.2.2104: build problem with Ruby 2.7 Problem: Build problem with Ruby 2.7. Solution: Adjust function declarations. (Ozaki Kiichi, closes vim/vim#7430) https://github.com/vim/vim/commit/d5a986f460019a924627d79350552f446505cffb
* | | Merge pull request #13449 from nvim-treesitter/fix-language-for-rangeThomas Vigouroux2020-12-06
|\ \ \ | | | | | | | | fix(treesitter): incorrect method name call
| * | | fix(treesitter): incorrect method name callSteven Sojka2020-12-04
| |/ /
* | | Merge pull request #13472 from jamessan/macos-nightlyJames McCoy2020-12-06
|\ \ \ | | | | | | | | GHA: Include runtime in macos release tarball
| * | | GHA: Include runtime in macos release tarballJames McCoy2020-12-06
|/ / /
* | | Merge pull request #13467 from jamessan/release-fixesJames McCoy2020-12-06
|\ \ \
| * | | GHA: Use full version in release descriptionJames McCoy2020-12-06
| | | | | | | | | | | | | | | | Closes #13466
| * | | GHA: Fix event_name check for nightly buildsJames McCoy2020-12-06
| | | |
* | | | Merge pull request #13464 from jamessan/release-fixesJames McCoy2020-12-05
|\| | | | | | | | | | | GHA: Delete nightly tag before creating new release
| * | | GHA: Delete nightly tag before creating new releaseJames McCoy2020-12-05
| | | |
* | | | Merge pull request #13455 from bfredl/deprecatedBjörn Linse2020-12-05
|\ \ \ \ | | | | | | | | | | api: move deprecated functions to separate files
| * | | | api: move deprecated functions to separate filesBjörn Linse2020-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | Most these are just calls to non-deprecated variants, and take up unnecessary space and search hits in the other files.
* | | | | Merge pull request #13454 from tk-shirasaka/fix/send-win_hideBjörn Linse2020-12-05
|\ \ \ \ \ | | | | | | | | | | | | ui: Fix win_hide distination grid
| * | | | | Fixed lint errorShirasaka2020-12-06
| | | | | |
| * | | | | Moved temporary variable to where it's usedShirasaka2020-12-05
| | | | | |
| * | | | | ui: Fix win_hide distination gridshirasaka2020-12-05
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | When create tab, win_hide sent to new tab and new tab's previous tab. So, if created tab that not next tab (eg. $tabnew cmd), send win_hide to not current tab, and fixed this.
* | | | | Merge pull request #13458 from jamessan/release-fixesJames McCoy2020-12-05
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | GHA: Generate correct appimage for release/nightlyJames McCoy2020-12-05
| | | | |
| * | | | GHA: Do not run CI for tagsJames McCoy2020-12-05
| | | | |
| * | | | GHA: Rename "Nightly release" to "Release"James McCoy2020-12-05
| | | | |
| * | | | GHA: Automatically create a release for versioned tagsJames McCoy2020-12-05
| | | | |
| * | | | GHA: Add support for manually creating a releaseJames McCoy2020-12-05
| | | | |
| * | | | GHA: Use meeDamian/github-release to create/update releaseJames McCoy2020-12-05
| |/ / /
* / / / vim-patch:8.2.2091: MS-Windows: build warnings (#13451)Jan Edmund Lazo2020-12-05
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: MS-Windows: build warnings. Solution: Add a #pragma to suppress the deprecation warning. (Ken Takata) Avoid using a non-ASCII character. (closes vim/vim#7421) https://github.com/vim/vim/commit/29d2f45c8855fd98897c5db92d896c161e95d0f1 N/A patches for version.c: vim-patch:8.1.1883: options test fails Problem: Options test fails. Solution: Add entry for 'completepopup'. https://github.com/vim/vim/commit/9513d91be02f654658b8b33ff429a52ff3c4de12 vim-patch:8.2.2089: libvterm test fails to build on Mac Problem: Libvterm test fails to build on Mac. Solution: Adjust configure to remove a space between -L and the path that follows. https://github.com/vim/vim/commit/6cd42db9dc1251b052b97d47bafc063eacac1b3e
* | | Merge pull request #13452 from jamessan/appimageJames McCoy2020-12-04
|\ \ \
| * | | GHA: Build appimage for nightlyJames McCoy2020-12-04
| | | |
| * | | GHA: Stop installing test dependencies for nightly buildJames McCoy2020-12-04
|/ / /
* | | Merge pull request #13417 from shade-of-noon/man_count.13411James McCoy2020-12-04
|\ \ \ | |/ / |/| | runtime: Fix man.vim count handling.
| * | runtime: Fix man.vim count handling.Edwin Pujols2020-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here I use a negative number to decide whether the count has been explicitly set. I think it unlikely that negative sections will ever be created given that negative numbers complicate argument handling: ``` $ man -1 foo man: invalid option -- '1' ``` and given that there's already precedence for alphanumeric sections like `3p`, `3x`, `n`, etc. --- This does work, though: ``` $ man -S -3 baz ``` With `man baz.-3` and `man 'baz(-3)'`, (GNU) man *might* consider `-3` internally as a section, but in the end reports as if the whole argument was the name of a topic: ``` $ man 'baz(-3)' No manual entry for baz(-3) ``` --- Closes #13411.