aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* | Merge pull request #13445 from jamessan/build-artifactsJames McCoy2020-12-04
|\ \ | | | | | | GHA: Publish nightly builds for Linux and macOS
| * | GHA: Publish nightly builds for Linux and macOSJames McCoy2020-12-04
|/ /
* | Merge pull request #13173 from tjdevries/tjdevries/option_infoBjörn Linse2020-12-04
|\ \ | | | | | | api: add option metadata
| * | api/options: cleanup the fixupBjörn Linse2020-12-04
| | |
| * | api/options: fixupTJ DeVries2020-12-04
| | |
| * | api/options: cleanupBjörn Linse2020-12-04
| | |
| * | api/options: add option metadataTJ DeVries2020-12-04
| | |
* | | Merge pull request #13434 from janlazo/vim-8.2.2076Jan Edmund Lazo2020-12-03
|\ \ \ | | | | | | | | vim-patch:8.1.{1013,1774},8.2.{1164,1673,1907,2076,2077,2078,2085,2086}
| * | | vim-patch:8.2.2085: Qt translation file is recognized as typescriptJan Edmund Lazo2020-12-03
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Qt translation file is recognized as typescript. Solution: Check the first line for "<?xml". (closes vim/vim#7418) https://github.com/vim/vim/commit/c0d670ce16d0e148b7d39ac354571b3d284a0b53
| * | | vim-patch:8.2.1907: complete_info().selected may be wrongJan Edmund Lazo2020-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Complete_info().selected may be wrong. Solution: Update cp_number if it was never set. (issue vim/vim#6945) https://github.com/vim/vim/commit/f9d51354de069dddc049b9e109b1932c92e5aee6 Misc changes: For variables and function parameters that use "Direction" enum values, update their type from from "int" to "Direction". It is hard to review function parameters that must accept "Direction" enum values only.