aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | vim-patch:7.4.1237 (#5092)Simon Weil2016-07-31
| |/ / / |/| | | | | | | | | | | | | | | | | | | Problem: Can't translate message without adding a line break. Solution: Join the two parts of the message. https://github.com/vim/vim/commit/d9ea9069f5ef5b8b9f9e0d0daecdd124e2dcd818
* | | | eval.c: rename capture() to execute() (#5132)Justin M. Keyes2016-07-31
| | | |
* | | | matchit.vim: preserve jumplist (#5124)Tommy Allen2016-07-30
| | | |
* | | | Merge pull request #5076 from fwalch/travis/osx-depsFlorian Walch2016-07-30
|\ \ \ \ | | | | | | | | | | Travis: Use caching instead of pre-compiled deps for OSX.
| * | | | Travis: Build 3rd-party dependencies with system's default compiler.Florian Walch2016-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | Using GCC 4.9 for building the dependencies caused some linker error on OS X.
| * | | | Travis: Fix accidental building of 3rd-party dependencies.Florian Walch2016-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | Running tests from the top-level Makefile will use the third-party dependencies from .deps instead of the ones from the Travis cache.
| * | | | Travis: Use caching instead of pre-compiled deps for OSX.Florian Walch2016-07-30
|/ / / /
* | | | test: fixKillTheMule2016-07-29
| | | |
* | | | Remove redundant includes of unistd.h (#5126)Rui Abreu Ferreira2016-07-29
| | | |
* | | | doc: gentle transition steps; stub XDG sectionJustin M. Keyes2016-07-29
| | | | | | | | | | | | | | | | Closes #4951
* | | | Merge #2850Justin M. Keyes2016-07-28
|\ \ \ \
| * | | | A bit of lintingKillTheMule2016-07-28
| | | | |
| * | | | tests: Update migrated legacy test 30 for patch 7.4.643.Lucas Hoffmann2016-05-23
| | | | | | | | | | | | | | | | | | | | The patch was merged into master at f104ce2d.
| * | | | tests: Migrate legacy test 30.Lucas Hoffmann2016-05-23
| | |_|/ | |/| | | | | | | | | | | | | | The original test did also create additional auxiliary files which where never used. They are not created any longer.
* | | | mouse.c: Adjust clicked column if chars are concealed (#5087)Tommy Allen2016-07-28
| | | | | | | | | | | | | | | | | | | | syntax.c: Added syn_get_concealed_id() tests: Added tests for mouse clicks on concealed text.
* | | | man: fix description of XDG_DATA_HOME (#5120)E Kawashima2016-07-27
| |/ / |/| | | | | If not set `XDG_DATA_HOME` is defaulted to `~/.local/share`; the data are stored under the `$XDG_DATA_HOME/nvim`.
* | | CMake: fix USE_BUNDLED_LIBUVDavid Personette2016-07-25
| | | | | | | | | | | | Closes #5114.
* | | vim-patch:7.4.1179 (#5112)Hirokazu Hata2016-07-25
| | | | | | | | | | | | | | | | | | Problem: test_writefile and test_viml do not delete the tempfile. Solution: Delete the tempfile. (Charles Cooper) Add DeleteTheScript(). https://github.com/vim/vim/commit/f4f79b84a5595c511f6fdbe4e3e1d188d97879a0
* | | Merge pull request #5020 from jamessan/vim-7.4.1663James McCoy2016-07-24
|\ \ \ | | | | | | | | vim-patch:7.4.1663,7.4.1682,7.4.1703
| * | | lintJames McCoy2016-07-23
| | | |
| * | | vim-patch:7.4.1703James McCoy2016-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Can't assert for not equal and not matching. Solution: Add assert_notmatch() and assert_notequal(). https://github.com/vim/vim/commit/b50e5f56861deb867478997397f7c784a7043233
| * | | vim-patch:7.4.1682James McCoy2016-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Coverity: no check for NULL. Solution: Add check for invalid argument to assert_match(). https://github.com/vim/vim/commit/72188e9aae26e6191c68ff673ef145104b17c64f
| * | | vim-patch:7.4.1663James McCoy2016-07-23
|/ / / | | | | | | | | | | | | | | | | | | Problem: In tests it's often useful to check if a pattern matches. Solution: Add assert_match(). https://github.com/vim/vim/commit/ea6553bec340920d8a09c7210cdc2d218e25ace2
* | | vim-patch:7.4.1491 #5048Patrick2016-07-18
| | | | | | | | | | | | | | | | | | | | | Problem: Visual-block shift breaks multi-byte characters. Solution: Compute column differently. (Yasuhiro Matsumoto) Add a test. https://github.com/vim/vim/commit/20b4f463f4ab50fa9bcc9838aa94101fa5698125
* | | vim-patch:7.4.1365 (#5037)prollings2016-07-20
| | | | | | | | | | | | | | | | | | Problem: Cannot execute a single test function. Solution: Add an argument to filter the functions with. (Yasuhiro Matsumoto) https://github.com/vim/vim/commit/befb366affa6309c6b4a469ec7f729821e3a36fa
* | | coverity/150263: s/STRCPY/STRLCPY/, bounds check (#5036)J Phani Mahesh2016-07-20
| | |
* | | Merge #5058Justin M. Keyes2016-07-18
|\ \ \
| * | | test: Update test_alot.vimJustin M. Keyes2016-07-18
| | | | | | | | | | | | | | | | These tests should be here, not in the Makefile.
| * | | vim-patch:7.4.1548Patrick2016-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Two tests fail. Solution: Adjust the expected error number. Remove check for type. https://github.com/vim/vim/commit/5a2800fd141a8fc0c80cdf421dcb76001a22327f
| * | | vim-patch:7.4.1546Patrick2016-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Sticky type checking is more annoying than useful. Solution: Remove the error for changing a variable type. https://github.com/vim/vim/commit/f6f32c38bf3319144a84a01a154c8c91939e7acf Note: There are a bunch of other changes to eval.txt that I believe are N/A and not related to this patch.
* | | | server_init: Handle server_address_new() failure.Justin M. Keyes2016-07-18
| | | | | | | | | | | | | | | | Closes #3364
* | | | vim-patch:7.4.1186 (#5091)Simon Weil2016-07-19
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Error messages for security context are hard to translate. Solution: Use one string with %s. (Ken Takata) https://github.com/vim/vim/commit/4a1314cb9c1847dc32ceeb3eebeae123ef10b16e
* | | | Merge #5062 from blueyed/fix-genvimvim-funcnamesJustin M. Keyes2016-07-19
|\ \ \ \ | | | | | | | | | | genvimvim.lua: fix matching functions
| * | | | fixup! fixup! genvimvim.lua: fix matching functionsDaniel Hahler2016-07-19
| | | | |
| * | | | fixup! genvimvim.lua: fix matching functionsDaniel Hahler2016-07-14
| | | | |
| * | | | genvimvim.lua: fix matching functionsDaniel Hahler2016-07-13
| | | | | | | | | | | | | | | | | | | | Fixes https://github.com/neovim/neovim/issues/5060.
* | | | | Merge #5077 from fwalch/travis/fix-gcovJustin M. Keyes2016-07-17
|\ \ \ \ \ | | | | | | | | | | | | Travis: Fix coveralls upload.
| * | | | | Travis: Run GCov on GCC-5 build.Florian Walch2016-07-17
| | | | | | | | | | | | | | | | | | | | | | | | Running coveralls with llvm-cov doesn't seem to work.
| * | | | | Travis: Fix coveralls upload.Florian Walch2016-07-17
| | | | | |
* | | | | | Merge #4798 'process.c: Fix block in teardown'Justin M. Keyes2016-07-16
|\ \ \ \ \ \
| * | | | | | process.c: Close events are processed too lateoni-link2016-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiling with macro -DEXITFREE opens a code path on which the event loop is used after it was teared down, because not all close events were processed yet.
| * | | | | | process.c: Fix a block when in teardown modeoni-link2016-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nvim blocking can be tested with "nvim +te +'!xclip' +qa" By closing all handles for a pty process, we unblock the event loop if the process has not terminated yet.
* | | | | | | test: PTY descendants should not prevent exit.Justin M. Keyes2016-07-16
| | | | | | |
* | | | | | | Merge #5068 'justinmk/output_spec'Justin M. Keyes2016-07-14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | test: output_specJustin M. Keyes2016-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reference: https://github.com/neovim/neovim/issues/3772#issuecomment-162334005
* | | | | | | Merge pull request #5059 from joshtriplett/busted-specify-lua-interpreterJames McCoy2016-07-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Pass busted the path to the detected Lua interpreter
| * | | | | | | Pass busted the path to the detected Lua interpreterJosh Triplett2016-07-13
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, busted may run a different interpreter than the one we detected, without the capabilities we expect. (For instance, we might have detected the luajit interpreter, but busted might run the lua interpreter, without the ffi module.)
* | | | | | | Merge pull request #5042 from bfredl/unnamedunnamedplusBjörn Linse2016-07-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | clipboard: make v:register=='+' when clipboard=unnamed,unnamedplus
| * | | | | | | clipboard: fix v:register when clipboard=unnamed,unnamedplusBjörn Linse2016-07-12
| | | | | | | |
* | | | | | | | Merge #5026 from joshtriplett/term-title-statuslineJustin M. Keyes2016-07-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Please support setting terminal title in :terminal