aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | vim-patch:7.4.1053James McCoy2016-05-24
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Insufficient testing for quickfix commands. Solution: Add a new style quickfix test. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/da59dd5da6440c3410866ed61ce169a2012ba5bd
* | | | | | | | Merge pull request #4812 from jamessan/vim-a61018dJustin M. Keyes2016-05-24
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | vim-patch:a61018d,4d1c0a4,7.4.1064
| * | | | | | | vim-patch:7.4.1064James McCoy2016-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When a spell file has single letter compounding creating suggestions takes an awful long time. Solution: Add th eNOCOMPOUNDSUGS flag. https://github.com/vim/vim/commit/7b877b360532713dc21a0ff3d55a76ac02eaf573
| * | | | | | | vim-patch:4d1c0a4James McCoy2016-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NA runtime update (original commit message below) since Neovim doesn't have runtime/spell/. Update to newer English spell files, but without the COMPOUND rules that make suggestions very slow. https://github.com/vim/vim/commit/4d1c0a44419afb3c15a861dcb88f46bfed8cd952
| * | | | | | | vim-patch:a61018dJames McCoy2016-05-24
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NA runtime update (original commit message below) since Neovim doesn't have runtime/spell/. Revert English spell file update https://github.com/vim/vim/commit/a61018d7e02a4c98086a04ef747ff0406437b509
* | | | | | | Merge pull request #4808 from justinmk/small.vimJustin M. Keyes2016-05-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | test: Remove references to tiny.vim/small.vim/mbyte.vim
| * | | | | | | test: Remove references to tiny.vim/small.vim/mbyte.vimMichael Ennen2016-05-22
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vim creates these scripts in test1 depending on what build features are enabled so that tests that use these features are skiped if necessary. Because Neovim only has one type of build (and the features +eval, +windows, and +multi-byte are enabled in this build) they are not necessary.
* | | | | | | Merge pull request #2824 from lucc/legacy/close_countJustin M. Keyes2016-05-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tests: migrate legacy close_count
| * | | | | | | tests: Modernize legacy/close_count.Lucas Hoffmann2016-05-20
| | | | | | | |
| * | | | | | | tests: Migrate legacy test close_count.Lucas Hoffmann2016-05-20
| | | | | | | |
* | | | | | | | Merge pull request #4806 from justinmk/nodetypeJustin M. Keyes2016-05-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | os_nodetype: Return NODE_NORMAL if os_stat fails.
| * | | | | | | | os_nodetype: Return NODE_NORMAL if os_stat fails.Justin M. Keyes2016-05-22
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conforms to Vim's mch_nodetype. Regression by 7db4a15. buf_write() expects NODE_WRITABLE for character devices such as /dev/stderr. Closes #4772
* | | | | | | | Merge pull request #4786 from jbradaric/vim-7.4.1516Justin M. Keyes2016-05-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vim-patch:7.4.1516,7.4.1521
| * | | | | | | | file_perm_spec: Fix the test condition on Windows.Jurica Bradaric2016-05-20
| | | | | | | | |
| * | | | | | | | vim-patch:7.4.1521Jurica Bradaric2016-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: File permission test fails on MS-Windows. Solution: Expect a different permission. https://github.com/vim/vim/commit/8322e1f06e8fa39a6bb790a7d8d7db5d7aff3366
| * | | | | | | | vim-patch:7.4.1516Jurica Bradaric2016-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot change file permissions. Solution: Add setfperm(). https://github.com/vim/vim/commit/8049253b96838b3584600e5ad229abad37a95b10
* | | | | | | | | Merge pull request #4787 from brcolow/vim-7.4.1050Justin M. Keyes2016-05-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.1050
| * | | | | | | | | Fixes suggested by @justinmk and @jbradaricMichael Ennen2016-05-20
| | | | | | | | | |
| * | | | | | | | | vim-patch:7.4.1050Michael Ennen2016-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Warning for unused var with tiny features. (Tony Mechelynck) Solution: Add #ifdef. Use vim_snprintf(). Reduce number of statements. https://github.com/vim/vim/commit/c71982b23978ef61d0a2f0fe5535e782e1c561ed
* | | | | | | | | | Merge pull request #4793 from brcolow/vim-7.4.1061Justin M. Keyes2016-05-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.1061
| * | | | | | | | | | vim-patch:7.4.1061Michael Ennen2016-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Compiler warning for ignoring return value of fwrite(). Solution: Do use the return value. (idea: Charles Campbell) https://github.com/vim/vim/commit/285bf84b4b9aca828828a8729b04cd59ab333dac
* | | | | | | | | | | host.vim: s:RegistrationCommands(): Normalize slashes.Justin M. Keyes2016-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4795
* | | | | | | | | | | Merge #4800 'syntax: foo=NONE should clear hi group'Justin M. Keyes2016-05-21
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | test/syntax: foo=NONE clears hi groupAdnoC2016-05-21
| | | | | | | | | | |
| * | | | | | | | | | syntax: foo=NONE clears hi groupAdnoC2016-05-21
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4767
* | | | | | | | | | Merge pull request #4737 from jamessan/vim-7.4.1017Justin M. Keyes2016-05-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | https://github.com/neovim/neovim/pull/4789C] vim-patch:7.4.1017,7.4.1018,7.4.1034
| * | | | | | | | | | vim-patch:7.4.1034James McCoy2016-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: There is no test for the 'backspace' option behavior. Solution: Add a test. (Hirohito Higashi) https://github.com/vim/vim/commit/aac624bacd4be0c5a8e603dac9020f4a754c9c9c
| * | | | | | | | | | vim-patch:7.4.1018James McCoy2016-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Failure running tests. Solution: Add missing change to list of old style tests. https://github.com/vim/vim/commit/af2dff8fbc0e0c1dd7cb5ae058c3b896c28f7d24
| * | | | | | | | | | vim-patch:7.4.1017James McCoy2016-05-20
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When there is a backslash in an option ":set -=" doesn't work. Solution: Handle a backslash better. (Jacob Niehus) Add a new test, merge in old test. https://github.com/vim/vim/commit/8f79acdf7ede2693fbda53c3c9693f16db4f193b
* | | | | | | | | | Merge pull request #4779 from equalsraf/tb-lua-without-unittestJustin M. Keyes2016-05-20
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | Allow building without Luajit
| * | | | | | | | | cmake: Allow building without LuajitRui Abreu Ferreira2016-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default Neovim searched a Luajit instalation and linked against the luajit library. In practice Neovim only requires luajit to run the unit tests. All other targets only require lua and the correct lua modules. This commit: 1. Remove the strict dependency on Luajit 2. Makes the unittest target depend on the lua 'ffi' module. If the module is not available the target is not enabled and a message is displayed.
* | | | | | | | | | Merge #4744 'highlight listchar in cursorline'Justin M. Keyes2016-05-20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test: listcharsYichao Zhou2016-05-20
| | | | | | | | | | |
| * | | | | | | | | | screen.c: Fix listchars hl for space/nbsp in visual mode.Yichao Zhou2016-05-20
| | | | | | | | | | |
| * | | | | | | | | | test: cursorline, listcharsYichao Zhou2016-05-20
| | | | | | | | | | |
| * | | | | | | | | | lintYichao Zhou2016-05-20
| | | | | | | | | | |
| * | | | | | | | | | test: Update to meet new expectations.Yichao Zhou2016-05-20
| | | | | | | | | | |
| * | | | | | | | | | Let the highlight of listchars override cursorlineYichao Zhou2016-05-20
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3670
* | | | | | | | | | Merge pull request #4791 from brcolow/vim-7.4.1059Justin M. Keyes2016-05-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.1059
| * | | | | | | | | | 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
| | | | | | | | | | |