aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | Revert "Enable link-time optimisations on Release build."Justin M. Keyes2016-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1132b67b5b21e10678387511ed5006114ca186ba. See https://github.com/neovim/neovim/pull/4313#discussion_r53570725
* | | | | | | | | | Merge pull request #4259 from watiko/vim-7.4.881Justin M. Keyes2016-02-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.{879,881}
| * | | | | | | | | | vim-patch:7.4.881watiko2016-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test 49 fails. Solution: Add line number to check of call stack. https://github.com/vim/vim/commit/0a777ab9890ba0e8dd57f082e98fde1adab36aa0
| * | | | | | | | | | vim-patch:7.4.879watiko2016-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Can't see line numbers in nested function calls. Solution: Add line number to the file name. (Alberto Fanjul) https://github.com/vim/vim/commit/1d6328ca00fc6cfe37b1f5e038ec23f443258886
* | | | | | | | | | | Merge pull request #4167 from lucc/test11Justin M. Keyes2016-02-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | tests: migrate legacy test 11
| * | | | | | | | | | | test: Remove old files for legacy test 11.Lucas Hoffmann2016-02-15
| | | | | | | | | | | |
| * | | | | | | | | | | test: Migrate legacy test 11.Lucas Hoffmann2016-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some parts of the test depend on gzip(1). They are skipped if gzip is not available. Some `:write` and `:edit` commands produce messages and "hit enter" prompts that had to be treated with an extra `feed('<C-L>')`. In the original test file this was not neccessary because it was `:source!`ed.
* | | | | | | | | | | | Merge pull request #4243 from lucc/test36Justin M. Keyes2016-02-21
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | tests: Migrate legacy test 36.
| * | | | | | | | | | | test: Remove files of old test 36.Lucas Hoffmann2016-02-15
| | | | | | | | | | | |
| * | | | | | | | | | | test: Migrate legacy test 36.Lucas Hoffmann2016-02-15
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test was split into several blocks reusing the same input file. As it is complicated to send text in different encodings and with control characters from the test suite to nvim and back the results are written to a temp file and loaded into the test from there.
* | | | | | | | | | | Merge pull request #4079 from fwalch/vim-patch/review-improvementsJustin M. Keyes2016-02-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vim-patch.sh: Improvements for review functionality, submission option.
| * | | | | | | | | | | vim-patch.sh: Replace #<number> with vim/vim#<number> in commit messages.Florian Walch2016-02-17
| | | | | | | | | | | |
| * | | | | | | | | | | vim-patch.sh: Support multi-patch pull requests.Florian Walch2016-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Calling "vim-patch.sh -p" on a checked-out branch already created with "-p" will re-use the branch and append commits. * Fetch upstream/master before checking out branch on first call of "-p". * Reverted creation of commit in submit step ("-s") to previous behavior: Create an empty commit with correct commit message when "-p" is called. * Submitting a pull request with "-s" will create a correct pull request message even if multiple patches have been ported in one single branch with "-p".
| * | | | | | | | | | | vim-patch.sh: Add -s (submit pull request) option.Florian Walch2016-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When calling "vim-patch.sh -s" on a checked-out branch created with "vim-patch.sh -p", create commit from staged changes, push to origin, create pull request (using hub), and clean up patch files.
| * | | | | | | | | | | vim-patch.sh: Use .patch files only.Florian Walch2016-02-17
| | | | | | | | | | | |
| * | | | | | | | | | | vim-patch.sh: Improvements for review functionality.Florian Walch2016-02-17
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support pull requests with multiple commits. * Offer to clean up files after review. * Always use full commit hash in assign_commit_details().
* | | | | | | | | | | Merge pull request #4314 from justinmk/mksession_terminalJustin M. Keyes2016-02-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mksession: Restore buftype=terminal windows.
| * | | | | | | | | | | mksession: Restore buftype=terminal windows.Justin M. Keyes2016-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4311
* | | | | | | | | | | | Merge pull request #4247 from watiko/vim-7.4.903Justin M. Keyes2016-02-21
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | vim-patch:7.4.{831,832,845,903}
| * | | | | | | | | | | path.c: Fulfill the `@returns` conditionswatiko2016-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original-author: oni-link <knil.ino@gmail.com>
| * | | | | | | | | | | vim-patch:7.4.903watiko2016-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: MS-Windows: When 'encoding' differs from the current code page, expandinig wildcards may cause illegal memory access. Solution: Allocate a longer buffer. (Ken Takata) https://github.com/vim/vim/commit/7314efd87d8c4095229bdc2867a553c36c064918
| * | | | | | | | | | | vim-patch:7.4.845watiko2016-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Compiler warning for possible loss of data. Solution: Add a type cast. (Erich Ritz) https://github.com/vim/vim/commit/5df1ed2de3fa9dcace996b9a0a4c9b3cea79cf1e
| * | | | | | | | | | | vim-patch:7.4.832watiko2016-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: $HOME in `=$HOME . '/.vimrc'` is expanded too early. Solution: Skip over `=expr` when expanding environment names. https://github.com/vim/vim/commit/be83b73ddb2ee8297037166d243f72e3423a3ce3 --- To reproduce: ```sh nvim -u NONE -c 'e `=$HOME . "/.vimrc"`' ```
| * | | | | | | | | | | vim-patch:7.4.831watiko2016-02-21
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When expanding `=expr` on the command line and encountering an error, the command is executed anyway. Solution: Bail out when an error is detected. https://github.com/vim/vim/commit/3f188935ec4db5117c4a64cc3f71219175624745
* | | | | | | | | | | Merge pull request #4313 from Yamakaky/fltoJustin M. Keyes2016-02-21
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Enable link-time optimisations on Release build.
| * | | | | | | | | | Enable link-time optimisations on Release build.Yamakaky2016-02-21
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/neovim/neovim/issues/3136
* | | | | | | | | | Merge pull request #4296 from mhinz/fix-termcloseJustin M. Keyes2016-02-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make TermClose event return the associated buffer
| * | | | | | | | | | Tests: check <abuf> from TermCloseMarco Hinz2016-02-21
| | | | | | | | | | |
| * | | | | | | | | | Make TermClose event return the associated bufferMarco Hinz2016-02-21
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <abuf> from the TermClose event now returns the correct buffer number. Prior to this change it would always return the buffer number of the current buffer, which is obviously wrong in an async environment.
* | | | | | | | | | Merge pull request #4306 from justinmk/termauJustin M. Keyes2016-02-20
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | terminal_open: do not force autocmds
| * | | | | | | | | terminal_open: do not force autocmdsJustin M. Keyes2016-02-19
| | | | | | | | | |
* | | | | | | | | | Merge #4249 'tests: migrate charsearch'Justin M. Keyes2016-02-20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test: charsearch: Fix error/typo in legacy test.Lucas Hoffmann2016-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error was reported upstream in vim/vim#650, fixed in 7.4.1366. Typo was fixed upstream in 7.4.1041.
| * | | | | | | | | | tests: Remove old charset test after migration.Lucas Hoffmann2016-02-20
| | | | | | | | | | |
| * | | | | | | | | | tests: Migrate legacy charsearch test.Lucas Hoffmann2016-02-20
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4298 from tomxtobin/fix-help-typoFelipe Morales2016-02-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | doc: Remove stray "<" in options help
| * | | | | | | | | | Remove stray "<" in options helpTom X. Tobin2016-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normally this would end an example, but there's no example block here.
* | | | | | | | | | | Merge pull request #4264 from watiko/vim-7.4.922Felipe Morales2016-02-19
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | vim-patch:7.4.922
| * | | | | | | | | | vim-patch:7.4.922watiko2016-02-15
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Leaking memory with ":helpt {dir-not-exists}". Solution: Free dirname. (Dominique Pelle) https://github.com/vim/vim/commit/1c2836e268ce930bca9ea1287d0d83e92ce1b3ff --- see: "[patch] command :helpt {dir} leaks memory when directory does not exist" https://groups.google.com/d/msg/vim_dev/WbcIbZ9YdUA/4eow2c3_AgAJ
* | | | | | | | | | Merge pull request #4240 from jbradaric/vim-7.4.888Justin M. Keyes2016-02-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.888
| * | | | | | | | | | test: Fix lint errorwatiko2016-02-15
| | | | | | | | | | |
| * | | | | | | | | | test: Add test cases to legacy test autocmd_optionwatiko2016-02-15
| | | | | | | | | | |
| * | | | | | | | | | eval: Fix linter error.Jurica Bradaric2016-02-15
| | | | | | | | | | |
| * | | | | | | | | | vim-patch:7.4.888Jurica Bradaric2016-02-15
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The OptionSet autocommands are not triggered from setwinvar(). Solution: Do not use switch_win() when not needed. (Hirohito Higashi) https://github.com/vim/vim/commit/ba117c23dfd1146aca3235bea172df17a48bccee
* | | | | | | | | | Merge pull request #4294 from justinmk/coverityJustin M. Keyes2016-02-19
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | coverity
| * | | | | | | | | coverity/135593: Error handling issues (CHECKED_RETURN)Justin M. Keyes2016-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Harmless issue (HI): retval is intentionally ignored, as is the wont of didset_options() and friends.
| * | | | | | | | | coverity/135589: (FP) Null pointer dereferencesJustin M. Keyes2016-02-19
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | False positive: buflist_findnr() should not be NULL in this case because it is given a buffer number that (should be) guaranteed to exist.
* | | | | | | | | Merge pull request #4280 from mhinz/add-issue-templateJustin M. Keyes2016-02-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add ISSUE_TEMPLATE.md
| * | | | | | | | | Add ISSUE_TEMPLATE.mdMarco Hinz2016-02-19
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new Github feature: https://github.com/blog/2111-issue-and-pull-request-templates
* | | | | | | | | Merge pull request #4276 from justinmk/coverity135578Justin M. Keyes2016-02-17
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | coverity/135578: Memory - illegal accesses