aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | test: system(): fix testJustin M. Keyes2018-01-23
|/ / / / / / / /
* | | | | | | | Merge pull request #7894 from jamessan/cmake-cmp0026-fixJames McCoy2018-01-23
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: Use generator expression to determine libnvim-test pathJames McCoy2018-01-22
* | | | | | | | | test/inccommand_spec: test the test (#7897)Justin M. Keyes2018-01-23
* | | | | | | | | Merge #7890 'vim-patch: various'Justin M. Keyes2018-01-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vim-patch: NAJustin M. Keyes2018-01-21
| * | | | | | | | | vim-patch:8.0.0667: more tests for :endfuncJustin M. Keyes2018-01-21
| * | | | | | | | | vim-patch:8.0.0662: stray FIXME for fixed problemJustin M. Keyes2018-01-21
| * | | | | | | | | vim-patch:8.0.0659: no test for conceal modeJustin M. Keyes2018-01-21
| * | | | | | | | | vim-patch:8.0.0656: cannot use ! after some user commandsJustin M. Keyes2018-01-21
| * | | | | | | | | vim-patch:8.0.0655: not easy to make sure a function does not existJustin M. Keyes2018-01-21
| * | | | | | | | | vim-patch:8.0.0654: no warning for text after :endfunctionJustin M. Keyes2018-01-21
* | | | | | | | | | Merge #7891 'build: fix creating generated files on macOS'Justin M. Keyes2018-01-22
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | build: fix creating generated files on macOSJohn Szakmeister2018-01-22
| |/ / / / / / / /
* | | | | | | | | Merge #7893 'man.vim: use correct offset in presence of modifier commands'Marco Hinz2018-01-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | man.vim: use correct offset in presence of modifier commandsMarco Hinz2018-01-22
|/ / / / / / / / /
* | | | | | | | | Merge #7888 'defaults: enable cscopeverbose'Justin M. Keyes2018-01-22
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | defaults: enable 'cscopeverbose', and deprecate itJustin M. Keyes2018-01-21
| * | | | | | | | doc: if_cscop: cleanupJustin M. Keyes2018-01-21
* | | | | | | | | Merge #7885 'vim-patch: diff-related patches'Justin M. Keyes2018-01-21
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | vim-patch:8.0.0444: diffpatch fails when the file name has a quoteJustin M. Keyes2018-01-21
| * | | | | | | | vim-patch:8.0.0442: patch shell command not well escapedJustin M. Keyes2018-01-21
| * | | | | | | | vim-patch:8.0.0433: beeps when running testsJustin M. Keyes2018-01-21
| * | | | | | | | vim-patch:8.0.0599: diff mode is insufficiently testedJustin M. Keyes2018-01-21
|/ / / / / / / /
* | | | | | | | vim-patch:8.0.0301 #7685ckelsel2018-01-21
* | | | | | | | version.c: update [ci skip] (#7828)Marvim the Paranoid Android2018-01-21
* | | | | | | | ui: forward 'linespace' option #7883Justin M. Keyes2018-01-21
* | | | | | | | Merge #7880 'lua/executor: Remove lightuserdata'Justin M. Keyes2018-01-21
|\ \ \ \ \ \ \ \
| * | | | | | | | lua/executor: Remove all places where lightuserdata is usedZyX2018-01-21
* | | | | | | | | vim-patch:8.0.0426: insufficient testing for statusline (#7882)KunMing Xie2018-01-21
|/ / / / / / / /
* | | | | | | | Merge #7863 'mingw64: fix gcc warnings'Justin M. Keyes2018-01-20
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix lint error in option.cGeorge Zhao2018-01-19
| * | | | | | | | Fix for lintGeorge Zhao2018-01-19
| * | | | | | | | Fix warning: multi-line comment [-Wcomment] use `:341,355s/: \zs.*/\=string(s...George Zhao2018-01-19
| * | | | | | | | Fix warning, read/write have unsigned int count on windows.George Zhao2018-01-19
| * | | | | | | | Fix warning about NULL compareGeorge Zhao2018-01-18
| * | | | | | | | Fix bug, use &loop->uv replace loop.George Zhao2018-01-18
| * | | | | | | | Fix warning about math functions, include isnan, isinf, fpclassify.George Zhao2018-01-18
| * | | | | | | | Fix warning about variable length array.George Zhao2018-01-18
| * | | | | | | | Fix warning about unused value.George Zhao2018-01-18
| * | | | | | | | Fix warning unused static functionGeorge Zhao2018-01-18
| * | | | | | | | Fix warning when assing size_t type value to uv_buf_t.len, convert type to UL...George Zhao2018-01-18
| * | | | | | | | Fix warning when redefine RGB on WindowsGeorge Zhao2018-01-18
| * | | | | | | | Fix warning about conversion on mingw64George Zhao2018-01-18
* | | | | | | | | Merge #7878 from justinmk/keymap-leakJustin M. Keyes2018-01-20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | free_buf_options(): free buf_T.b_kmap_gaJustin M. Keyes2018-01-20
| * | | | | | | | | vim-patch:8.0.0423: changing 'cinoptions' does not always workckelsel2018-01-20
* | | | | | | | | | busted: explicit LUA_PATH to test scripts (#7864)Matthieu Coudron2018-01-20
* | | | | | | | | | Merge #7867 'Add completion for :checkhealth'Marco Hinz2018-01-20
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | tests: :checkhealth completionMarco Hinz2018-01-18