aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * | | | | | | lib/queue: Actually remove all _QUEUE macrosZyX2016-05-30
| | | | | | | |
| * | | | | | | lib/queue: Refactor queue.hZyX2016-05-30
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 1. Linter finds no errors now. 2. Most of macros changed to `static inline … FUNC_ATTR_ALWAYS_INLINE` functions (that was the purpose: they are easier to debug). 3. Queue is now not a pair of void* pointers, but a struct with two QUEUE pointers, next and prev. This should not affect anything, except that _QUEUE private macros can really be avoided without reducing readability and they do not need any casts.
* | | | | | | lib/kvec: Fix remaining linter errorsZyX2016-05-30
| | | | | | |
* | | | | | | lib/kvec: Make code cleanerZyX2016-05-30
| | | | | | |
* | | | | | | lib/kvec: Do not use kv_init unless neededZyX2016-05-30
| | | | | | |
* | | | | | | lib/kvec: Remove useless type argument from kv_push macrosZyX2016-05-30
|/ / / / / /
* | | | | | Merge pull request #4740 from brcolow/vim-7.4.1276Justin M. Keyes2016-05-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | vim-patch:7.4.1276
| * | | | | | vim-patch:7.4.1276Michael Ennen2016-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Warning for not using return value of fcntl(). Solution: Explicitly ignore the return value. https://github.com/vim/vim/commit/fbc4b4db3a9690906a96e16724350a6241cf32a5
* | | | | | | Merge pull request #4756 from jbradaric/vim-7.4.1119Justin M. Keyes2016-05-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | vim-patch:7.4.1119,7.4.1123,7.4.1132,7.4.1161
| * | | | | | | vim-patch:7.4.1161Jurica Bradaric2016-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: ":argadd" without argument is supposed to add the current buffer name to the arglist. Solution: Make it work as documented. (Coot, closes vim/vim#577) https://github.com/vim/vim/commit/2faa29f896252073b53f387406109e331fbbe5f8
| * | | | | | | vim-patch:7.4.1132Jurica Bradaric2016-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Old style tests for the argument list. Solution: Add more new style tests. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/99dbe291f55022bd5166c9c3c7967b8693cd9d1b
| * | | | | | | vim-patch:7.4.1123Jurica Bradaric2016-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Using ":argadd" when there are no arguments results in the second argument to be the current one. (Yegappan Lakshmanan) Solution: Correct the w_arg_idx value. https://github.com/vim/vim/commit/a24f0a550fed3d9773800cf6be4efd072fff20ec
| * | | | | | | vim-patch:7.4.1119Jurica Bradaric2016-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: argidx() has a wrong value after ":%argdelete". (Yegappan Lakshmanan) Solution: Correct the value of w_arg_idx. Add a test. https://github.com/vim/vim/commit/72defda84eb26be9e2ade56c7877b912f818026e
* | | | | | | | fopen_noinh_readbin: restore WIN32 decisionJustin M. Keyes2016-05-28
| | | | | | | |
* | | | | | | | do_source: less fuss about fopen_noinh_readbinJustin M. Keyes2016-05-28
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #2825 from lucc/legacy/listlbrJustin M. Keyes2016-05-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tests: Migrate legacy test listlbr.
| * | | | | | | tests: Migrate legacy test listlbr.Lucas Hoffmann2016-05-23
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #4825 from ZyX-I/fix-4822Justin M. Keyes2016-05-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | eval: Stop executing *eval() function at error
| * | | | | | | eval: Stop executing *eval() function at errorZyX2016-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4822 Closes #4823
* | | | | | | | Merge pull request #4817 from bfredl/remoteuiJustin M. Keyes2016-05-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | api: refactor remote ui to use API dispatch generation
| * | | | | | | | api: refactor remote ui to use API dispatch generationBjörn Linse2016-05-27
| | | | | | | | |
* | | | | | | | | Windows: Don't build the TUI is systems where it is not supportedRui Abreu Ferreira2016-05-27
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The TUI can be enabled/disabled at build time with -DFEAT_TUI, default is ON for UNIX, and OFF for non UNIX. When off, Neovim prints a message to stderr, along with a list of the server endpoints.
* | | | | | | | vim-patch:7.4.1567James McCoy2016-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Crash in assert_fails(). Solution: Check for NULL. (Dominique Pelle) Add a test. https://github.com/vim/vim/commit/1abb502635c7f317e05a0cf3ea067101f9d684f5
* | | | | | | | vim-patch:7.4.1096James McCoy2016-05-25
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Need several lines to verify a command produces an error. Solution: Add assert_fails(). (suggested by Nikolay Pavlov) Make the quickfix alloc test actually work. https://github.com/vim/vim/commit/a260b87d9da17f605666630f18c1ed909c2b8bae
* | | | | | | timers: racy situation found on travisBjörn Linse2016-05-25
|/ / / / / /
* | | | | | Merge pull request #4624 from bfredl/timersBjörn Linse2016-05-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | implement timers and process events during sleep
| * | | | | | cmdline: Redraw the cmdline after processing eventsBjörn Linse2016-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:7.4.1603 TODO(bfredl): if we allow events in HITRETURN and ASKMORE states, we need to add the necessary redraws as well.
| * | | | | | eval: implement timers. vim-patch: 7.4.1578, 7.4.1831Björn Linse2016-05-24
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | For the moment, timers are triggered during sleep, but not in wait-for-input modes, like press-RETURN or f_getchar()
* | | | | | Merge pull request #4741 from brcolow/vim-7.4.1281Justin M. Keyes2016-05-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | vim-patch:7.4.1281
| * | | | | | vim-patch:7.4.1281Michael Ennen2016-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: No test for skipping over code that isn't evaluated. Solution: Add a test with code that would fail when not skipped. https://github.com/vim/vim/commit/ea8c219ca852cc8eaf603b1bf475edf95e2850cf Also add Test 91 from 7.4.1157 to test_viml.vim.
* | | | | | | Merge pull request #4807 from jamessan/vim-7.4.1053Justin M. Keyes2016-05-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | vim-patch:7.4.{1053,1071}
| * | | | | | | vim-patch:7.4.1071James McCoy2016-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: New style tests are executed in arbitrary order. Solution: Sort the test function names. (Hirohito Higashi) Fix the quickfix test that depended on the order. https://github.com/vim/vim/commit/cfc0a350a9fa04f1b0cfa1ba31fbd2847376513f
| * | | | | | | 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
* / | | | | | 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
* | | | | | 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: Migrate legacy test close_count.Lucas Hoffmann2016-05-20
| | | | | | |
* | | | | | | 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
| * | | | | | | 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
* | | | | | | | | | syntax: foo=NONE clears hi groupAdnoC2016-05-21
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4767
* | | | | | | | | 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