aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | vim-patch:7.4.1059Michael Ennen2016-05-19
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Code will never be executed. Solution: Remove the code. https://github.com/vim/vim/commit/fd39d08fb6f61bc6c1366de8a7af19a42dc1b377
* | | | | | | | | | Merge #2821 'test: migrate legacy test breakindent'Justin M. Keyes2016-05-20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tests: Migrate legacy test breakindent.Lucas Hoffmann2016-02-25
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4790 from brcolow/vim-7.4.1057Justin M. Keyes2016-05-20
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | vim-patch:7.4.1057
| * | | | | | | | | | vim-patch:7.4.1057Michael Ennen2016-05-19
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Typos in the :options window. Solution: Fix the typos. (Dominique Pelle) https://github.com/vim/vim/commit/2b7db933b0418f3964da5399047ce8998007874c
* | | | | | | | | | Merge pull request #4782 from jamessan/alt-hub-cliJustin M. Keyes2016-05-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vim-patch.sh: Support sociomatic/git-hub for submit_pr
| * | | | | | | | | | vim-patch.sh: Show if a patch includes runtime filesJames McCoy2016-05-19
| | | | | | | | | | |
| * | | | | | | | | | vim-patch.sh: Add support for sociomatic/git-hubJames McCoy2016-05-19
| | | | | | | | | | |
| * | | | | | | | | | vim-patch.sh: Rename check_executable to require_executableJames McCoy2016-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | check_executable now just wraps the "exists && executable" check. This will be needed to allow fallbacks for commands.
* | | | | | | | | | | Merge #4633: support "special" highlight (undercurl)Justin M. Keyes2016-05-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2040 Closes #3370
| * | | | | | | | | | test: Screen also checks 'special' when testing attribute equalityAdnoC2016-05-17
| | | | | | | | | | |
| * | | | | | | | | | LintingAdnoC2016-05-17
| | | | | | | | | | |
| * | | | | | | | | | test: Edit the special color testAdnoC2016-05-17
| | | | | | | | | | |
| * | | | | | | | | | test: Add a test for the new guisp highlighting feature.KillTheMule2016-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Screen.lua needed a little cosmetical adjustment to print out the color nicely.
| * | | | | | | | | | test: Fix tests failingAdnoC2016-05-17
| | | | | | | | | | |
| * | | | | | | | | | syntax: Add support for the "special" color used for undercurlsAdnoC2016-05-17
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4761 from bfredl/gcc61warningsBjörn Linse2016-05-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | Fix warnings with gcc 6.1
| * | | | | | | | | | Fix warnings with gcc 6.1Björn Linse2016-05-19
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The intentional behavior of do_sub was checked in vim
* | | | | | | | | | Merge pull request #4657 from brcolow/vim-7.4.1036Justin M. Keyes2016-05-19
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | vim-patch: 7.4.1036
| * | | | | | | | | vim-patch: 7.4.1036Michael Ennen2016-05-17
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Only terminals with up to 256 colors work properly. Solution: Use the 256 color behavior for all terminals with 256 or more colors. (Robert de Bath) https://github.com/vim/vim/commit/fa03fd6c4a9fe05274d62ddefd645cb5801d2023
* | | | | | | | | Merge pull request #4780 from jamessan/vim-7.4.1046Justin M. Keyes2016-05-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.1046
| * | | | | | | | | vim-patch:7.4.1046James McCoy2016-05-18
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: No test coverage for menus. Solution: Load the standard menus and check there is no error. https://github.com/vim/vim/commit/2d6c8002729821acc54a4de41d5c5f3d50594973
* | | | | | | | | Merge pull request #4753 from dmerejkowsky/cmake-ninja-test-outputJustin M. Keyes2016-05-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | test: Fix running tests from Ninja
| * | | | | | | | | Fix running tests from NinjaDimitri Merejkowsky2016-05-17
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4734 from jbradaric/vim-7.4.1102Justin M. Keyes2016-05-18
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | vim-patch:7.4.1102, 7.4.1110, 7.4.1832
| * | | | | | | | vim-patch:7.4.1832Jurica Bradaric2016-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Memory leak in debug commands. Solution: Free memory before overwriting the pointer. (hint by Justin Keyes) https://github.com/vim/vim/commit/dc303bce10c60a3314078ea168064552fadf01af
| * | | | | | | | ex_cmds2: Fix memory leak.Jurica Bradaric2016-05-17
| | | | | | | | |
| * | | | | | | | 108_backtrace_debug_comands: Fix linter errors.Jurica Bradaric2016-05-17
| | | | | | | | |
| * | | | | | | | Remove unnecessary forward function declarations.Jurica Bradaric2016-05-17
| | | | | | | | |
| * | | | | | | | vim-patch:7.4.1110Jurica Bradaric2016-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test 108 fails when language is French. Solution: Force English messages. (Dominique Pelle) https://github.com/vim/vim/commit/8c600052fabe4859470d9d0ba2ddd74a52ea9745
| * | | | | | | | vim-patch:7.4.1102Jurica Bradaric2016-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Debugger has no stack backtrace support. Solution: Add "backtrace", "frame", "up" and "down" commands. (Alberto Fanjul, closes vim/vim#433) https://github.com/vim/vim/commit/f1f60f859cdbb2638b3662ccf7b1d179865fe7dc
* | | | | | | | | Merge pull request #4768 from justinmk/char_uJustin M. Keyes2016-05-17
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | msg_puts_printf: remove char_u
| * | | | | | | | msg_puts_printf: remove char_uJustin M. Keyes2016-05-17
| |/ / / / / / /
* | | | | | | | Merge pull request #4759 from jbradaric/vim-7.4.1513Justin M. Keyes2016-05-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vim-patch:7.4.1513
| * | | | | | | | vim-patch:7.4.1513Jurica Bradaric2016-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: "J" fails if there are not enough lines. (Christian Neukirchen) Solution: Reduce the count, only fail on the last line. https://github.com/vim/vim/commit/41e0f2f48f541eb2c8eb5620d3f1d270eb979154
* | | | | | | | | Merge pull request #4769 from jamessan/vim-7.4.1568Justin M. Keyes2016-05-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.1568,7.4.1571,7.4.1728
| * | | | | | | | | ci: test: Replace hard-coded commands with Makefile's targetsJames McCoy2016-05-17
| | | | | | | | | |
| * | | | | | | | | Makefile: Ensure tags are generated before running oldtestJames McCoy2016-05-17
| | | | | | | | | |
| * | | | | | | | | vim-patch:7.4.1728Michael Ennen2016-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch 7.4.1728 Problem: The help for functions require a space after the "(". Solution: Make CTRL-] on a function name ignore the arguments. (Hirohito Higashi) https://github.com/vim/vim/commit/81edd171a9465cf99cede4fa4a7b7bca3d538b0f
| * | | | | | | | | vim-patch:7.4.1571James McCoy2016-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch 7.4.1571 Problem: No test for ":help" Solution: Add a test for what 7.4.1568 fixed. (Higashi Higashi) https://github.com/vim/vim/commit/8e15ffcde757ffc6cfe8b5e384948b3278e9af33
| * | | | | | | | | vim-patch:7.4.1568Michael Ennen2016-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch 7.4.1568 Problem: Using CTRL-] in help on option in parentheses doesn't work. Solution: Skip the "(" in "('". (Hirohito Higashi) https://github.com/vim/vim/commit/00f9e0dbbd3472db217d56639fad9346b9eb3b82
* | | | | | | | | | Merge pull request #4770 from jamessan/vim-patch-listJustin M. Keyes2016-05-17
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | vim-patch.sh: Ignore “git describe” failures in list_vim_patches
| * | | | | | | | | vim-patch.sh: Ignore “git describe” failures in list_vim_patchesJames McCoy2016-05-17
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's acceptable for “git describe --tags --exact-match …” to fail, since all runtime updates commits are untagged. All that matters is that we get a tag when one exists. Therefore, ignore the failure status of the git describe call, relying on the captured output instead.
* | | | | | | | | Merge pull request #4742 from brcolow/shellcheck-lintJustin M. Keyes2016-05-16
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Run shellcheck (shell scripting linter) on shell scripts.
| * | | | | | | | Run shellcheck (shell scripting linter) on shell scripts.Michael Ennen2016-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are a total of 5 shell scripts in the Neovim source tree. All but runtime\macros\less.sh had warnings/errors when run through Shellcheck (http://www.shellcheck.net/). This commit fixes all warnings/errors and also changes the shebang to "#!/bin/sh" when possible (this was not possible for vim-patch.sh because it uses many bashisms). The shellcheck errors that were fixed are: SC2068: Double quote array expansions to avoid re-splitting elements. SC2086: Double quote to prevent globbing and word splitting. SC2124: Assigning an array to a string! Assign as array, or use * instead of @ to concatenate SC2155: Declare and assign separately to avoid masking return values.
* | | | | | | | | indent/lua.vim: fix indent of nested elseifJustin M. Keyes2016-05-16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix indenting nested elseifsRobert Andrew Ditthardt2015-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, ``` if bool then --stuff elseif bool2 then --morestuff elseif bool3 then --more stuff else --fail end ``` Would get indented out strangely when using =. Now it behaves correctly.
* | | | | | | | | | Merge pull request #3522 from wdv4758h/clang-3.7-optionsJustin M. Keyes2016-05-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | build: fix '-fno-sanitize-recover' warning in Clang 3.7
| * | | | | | | | | | build: fix '-fno-sanitize-recover' warning in Clang 3.7Chiu-Hsiang Hsu2015-11-03
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4743 from jamessan/vim-7.4.1037Justin M. Keyes2016-05-15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.1037,fa73534