aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | cleanup: reduce some duplicate code, avoid function pointers for a conditionBjörn Linse2019-01-23
* | | ex_echo: reuse code from message.c to show arg to userAlexandre Dubray2019-01-22
* | | message.c: add msg_echo_attr functions, use it for lua error messagesAlexandre Dubray2019-01-22
* | | PVS/V1028 (rework): cast operands, not the result #9531Justin M. Keyes2019-01-21
* | | build: Fix -Wconversion warnings for fpclassify et alJustin M. Keyes2019-01-21
* | | build: Fix -Wconversion warnings for fpclassify et alJustin M. Keyes2019-01-20
* | | Merge pull request #9526 from jamessan/remove-jemallocJames McCoy2019-01-20
|\ \ \
| * | | Remove support for using jemalloc instead of the system allocatorJames McCoy2019-01-19
* | | | Merge pull request #9429 from bfredl/grid_mouseBjörn Linse2019-01-20
|\ \ \ \
| * | | | ui: multigrid mouse supportBjörn Linse2019-01-20
| |/ / /
* | | | STRICT_ADD, STRICT_SUB: Log error before abortJustin M. Keyes2019-01-20
* | | | build: include auto/config.h explicitlyJustin M. Keyes2019-01-20
|/ / /
* | | PVS/V560: expression is always trueJustin M. Keyes2019-01-18
* | | clang/"null pointer dereference": expand_wildcardsJustin M. Keyes2019-01-18
* | | PVS/V1032: pointer cast to a more strictly aligned typeJustin M. Keyes2019-01-18
* | | PVS/V1032: pointer cast to a more strictly aligned typeJustin M. Keyes2019-01-18
* | | PVS/V1028: cast operands, not the resultJustin M. Keyes2019-01-18
* | | PVS/V501: diff.c: silence warningJustin M. Keyes2019-01-18
* | | tests: load-adjust timer tests (oldtest)Marco Hinz2019-01-17
* | | tests: fix Test_help_tagjump()Marco Hinz2019-01-17
|/ /
* | screen: don't unconditionally clear messages on window scrollBjörn Linse2019-01-15
* | :recover : Fix crash on non-existent *.swp #9504raffitz2019-01-15
* | lua: expose full interface of vim.inspect and add testBjörn Linse2019-01-14
* | lua/stdlib: Load runtime modules on-demandJustin M. Keyes2019-01-14
* | lua/stdlib: vim.inspect, string functionsKillTheMule2019-01-14
* | API: nvim_set_vvar(): set v: variables #9395jin cong2019-01-14
* | dict_set_var: check value before checking its containerJustin M. Keyes2019-01-14
* | clang/"null pointer dereference": close_bufferJustin M. Keyes2019-01-13
* | clang/"Dead assignment": screen.cJustin M. Keyes2019-01-13
* | clang/"Dead assignment"Justin M. Keyes2019-01-13
* | clang/"null passed to nonnull arg": shada.cJustin M. Keyes2019-01-13
* | clang/"null passed to nonnull arg": ex_historyJustin M. Keyes2019-01-13
* | clang/"null passed to nonnull arg": cs_manage_matchesJustin M. Keyes2019-01-13
* | clang/"null passed to nonnull arg": expand_wildcardsJustin M. Keyes2019-01-13
* | clang/"Assigned garbage": parse_shape_optJustin M. Keyes2019-01-13
* | PVS/V560: expression is always trueJustin M. Keyes2019-01-13
* | display: unify cursorline and concealcursor redraw logicBjörn Linse2019-01-13
* | normal/edit: add missing "need_cursor_line_redraw = false"Björn Linse2019-01-12
* | provider: improve error message if provider is missing (#9487)Marco Hinz2019-01-12
* | Merge pull request #9484 from bfredl/highlanderBjörn Linse2019-01-11
|\ \
| * | screen: make update_screen() the only entry point for redrawingBjörn Linse2019-01-11
* | | version.c: update [ci skip] (#9444)Marvim the Paranoid Android2019-01-11
* | | vim-patch:8.1.0450: build failure without the +fold featureMichael Vilim2019-01-11
* | | vim-patch:8.1.0449: fix display of 'rnu' with folded lines #9481Michael Vilim2019-01-11
|/ /
* | Merge #9472 from justinmk/pvs-warnings2Justin M. Keyes2019-01-10
|\ \
| * | CMake: Feature-detect __builtin_{add,sub}_overflowJustin M. Keyes2019-01-09
| * | PVS/V1028: cast operands, not the resultJustin M. Keyes2019-01-09
| * | assert.h: Check overflow with STRICT_ADD, STRICT_SUBJustin M. Keyes2019-01-09
* | | vim-patch:8.1.0648: custom operators can't act upon forced motionPedro L. Ramos2019-01-10
* | | Merge pull request #9479 from bfredl/redrawsignBjörn Linse2019-01-09
|\ \ \