aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | unittests: Fix linter errorsZyX2017-01-03
| * | | | | tests: Add tests for partials dumpingZyX2017-01-03
| * | | | | eval: Fix errorneous early exit when converting lists and dictionariesZyX2017-01-03
| * | | | | eval/encode: Fail when stringifying NULL functionsZyX2017-01-03
| * | | | | eval/typval_encode: Handle NULL partials properlyZyX2017-01-03
| * | | | | eval/typval_encode: Provide proper values as dict argumentZyX2017-01-03
| * | | | | eval: Fix unused variable error in release buildsZyX2017-01-03
| * | | | | eval/encode: Fix 4 new linter failuresZyX2017-01-03
| * | | | | eval/typval_encode: Refactor arguments to argument macrosesZyX2017-01-03
| * | | | | eval: Do not free partial contents if partial is still referencedZyX2017-01-03
| * | | | | eval/typval_encode: Rename some \*tv variablesZyX2017-01-03
| * | | | | eval: Do not free partial lists as listsZyX2017-01-03
| * | | | | eval: Fix case when cur_mpsv is NULLZyX2017-01-03
| * | | | | eval/typval_encode: Fix infinite loopZyX2017-01-03
| * | | | | api/helpers: Fix unused variable error in release buildZyX2017-01-03
| * | | | | eval/typval_encode: Fix linter errorsZyX2017-01-03
| * | | | | clint: Allow including .c.h files multiple timesZyX2017-01-03
| * | | | | eval/typval_encode: Fix crashesZyX2017-01-03
| * | | | | eval/typval_encode: Refactor big-big macros into .c.h fileZyX2017-01-03
| * | | | | eval/typval_encode: Make partial conversions not recursiveZyX2017-01-03
| | |/ / / | |/| | |
* | | | | eval.c: filter_map(): avoid maybe-uninitialized warning (#5897)Michael Schupikov2017-01-06
* | | | | Merge pull request #5893 from lonerover/vim-7.4.2127James McCoy2017-01-06
|\ \ \ \ \
| * | | | | vim-patch:7.4.2127rover2017-01-05
* | | | | | Merge pull request #5892 from lonerover/vim-7.4.2103James McCoy2017-01-06
|\ \ \ \ \ \
| * | | | | | fix lint errorlonerover2017-01-06
| * | | | | | vim-patch:7.4.2103lonerover2017-01-05
| |/ / / / /
* | | | | | time.c: os_microdelay(): Let input cancel the delay. #5830Michael Schupikov2017-01-06
* | | | | | man.vim: Avoid empty argument when MANWIDTH is set. (#5882)Marcus Fritzsch2017-01-06
* | | | | | provider: add Python 3.6 (#5886)Marco Hinz2017-01-05
* | | | | | path.c: `vim_FullName()`: Fix heap overflow #5737nfnty2017-01-05
* | | | | | vim-patch:7.4.2110 (#5880)lonerover2017-01-05
|/ / / / /
* | | | | Merge #5874 from ZyX-I/fix-5482Justin M. Keyes2017-01-04
|\ \ \ \ \
| * | | | | plugin/shada: Handle NUL characters with intchar correctlyZyX2017-01-04
| * | | | | plugin/msgpack: Support character constants like '\0'ZyX2017-01-04
| * | | | | doc: Document that character constants are supportedZyX2017-01-04
* | | | | | provider/clipboard.vim: fallback if xsel is broken (#5868)Justin M. Keyes2017-01-04
* | | | | | version.c: update (#5876)Ole Reifschneider2017-01-04
* | | | | | Merge #5749 from justinmk/test-ctrl-cJustin M. Keyes2017-01-04
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | test: skip_fragile(), TEST_SKIP_FRAGILEJustin M. Keyes2017-01-04
| * | | | | test: ctrl_c_specJustin M. Keyes2017-01-04
* | | | | | man.vim: do not set ft=man on files with extension man (#5831)Anmol Sethi2017-01-04
| |/ / / / |/| | | |
* | | | | Merge #5872 justinmk/test_autochdirJustin M. Keyes2017-01-04
|\ \ \ \ \
| * | | | | test/helpers.rmdir(): Windows: Change to top-level dir on failure.Justin M. Keyes2017-01-04
| * | | | | refactor: Remove VimL function `test()`Justin M. Keyes2017-01-04
| * | | | | refactor: Remove VimL function `test_autochdir()`Justin M. Keyes2017-01-04
| * | | | | vim-patch:6f1d9aShougo Matsushita2017-01-02
| * | | | | vim-patch:7.4.2015Shougo Matsushita2017-01-02
* | | | | | Merge #5864 from ZyX-I/fix-5857Justin M. Keyes2017-01-04
|\ \ \ \ \ \
| * | | | | | unittest: Fix linter errorsZyX2017-01-03
| * | | | | | unittest: Refactor preprocess.luaZyX2017-01-03