aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add EndOfBuffer hl group for ~ lines after the last line in buffersMarco Hinz2015-02-02
| | | | | | | | This makes it possible to highlight the lines starting with ~ at the end of buffers and other elements highlighted using NonText. As proposed by mhinz at https://groups.google.com/forum/#!topic/vim_dev/p3de1iU1GXI/discussion
* scripts/vim-patch: Allow equivalent shorthand argsMichael Reed2015-02-02
|
* Fall back to libuv 1.2.0 and fix #1914.John Szakmeister2015-02-01
| | | | | | | It appears that commit 393c1c59a27591d705648919b2d7fb921cba37bc (unix: set non-block mode in uv_{pipe,tcp,udp}_open) has broken Neovim's drawing under OSX. Let's revert to 1.2.0 until we can figure out what is happening and get it fixed.
* Merge pull request #1572 from fwalch/fix-osxJustin M. Keyes2015-01-30
|\ | | | | Fix OS X builds.
| * Travis: Run unit tests for Clang build.Florian Walch2015-01-30
| |
| * Travis: Fix OS X builds.Florian Walch2015-01-29
| |
* | Merge PR #1799 'Update to libuv 1.3.0'Thiago de Arruda2015-01-30
|\ \ | |/ |/|
| * Update to libuv 1.3.0Michael Reed2015-01-30
|/
* Merge PR #1907 'Fix functional test problems'Thiago de Arruda2015-01-29
|\
| * test: Mark unreliable test as pending in job_spec.luaThiago de Arruda2015-01-29
| | | | | | | | | | | | | | `job_send` is non-blocking and can potentially fail due to the following `job_stop` call. Since we can't reliably verify that the "exit" event is only sent after the "stdout" event, mark the test as pending and fix after we can get a notification about `job_send` status.
| * travis: Install neovim module for testing the python provider.Thiago de Arruda2015-01-29
|/ | | | python_spec.lua depends on the python client installed.
* Merge pull request #1834 from Pyrohh/misc-float-doubleJustin M. Keyes2015-01-29
|\ | | | | Factor out float usage & remove '+float' references
| * Remove '+float' referencesMichael Reed2015-01-24
| | | | | | | | | | The corresponding code was already removed in b4ca3abc9f6676ea250e42c834716a5f66d8ec30
| * hardcopy.c: Factor out float usageMichael Reed2015-01-24
| |
* | Fix the ctrl + left click test.John Szakmeister2015-01-28
| | | | | | | | | | | | | | The test was hoping to not find a tags file, but didn't actively guard against it. In my case, I had a tags file present which was causing different output to be generated. To fix this, let's set the tags option to look for an unlikely filename.
* | Merge #1814 'clipboard: don't clobber "0 when deleting to unnamed'Justin M. Keyes2015-01-27
|\ \
| * | clipboard: more register tests for deleteBjörn Linse2015-01-27
| | |
| * | clipboard: don't clobber "0 when deleting to unnamedBjörn Linse2015-01-27
|/ /
* | Remove spurious file 'del' left after old tests.Eliseo Martínez2015-01-27
| | | | | | | | | | Executing old tests leaves an empty file 'del' that doesn't get removed by `make clean`.
* | Merge pull request #1867 from elmart/nonnull-deadcodeJustin M. Keyes2015-01-26
|\ \ | | | | | | Remove deadcode due to nonnullret funcs.
| * | Remove nonnullret deadcode: xmalloc & xrealloc.Eliseo Martínez2015-01-27
| | |
| * | Remove nonnullret deadcode: xmalloc.Eliseo Martínez2015-01-27
| | |
| * | Remove nonnullret deadcode: xcalloc.Eliseo Martínez2015-01-27
| | |
| * | Remove nonnullret deadcode: viminfo_readstring.Eliseo Martínez2015-01-27
| | |
| * | Remove nonnullret deadcode: vim_strsave.Eliseo Martínez2015-01-27
| | |
| * | Remove nonnullret deadcode: transstr.Eliseo Martínez2015-01-27
| | |
| * | Remove nonnullret deadcode: str_foldcase & vim_strnsave.Eliseo Martínez2015-01-27
| | |
| * | Remove nonnullret deadcode: home_replace_save.Eliseo Martínez2015-01-27
| | |
| * | Remove nonnullret deadcode: getroom.Eliseo Martínez2015-01-27
| | |
| * | Remove nonnullret deadcode: enc_canonize.Eliseo Martínez2015-01-27
| | |
| * | Remove nonnullret deadcode: addstar.Eliseo Martínez2015-01-27
| | |
| * | Remove nonnullret deadcode: Mark new nonnullret functions.Eliseo Martínez2015-01-27
| | |
* | | api/*.c: Comment cleanupMichael Reed2015-01-26
|/ / | | | | | | | | | | - @justinmk: Clarify comments - Match verbiage used in other api/*.c files - Fix a few typos/missing words
* | tools: add .clang-formatFelipe Morales2015-01-26
| | | | | | | | | | | | | | | | | | | | Configuration for clang-format and related utilities. Examples: clang-format -style=file <file> git clang-format -style=file <commit> git diff -U0 HEAD^ | clang-format-diff.py -i -p1 -style=file
* | Merge 'vim-patch: Small patches' #1873Justin M. Keyes2015-01-26
|\ \
| * | vim-patch: Mark 7.4.522, 7.4.591 as NA.Florian Walch2015-01-26
| | |
| * | vim-patch:7.4.517Florian Walch2015-01-26
| | | | | | | | | | | | | | | | | | | | | | | | Problem: With a wrapping line the cursor may not end up in the right place. (Nazri Ramliy) Solution: Adjust n_extra for a Tab that wraps. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-517
| * | vim-patch:7.4.514Florian Walch2015-01-26
|/ / | | | | | | | | | | | | Problem: Memory access error. (Dominique Pelle) Solution: Update tpos. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-514
* | vim-patch:31f7581Florian Walch2015-01-26
| | | | | | | | | | | | Update runtime files and translations. https://code.google.com/p/vim/source/detail?r=31f7581068a9c3119e3bd2cd74160eb8282c3c6e
* | fix #1839: decrement mouse row and colglebtv2015-01-26
|/ | | | - regression by 04c0658024a98a0586997f0ea8af1e3f774cc83e
* Merge pull request #1865 from Pyrohh/main-improvementsJustin M. Keyes2015-01-23
|\ | | | | main.c improvements
| * main.c: Misc. improvementsMichael Reed2015-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Constify parameters and reduce char_u usage - Modernize function signatures - Modernize function comment blocks, rewriting if needed - Factor out mainerr_arg_missing(); all the other ME_* macros lack such a wrapper function. main_errors[] - Remove unneeded parentheses - Remove an unused error string and its respective macro mainerr() - Don't print version when called. mainerr() only handles errors related to command line arguments, so the version isn't much help at all. - Changed 'vim' instance to 'nvim' Misc. - Remove duplicate include - Replace unneeded 'inttypes.h' include with 'stdint.h' - Remove stray comments - Remove excessive newlines
| * main.c: Enable -WconversionMichael Reed2015-01-23
|/
* Merge PR #1879 'Migrate legacy test 107'Thiago de Arruda2015-01-23
|\
| * test: Migrate legacy test 107Thiago de Arruda2015-01-23
|/ | | | | This test depends on terminal size to work correctly. After migration this requirement is removed.
* Merge PR #1877 'Fix functional test suite hang when a test fails'Thiago de Arruda2015-01-23
|\
| * test: Make default screen timeout depend on the VALGRIND env varThiago de Arruda2015-01-23
| | | | | | | | | | | | While running under valgrind, the screen can take significantly longer to update(especially on travis) so a higher timeout can be required. Also reduce the timeout when not running on valgrind.
| * test: Fix hanging test suite after failuresThiago de Arruda2015-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a test that fails leaves nvim in a 'Press Enter...' state, the whole suite will hang because the `qa!` command executed before the next test won't be processed until '<enter>' is sent. Now the lua client can send a signal with when `Session:exit()` is called, so the `qa!` request is no longer necessary. Also: - Set noswapfile at startup to prevent tests from leaving .s* swap files(should also improve test environment determinism) - Use `assert(false, msg) instead of `error(msg)` to report screen assertion failures.
| * deps: Update lua clientThiago de Arruda2015-01-23
|/ | | | | | | The latest version works around a libuv bug that can leave zombie nvim processes despite the event loop being properly cleaned up. This can lead to functional tests being aborted depending on the maximum number of child processes configured for a platform.
* Merge PR #1835 'snapshot_util (Screen Tests for the Lazy) and enable ↵Thiago de Arruda2015-01-23
|\ | | | | | | stricter highlight tests'