aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* oldtests: comment out v:none assertionsJan Edmund Lazo2018-06-03
| | | | nvim does not support v:none for json_encode() and json_decode().
* vim-patch:8.0.1311: no test for strpart()Jan Edmund Lazo2018-06-02
| | | | | | Problem: No test for strpart(). Solution: Add a test. (Dominique Pelle, closes vim/vim#2347) https://github.com/vim/vim/commit/c7d16dce2f180c8ebfc8105ad090b0ea2deedcdc
* vim-patch:8.0.0435: some functions are not testedJan Edmund Lazo2018-06-02
| | | | | | Problem: Some functions are not tested. Solution: Add more tests for functions. (Dominique Pelle, closes vim/vim#1541) https://github.com/vim/vim/commit/41042f3cfdb91f946e553456278a995e61dd8578
* vim-patch:8.0.0261: not enough test coverage for eval functionsJan Edmund Lazo2018-06-02
| | | | | | Problem: Not enough test coverage for eval functions. Solution: Add more tests. (Dominique Pelle, closes vim/vim#1420) https://github.com/vim/vim/commit/24c2e48ef8b8b9053fa18039e6f6118337f908f8
* wildmenu: close before redrawing statusline (#8453)Alexander Karle2018-06-02
| | | Fixes #8385
* vim-patch:8.0.0519: character classes not well tested (#8460)KunMing Xie2018-06-01
| | | | | | | | | Problem: Character classes are not well tested. They can differ between platforms. Solution: Add tests. In the documentation make clear which classes depend on what library function. Only use :cntrl: and :graph: for ASCII. (Kazunobu Kuriyama, Dominique Pelle, closes vim/vim#1560) Update the documentation. https://github.com/vim/vim/commit/0c078fc7db2902d4ccba04506db082ddbef45a8c
* vim-patch:8.0.0516 (#8458)KunMing Xie2018-06-01
| | | | | | Problem: A large count on a normal command causes trouble. (Dominique Pelle) Solution: Make "opcount" long. https://github.com/vim/vim/commit/b1e04fca3704e272a30afbe062498819eaacd4f9
* Merge #8454 from janlazo/vim-8.0.0321Justin M. Keyes2018-06-01
|\
| * vim-patch:8.0.1232: MS-Windows users are confused about default mappingsJan Edmund Lazo2018-05-30
| | | | | | | | | | | | | | | | Problem: MS-Windows users are confused about default mappings. Solution: Don't map keys in the console where they don't work. Add a choice in the installer to use MS-Windows key bindings or not. (Christian Brabandt, Ken Takata, closes vim/vim#2093) https://github.com/vim/vim/commit/c3fdf7f80b2febdd8a8f7a1310631567d257d66a
| * vim-patch:8.0.0321: errors when trying to use scripts in tiny versionJan Edmund Lazo2018-05-30
|/ | | | | | | Problem: When using the tiny version trying to load the matchit plugin gives an error. On MS-Windows some default mappings fail. Solution: Add a check if the command used is available. (Christian Brabandt) https://github.com/vim/vim/commit/8cc2a9c062fa38e133a62778518f769a423a2526
* Merge #8451 from ckelsel/vim-8.0.0507Justin M. Keyes2018-05-30
|\
| * vim-patch:8.0.0511: message for skipping client-server tests is unclearckelsel2018-05-30
| | | | | | | | | | | | | | Problem: Menuage for skipping client-server tests is unclear. Solution: Be more specific about what's missing (Hirohito Higashi, Kazunobu Kuriyama) https://github.com/vim/vim/commit/a683ec44c34f0717dcc6a0c03493ba39b879ac38
| * vim-patch:8.0.0507: client-server tests fail when $DISPLAY is not setckelsel2018-05-30
| | | | | | | | | | | | Problem: Client-server tests fail when $DISPLAY is not set. Solution: Check for E240 before running the test. https://github.com/vim/vim/commit/a2845b8f5a3058c8c89699771ffd4d69513b097d
* | vim-patch:8.0.0515: ml_get errors in silent Ex mode (#8452)KunMing Xie2018-05-30
|/ | | | | | Problem: ml_get errors in silent Ex mode. (Dominique Pelle) Solution: Clear valid flags when setting the cursor. Set the topline when not in full screen mode. https://github.com/vim/vim/commit/d5d37537d1fa46fd468bd378af2006dd09840f38
* Merge #8434 'win/build: prefer Ninja'Justin M. Keyes2018-05-27
|\
| * Change to use bundled libuv to build luverw72018-05-27
| |
| * Change to use RUNTIME target for DLL installationerw72018-05-23
| |
| * Change to not use library prefix on MSVCerw72018-05-23
| |
| * Change conditions to more generallyerw72018-05-23
| |
| * Remove unnecessary copy of headererw72018-05-23
| |
| * Change to always use cmake to build libuv on Windowserw72018-05-22
| |
| * Change to use cmake to build libuverw72018-05-22
| |
| * Change to enable build by Ninja on Windowserw72018-05-21
| |
* | vim-patch:8.0.0505: failed window split for :stag not handled (#8439)KunMing Xie2018-05-26
| | | | | | | | | | Problem: Failed window split for :stag not handled. (Coverity CID 99204) Solution: If the split fails skip to the end. (bstaletic, closes vim/vim#1577) https://github.com/vim/vim/commit/ba6ad17378ddb9b33412d85174224997b8ff7a4f
* | vim-patch:8.0.0496: insufficient testing for folding (#8438)KunMing Xie2018-05-26
| | | | | | | | | | Problem: Insufficient testing for folding. Solution: Add a couple more fold tests. (Dominique Pelle, closes vim/vim#1579) https://github.com/vim/vim/commit/518c9b133baed4b1a555d7be0ece1b48bb234b1d
* | Merge #8436 win: test: cleanup on exit'Justin M. Keyes2018-05-26
|\ \
| * | fixup: always delete Xfile, fix exit code checkJan Edmund Lazo2018-05-25
| | | | | | | | | | | | | | | after_each + os.remove ensures Xfile is deleted after every test. Windows exit code is inconsistent.
| * | win: test: close shada file before os.removeJan Edmund Lazo2018-05-24
| | |
| * | win: test: delete sautest/Jan Edmund Lazo2018-05-24
| | |
| * | win: test: don't test symlink if not admin userJan Edmund Lazo2018-05-24
| | |
| * | win: test: disable non-admin failing testsJan Edmund Lazo2018-05-24
|/ / | | | | | | | | | | | | mkfifo (msysgit) does not work outside of msys2 environment. gzip tests fail on Windows. mklink requires admin privs for file symbolic links so mklink fails.
* | vim-patch:8.0.0454: compiler warnings for "always true" comparison (#8431)KunMing Xie2018-05-24
| | | | | | | | | | | | Problem: Compiler warnings for comparing unsigned char with 256 always being true. (Manuel Ortega) Solution: Add type cast. https://github.com/vim/vim/commit/977d03733601948ab334fec24d0da82bc18c57c3
* | vim-patch:8.0.0503: endless loop in updating folds with 32 bit ints (#8433)nthanben2018-05-24
| | | | | | | | | | Problem: Endless loop in updating folds with 32 bit ints. Solution: Subtract from LHS instead of add to the RHS. (Matthew Malcomson) vim/vim@9d20ce6
* | Merge pull request #6743 from bfredl/channel_infoBjörn Linse2018-05-23
|\ \ | | | | | | Add methods to enumerate channels and clients to identify themselves
| * | api: list information about all channels/jobs.Björn Linse2018-05-23
|/ / | | | | | | | | Fire autocmd when channel opens or its info changes. Add a way for API clients can describe themselves.
* | doc: remove mentions of vimrc_exampleJustin M. Keyes2018-05-22
| | | | | | | | closes #8426
* | test/old: fix test filenameJustin M. Keyes2018-05-20
| |
* | win/build: Fix install (#8420)erw72018-05-20
|/
* Merge #8419 'Fix PVS warnings'Justin M. Keyes2018-05-20
|\
| * socket.c: Ignore PVS/V547: False positiveJustin M. Keyes2018-05-20
| | | | | | | | https://github.com/neovim/neovim/pull/8218#issuecomment-383412049
| * getchar.c: Fix PVS/V522: Dereference of null pointer mp_matchJustin M. Keyes2018-05-20
| |
| * strings.c: Fix PVS/V781: value of 'l + 1' is checked after it was usedJustin M. Keyes2018-05-20
| |
* | Merge #8417 'vim-patch: 8.0.0489, 8.0.0491, 8.0.0495, 8.0.0500'Justin M. Keyes2018-05-20
|\ \
| * | vim-patch:8.0.0500: quotestar test is still a bit flakylonerover2018-05-20
| | | | | | | | | | | | | | | | | | Problem: Quotestar test is still a bit flaky. Solution: Add a slower check for v:version. https://github.com/vim/vim/commit/4889ad7c6cd46368f553cc1140ca17508e8beaaa
| * | vim-patch:8.0.0495: quotestar test uses timer instead of timeoutlonerover2018-05-20
| | | | | | | | | | | | | | | | | | | | | Problem: The quotestar test uses a timer instead of a timeout, thus it cannot be rerun like a flaky test. Solution: Remove the timer and add a timeout. (Kazunobu Kuriyama) https://github.com/vim/vim/commit/f5610da7a8a5908e747d1ae39dbed1408bbd2644
| * | vim-patch:8.0.0491: quotestar test fails when features are missinglonerover2018-05-20
| | | | | | | | | | | | | | | | | | Problem: The quotestar test fails when a required feature is missing. Solution: Prepend "Skipped" to the thrown exception. https://github.com/vim/vim/commit/bfd830d3e2dbd1e9b14c65625f18773074e6ac67
| * | vim-patch:8.0.0489: clipboard and "* register is not testedlonerover2018-05-20
| | | | | | | | | | | | | | | | | | Problem: Clipboard and "* register is not tested. Solution: Add a test for Mac and X11. (Kazunobu Kuriyama) https://github.com/vim/vim/commit/7dd4850698e37c3ed4a3c3b23f4cdbf1ae6542f8
* | | deps: update to msgpack 3.0.0Justin M. Keyes2018-05-20
| |/ |/| | | | | | | | | Upgrade msgpack so that Nvim 0.3.0 builds on gcc 8. ref #7506
* | win/package: move gui shim to its runtime folder (#8418)Jan Edmund Lazo2018-05-20
|/ | | | | Close #7517 gui shim is for nvim-qt only.
* Merge #8411 from justinmk/vimpatchesJustin M. Keyes2018-05-19
|\