aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* api: Remove FUNC_API_SINCE for nvim__ functionsZyX2017-04-11
* genmsgpack: Do not export functions with __Björn Linse2017-04-11
* functests: Check whether it is a problem with an arrayZyX2017-04-11
* lua/converter: Remove useless macrosZyX2017-04-11
* lua: Fix header guardsZyX2017-04-11
* functests: Add another check for the similar transformationZyX2017-04-11
* functests: Test for “string cannot contain newline” set_lines errorZyX2017-04-11
* cmake: Append lua include also to single-includes targetsZyX2017-04-11
* functests: Make sure funcs.luaeval receives only one argumentZyX2017-04-11
* lua: Move files from src/nvim/viml/executor to src/nvim/luaZyX2017-04-11
* viml/executor: Fix check-single-includesZyX2017-04-11
* eval/decode: Include header needed for TriStateZyX2017-04-10
* cmake: Add FindLua.cmakeZyX2017-04-10
* api: Bump nvim__*id functions since valueZyX2017-04-10
* Merge branch 'master' into luaviml'/luaZyX2017-04-10
|\
| * Merge #6489 from ZyX-I/own-output-handlerJustin M. Keyes2017-04-10
| |\
| | * appveyor: Widen .deps cache dependencyZyX2017-04-10
| | * ci: Make appveyor use new output handler as wellZyX2017-04-10
| | * tests: Rename neovim output handler to nvimZyX2017-04-10
| | * third-party: Update busted versionZyX2017-04-10
| | * tests: Skip dumping elapsed times when not availableZyX2017-04-10
| | * tests: Print description also at the end of the suiteZyX2017-04-10
| | * tests: Use our own output handler on travisZyX2017-04-10
| * | Merge #6479 from bfredl/tolowerJustin M. Keyes2017-04-10
| |\ \
| | * | lint: fix clint errors around mb_tolower callsBjörn Linse2017-04-10
| | * | vim-patch:8.0.0552Björn Linse2017-04-10
| | * | vim-patch:8.0.0243Björn Linse2017-04-10
| | * | test: add tests for gu/gU behavior in Turkish localeBjörn Linse2017-04-10
| | * | mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
| * | | Merge #6488 from ZyX-I/coverity-fixesJustin M. Keyes2017-04-10
| |\ \ \ | | |/ / | |/| |
| | * | spellfile: Fix SAL sections readingZyX2017-04-09
| | * | coverity/56795: Fix NULL dereference in :syn keyword non-printableZyX2017-04-09
| | * | spellfile: Fix clint errorsZyX2017-04-09
| | * | spellfile: Fix memory leakZyX2017-04-09
| | * | coverity/13689: Check file header with memcmpZyX2017-04-09
| | * | coverity/13688: Check for NUL bytes in salfromZyX2017-04-09
| | * | coverity/13687: Do not allow NUL byte in region namesZyX2017-04-09
| | * | spellfile: Use old errorZyX2017-04-09
| | * | coverity/13686: Do not allow NUL byte in precondition regexZyX2017-04-09
| * | | Merge pull request #6492 from ZyX-I/fix-clint-incremental-buildNikolai Aleksandrovich Pavlov2017-04-10
| |\ \ \ | | |_|/ | |/| |
| | * | cmake: Do not forget to actually create a touch file for errors.tar.gzZyX2017-04-10
| |/ /
| * | Merge #6481 from ZyX-I/rename-executeJustin M. Keyes2017-04-09
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into rename-executeZyX2017-04-09
| | |\
| | * | functests: Fix linter errorsZyX2017-04-09
| | * | functests: Fix some ui/*_spec testsZyX2017-04-09
| | * | functests: Fix ui/bufhl_specZyX2017-04-09
| | * | functests: Fix ui/screen_basic_specZyX2017-04-09
| | * | functests: Fix terminal/highlight_specZyX2017-04-09
| | * | functests: Fix terminal/cursor_specZyX2017-04-09
| | * | functests: Fix legacy/wordcount_specZyX2017-04-09