aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | vim-patch:7.4.2163Michael Ennen2016-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: match() and related functions tested with old style test. Solution: Convert to new style test. (Hirohito Higashi) https://github.com/vim/vim/commit/d76a0c15f8bdbc901015879177fd5076d34c7a06
| * | | vim-patch:7.4.1685Michael Ennen2016-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: There is no easy way to get all the information about a match. Solution: Add matchstrpos(). (Ozaki Kiichi) https://github.com/vim/vim/commit/7fed5c18f8577b75404b80d8b9a9907b1bbd27e4
* | | | syntax.c: Update color names. (#5733)Justin M. Keyes2016-12-08
| | | | | | | | | | | | Closes #5178
* | | | Merge #5488 from justinmk/test-fix-mouse-dragJustin M. Keyes2016-12-07
|\ \ \ \ | | | | | | | | | | test: Disable unreliable test on travis+ASAN_UBSAN
| * | | | test: Handle SIGHUP in tty-test fixture.Justin M. Keyes2016-12-07
| | | | | | | | | | | | | | | | | | | | Closes #5727
| * | | | test: Disable unreliable tests on travis+ASAN_UBSANJustin M. Keyes2016-12-07
| | | | |
| * | | | test: helpers.retry()Justin M. Keyes2016-12-07
|/ / / /
* | | | Merge #5729 from jamessan/vim-7.4.1751Justin M. Keyes2016-12-07
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.1751,8d8aa0a
| * | | | lintJames McCoy2016-12-07
| | | | |
| * | | | vim-patch:8d8aa0aJames McCoy2016-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing test file. https://github.com/vim/vim/commit/8d8aa0a367380f23f0af428fcb66a1a0615bf872
| * | | | vim-patch:7.4.1751James McCoy2016-12-07
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Problem: Crash when 'tagstack' is off. (Dominique Pelle) Solution: Fix it. (Hirohito Higashi) https://github.com/vim/vim/commit/def5abe0a2727041ecee69afdccfca405333bd24
* | | | Merge pull request #5712 from bfredl/utf8charsetBjörn Linse2016-12-07
|\ \ \ \ | | | | | | | | | | clean up charset.c for assumed &encoding=utf-8
| * | | | mbyte: clean up charset.c for assumed encoding=utf-8Björn Linse2016-12-07
| |/ / /
* / / / doc: 'shelltemp'Justin M. Keyes2016-12-07
|/ / / | | | | | | | | | Closes #5706
* | | Merge pull request #5721 from jamessan/vim-7.4.1708James McCoy2016-12-06
|\ \ \ | | | | | | | | vim-patch:7.4.1708
| * | | vim-patch:7.4.1708James McCoy2016-12-06
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: New regexp engine does not work properly with EBCDIC. Solution: Define equivalence class characters. (Owen Leibman) https://github.com/vim/vim/commit/2a6fa564a3b5061c14ff63b8b0f12801df0b0ac2 Although nvim doesn't support EBCDIC systems, this keeps us inline with upstream code so its easier to merge future patches in this area and improves the readability of the code.
* | | Health: show :help + tags (#5719)Marco Hinz2016-12-05
| | |
* | | Merge pull request #5715 from equal-l2/change-lua-urlJames McCoy2016-12-03
|\ \ \ | | | | | | | | Update Lua's download URL
| * | | Change Lua's download URLequal-l22016-12-04
| | | |
* | | | Merge pull request #5707 from jamessan/moar-cleaningJames McCoy2016-12-03
|\ \ \ \ | | | | | | | | | | build: Make clean targets more thorough
| * | | | build: Make clean targets more thoroughJames McCoy2016-12-02
| | |/ / | |/| |
* | | | Merge pull request #5716 from jamessan/fix-man-pluginJames McCoy2016-12-03
|\ \ \ \ | |_|/ / |/| | | ftplugin/man: Finish early if &filetype is not man
| * | | ftplugin/man: Finish early if &filetype is not manJames McCoy2016-12-03
|/ / / | | | | | | | | | | | | | | | | | | Many people have `runtime ftplugin/man.vim` in their init file, as was required in Vim to have the `:Man` command generally available. 7a4d069b removed the &filetype check, which caused these setups to always create a blank `man://` buffer.
* | | vim-patch:8.0.0110 (#5700)Justin M. Keyes2016-12-03
| | | | | | | | | | | | | | | | | | | | | | | | Closes #5616 Problem: Drop command doesn't use existing window. Solution: Check the window width properly. (Hirohito Higashi) https://github.com/vim/vim/commit/5a030a540f4157d5c9905e3564282c92b4dcec9a
* | | Merge #5704 from jamessan/vim-7.4.1748Justin M. Keyes2016-12-03
|\ \ \ | |/ / |/| | | | | vim-patch:7.4.1748 vim-patch:f9660b5
| * | lintJames McCoy2016-12-02
| | |
| * | vim-patch:f9660b5James McCoy2016-12-02
| | | | | | | | | | | | | | | | | | Add missing test file. https://github.com/vim/vim/commit/f9660b59b2bdaa3ec2e7b31ab52186ad8b99f047
| * | vim-patch:7.4.1748James McCoy2016-12-02
|/ / | | | | | | | | | | | | | | Problem: "gD" does not find match in first column of first line. (Gary Johnson) Solution: Accept match at the cursor. https://github.com/vim/vim/commit/1538fc34fae3fae39773ca43f6ff52401fce61d8
* | doc: Remove obsolete reference to `rgb_file`.Justin M. Keyes2016-12-01
| | | | | | | | Closes #5695
* | Merge pull request #5675 from brcolow/vim-7.4.1738James McCoy2016-12-01
|\ \ | | | | | | vim-patch:7.4.17[35,38,39]
| * | vim-patch:7.4.1739Michael Ennen2016-12-01
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Messages test fails on MS-Windows. Solution: Adjust the asserts. Skip the "messages maintainer" line if not showing all messages https://github.com/vim/vim/commit/bea1ede1c59a11ca5bf9d91cd30b7b2937b9fb41
| * | vim-patch:7.4.1738Michael Ennen2016-11-29
| | | | | | | | | | | | | | | | | | | | | Problem: Count for ":messages" depends on number of lines. Solution: Add ADDR_OTHER address type. https://github.com/vim/vim/commit/5d91646599a7b74310845e30a2a52ff197dc0ed7
| * | vim-patch:7.4.1735Michael Ennen2016-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: It is not possible to only see part of the message history. It is not possible to clear messages. Solution: Add a count to ":messages" and a clear argument. (Yasuhiro Matsumoto) https://github.com/vim/vim/commit/451f849fd6282a4facd4f0f58af62837443fb5a6
* | | Merge pull request #5663 from brcolow/vim-7.4.1702James McCoy2016-12-01
|\ \ \ | | | | | | | | vim-patch:7.4.1702
| * | | vim-patch:7.4.1702Michael Ennen2016-12-01
|/ / / | | | | | | | | | | | | | | | | | | | | | Problem: Using freed memory when parsing 'printoptions' fails. Solution: Save the old options and restore them in case of an error. (Dominique) https://github.com/vim/vim/commit/4afc7c5d4a73340831077a02bfe1f74935e7f4a1
* | | Merge pull request #5674 from brcolow/vim-7.4.1723James McCoy2016-12-01
|\ \ \ | | | | | | | | vim-patch:7.4.1723
| * | | vim-patch:7.4.1723Michael Ennen2016-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When using try/catch in 'tabline' it is still considered an error and the tabline will be disabled. Solution: Check did_emsg instead of called_emsg. (haya14busa, closes #746) https://github.com/vim/vim/commit/f73d3bc253fa79ad220f52f04b93e782e95a9d43
* | | | Merge pull request #5665 from brcolow/vim-7.4.1711James McCoy2016-12-01
|\ \ \ \ | | | | | | | | | | | | | | | vim-patch:7.4.1711
| * | | | vim-patch:7.4.1711Michael Ennen2016-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When using try/catch in 'statusline' it is still considered an error and the status line will be disabled. Solution: Check did_emsg instead of called_emsg. (haya14busa, closes vim/vim#729) https://github.com/vim/vim/commit/a742e084b677f76c67e9e52c4f9fb9ab24002e20
* | | | | Merge PR #5651 from mhinz/vv/exitvalMarco Hinz2016-12-01
|\ \ \ \ \
| * | | | | Tests: add tests for v:exitingMarco Hinz2016-12-01
| | | | | |
| * | | | | Add v:exitingMarco Hinz2016-12-01
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains the exit value nvim will use. Before exiting, it is v:null. That way jobs or autocmds (in VimLeavePre or VimLeave) can check if Neovim is about to quit and with what exit value. Closes #4666.
* | | | | Merge pull request #5664 from brcolow/vim-7.4.1707James McCoy2016-12-01
|\ \ \ \ \ | | | | | | | | | | | | vim-patch:7.4.1707
| * | | | | vim-patch:7.4.1707Michael Ennen2016-11-25
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot use empty dictionary key, even though it can be useful. Solution: Allow using an empty dictionary key. https://github.com/vim/vim/commit/0921ecff1c5a74541bad6c073e8ade32247403d8
* | | | | Merge pull request #5669 from chemzqm/add-cmdline-mode-rpcBjörn Linse2016-12-01
|\ \ \ \ \ | | | | | | | | | | | | Add cmdline mode to ui_mode_change
| * | | | | add cmdline mode to modechange of RPC and testschemzqm2016-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use set_cursor_shape_bar for cmdline mode fix test of screen_basic_spec.lua & screen.lua comment fix
* | | | | | Merge pull request #5662 from brcolow/vim-7.4.1701James McCoy2016-12-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | vim-patch:7.4.1701
| * | | | | | vim-patch:7.4.1701Michael Ennen2016-11-24
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Equivalence classes still tested in old style tests. Solution: Remove the duplicate. https://github.com/vim/vim/commit/f9f22dbe4f90673ecce601a9dee4bb750ce3cd8f
* | | | | | Merge pull request #5648 from brcolow/vim-7.4.2071James McCoy2016-11-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | vim-patch:7.4.2071
| * | | | | | vim-patch:7.4.2071Michael Ennen2016-11-29
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The return value of type() is difficult to use. Solution: Define v:t_ constants. (Ken Takata) https://github.com/vim/vim/commit/f562e72df726c6191fa305e1c0a113f1cfb87f76