Commit Graph

  • 6208c7fb98 doc: clarify stdout_buffered docs (#8299) Andy Russell 2018-04-27 18:45:55 -04:00
  • 7e7c3111b6 Merge #4985 Justin M. Keyes 2018-04-27 23:37:30 +02:00
  • bd17ef75b3 test/unit/undo_spec.lua: fixup after rebase #4985 Justin M. Keyes 2018-04-27 10:06:42 +02:00
  • d6a1640260 test/util: move general functions into global helpers Justin M. Keyes 2018-04-27 10:07:26 +02:00
  • 34f29ac858 test/unit: some unit tests for undo.c #4985 Christopher Waldon 2016-06-21 20:58:38 -04:00
  • 53f11dcfc7 Merge #8218 'Fix errors reported by PVS' Justin M. Keyes 2018-04-27 09:25:02 +02:00
  • 009ccfe170 win: open child stdio handles in overlapped-mode (#8113) Björn Linse 2018-04-25 10:11:08 +02:00
  • a369385009 ci/travis: fix restore from cache #8316 Srikanth M 2018-04-25 01:13:13 +05:30
  • ad60927d09 Merge #8304 "default to 'nofsync'" Justin M. Keyes 2018-04-24 02:51:07 +02:00
  • 77cb14cc6d API: nvim__stats() Justin M. Keyes 2018-04-24 00:27:09 +02:00
  • 32f3937477 test: fsync() codepaths Justin M. Keyes 2018-04-23 04:43:00 +02:00
  • 4ce8521ee4 pvscheck: Disable V011 warning ZyX 2018-04-22 20:54:17 +03:00
  • a37819dbb1 spellfile: Fix clint error ZyX 2018-04-22 20:35:17 +03:00
  • 953d167015 syntax: Fix PVS/V560: condition was already checked ZyX 2018-04-22 20:34:32 +03:00
  • 76c2a60ff3 spellfile: Fix PVS/V547: allocator now never returns NULL ZyX 2018-04-22 20:33:42 +03:00
  • 03c2844b53 functests: Fix testlint errors ZyX 2018-04-22 20:32:25 +03:00
  • 4bab9d34e6 *: Fix clint errors ZyX 2018-04-22 20:31:40 +03:00
  • ffb8904913 tui/input.c: add support for mouse release events in urxvt (#8309) symphorien 2018-04-22 17:26:04 +00:00
  • 4b41680828 window: Fix PVS/V547: expression already checked in previous if() ZyX 2018-04-22 20:25:44 +03:00
  • c8648daab3 window: Silence PVS/V547: height may be changed by curwin ptr ZyX 2018-04-22 20:24:57 +03:00
  • d9c010e45d api/vim: Fix PVS/V547: node was already dereferenced, so can’t be NULL ZyX 2018-04-22 20:23:50 +03:00
  • a90672fc3d undo: Silence PVS/V547: expression may be false on other system ZyX 2018-04-22 20:22:46 +03:00
  • 43df2edd20 ui_bridge: Silence PVS/V547: assuming stopped may be changed via ptr ZyX 2018-04-22 20:21:55 +03:00
  • 6c2b442ee0 eval/typval: Silence PVS/V576: format is correct ZyX 2018-04-22 20:20:53 +03:00
  • f50670aeff ugrid: Silence PVS/V625: UGRID_FOREACH_CELL may be used for one row ZyX 2018-04-22 20:18:29 +03:00
  • f9b728e2f8 tui: Silence PVS/V560: condition is set to true in prev-previous if() ZyX 2018-04-22 20:16:58 +03:00
  • 9da2e7b021 syntax: Fix PVS/V560: condition was checked in previous if(), breaking ZyX 2018-04-22 20:15:19 +03:00
  • 3f4ec1aed2 syntax: Fix PVS/V547: condition was checked ZyX 2018-04-22 20:13:55 +03:00
  • e724667ef4 syntax: Silence PVS/V560: condition is always true at that point ZyX 2018-04-22 20:12:23 +03:00
  • 2a951d16a4 syntax: Silence PVS/V522: retval is always non-NULL on this round ZyX 2018-04-22 20:08:49 +03:00
  • 5ba267722c syntax: Fix PVS/V560: condition checked in previous if() ZyX 2018-04-22 20:06:35 +03:00
  • 0eaecbaf47 strings: Fix PVS/V547: condition already checked by surrounding if ZyX 2018-04-22 20:05:32 +03:00
  • b9b17a58da strings: Fix PVS/V779: wrong assert() position ZyX 2018-04-22 20:03:43 +03:00
  • fb0c35105f spellfile: Silence PVS/V547: expression may be true on other systems ZyX 2018-04-22 20:02:28 +03:00
  • f45df71081 spellfile: Fix PVS/V547: allocator never returns NULL now ZyX 2018-04-22 19:57:36 +03:00
  • 0ba2ec0bae spellfile: Fix PVS/V560: allocator never returns NULL now ZyX 2018-04-22 19:54:40 +03:00
  • 60577eeaf5 spell: Fix PVS/V512: use of sprintf() ZyX 2018-04-22 19:53:06 +03:00
  • 9f3e67a814 search: Fix PVS/V547: allocator never returns NULL now ZyX 2018-04-22 19:50:13 +03:00
  • 2cdf9d1388 search: Fix PVS/V560: condition checked in previous if with goto ZyX 2018-04-22 19:47:45 +03:00
  • db1c9b625c search: Fix PVS/V547: condition already checked in surrounding if ZyX 2018-04-22 19:46:27 +03:00
  • b144a77f38 search: Fix PVS/V547: checking variable right after assigning it ZyX 2018-04-22 19:44:56 +03:00
  • 3c7cc03f34 screen: Fix PVS/V560: col never reassigned in this part of code ZyX 2018-04-22 19:43:27 +03:00
  • 4ff4e66fd7 screen: Fix PVS/V519: duplicate successive assignment ZyX 2018-04-22 19:40:47 +03:00
  • 9c981f5a19 screen: Fix PVS/V560: condition was checked in surrounding if ZyX 2018-04-22 19:39:39 +03:00
  • e3bffa47a6 globals: Do not use false for enc_dbcs ZyX 2018-04-22 19:33:46 +03:00
  • d42f934bcb screen: Get rid of ScreenLines2 as it is no longer used ZyX 2018-04-22 19:32:17 +03:00
  • adfc1212b5 regexp_nfa: Silence PVS/V560: current code is more obvious ZyX 2018-04-22 19:09:20 +03:00
  • 190cc43cf3 quickfix: Silence PVS/V560: memory is referenced and may be changed ZyX 2018-04-22 18:59:23 +03:00
  • 3ee187b770 quickfix: Fix PVS/V547: allocator never returns NULL now ZyX 2018-04-22 18:56:29 +03:00
  • 4d43ce85f1 quickfix: Fix PVS/V547,V560: no conversion with fixed &encoding ZyX 2018-04-22 18:53:49 +03:00
  • d05712fbe7 inccommand: pause :terminal redraws (#8307) Justin M. Keyes 2018-04-22 12:26:16 +02:00
  • 51af911a27 inccommand: do not execute trailing commands #8256 Nimit Bhardwaj 2018-04-11 22:16:05 +05:30
  • b71697bc67 lint Justin M. Keyes 2018-04-21 01:55:10 +02:00
  • 9139bf81cf defaults: disable 'fsync' Justin M. Keyes 2018-04-21 01:27:55 +02:00
  • 498731615c IO: let 'fsync' option control more cases Justin M. Keyes 2018-04-21 00:34:13 +02:00
  • a02d22cca8 IO: shada should respect 'fsync' option Justin M. Keyes 2018-04-21 00:28:53 +02:00
  • fe5f38d8bd terminal: do not call redraw_buf_later() (#8306) Justin M. Keyes 2018-04-21 04:11:45 +02:00
  • be2a3ddd58 test: "Command-line option -s": avoid indeterminism (#8305) Justin M. Keyes 2018-04-21 03:15:18 +02:00
  • c10a207a20 test/util: throttle retry() (#8296) Justin M. Keyes 2018-04-20 23:56:50 +02:00
  • d29c243bef doc: platform-specific config locations (#8297) Andy Russell 2018-04-20 13:04:30 -04:00
  • b7a46f2299 eval/typval: Remove struct dictitem_S which is not used anywhere ZyX 2018-04-20 00:04:25 +03:00
  • be1448213c Merge pull request #8291 from bfredl/ui_resize Björn Linse 2018-04-19 10:22:19 +02:00
  • a1530ece87 Merge #8293 from justinmk/test-nodejs Justin M. Keyes 2018-04-18 19:58:05 +02:00
  • 522443d6bf test/util: retry(): also decorate non-string error Justin M. Keyes 2018-04-18 09:47:51 +02:00
  • 1dc497398e test: nodejs_spec: allow more time for nodejs init Justin M. Keyes 2018-04-18 09:42:56 +02:00
  • c8189096e8 ui_events: correct wrong argument order Björn Linse 2018-04-17 19:08:55 +02:00
  • 7a13611ba2 Merge #8276 'startup: Make -s - read from stdin' Justin M. Keyes 2018-04-17 10:33:36 +02:00
  • 8cdaac0d80 event/process: Silence PVS/V547: assuming stream->num_bytes changes ZyX 2018-04-17 01:49:46 +03:00
  • cb3bb0becb pvscheck: Add --update switch ZyX 2018-04-17 01:35:59 +03:00
  • 57c66bc168 pvscheck: Remove outputs before running plog-converter ZyX 2018-04-17 01:14:55 +03:00
  • eba61fbc97 path: Silence PVS/V557: impossible to reach with NUL-terminated string ZyX 2018-04-17 01:11:05 +03:00
  • 4a1251206a path: Fix PVS/V560: condition is essentially A && A ZyX 2018-04-17 01:07:16 +03:00
  • 48967695c4 test: tui_spec.lua: relax test (#8289) Justin M. Keyes 2018-04-16 23:35:58 +02:00
  • 0cec184cd6 startup: ignore -X Justin M. Keyes 2018-04-16 22:38:02 +02:00
  • 84359a467f terminal: resize to the max dimensions (#8249) Andrew Pyatkov 2018-04-16 13:25:23 -07:00
  • 9a1f57b488 contrib: fix local.mk.example (#8286) Marco Hinz 2018-04-16 21:21:44 +02:00
  • fab09ea0d6 option: Silence PVS/V547: expression is true on 64-bit systems ZyX 2018-04-16 11:37:39 +03:00
  • d0850586df option: Fix PVS/V547: var is always NULL at that point ZyX 2018-04-16 11:36:06 +03:00
  • 6a5b9de546 option: Fix PVS/V560: EXPAND_BOOL_SETTINGS already caused early return ZyX 2018-04-16 11:34:26 +03:00
  • 61b6eb926d option: Fix PVS/V547: allocator never returns NULL now ZyX 2018-04-16 11:33:11 +03:00
  • d66217ab6d option: Fix PVS/V517: duplicate check for titlelen ZyX 2018-04-16 11:32:00 +03:00
  • 0eb1d7ca4c option: Silence PVS/V594: GLOBAL_WO macros is not really necessary ZyX 2018-04-16 11:31:27 +03:00
  • 95cc2507c9 ops: Fix PVS/V560: pre may not be zero as that was already checked ZyX 2018-04-16 11:23:22 +03:00
  • ed6a113804 Merge #8273 'job-control: avoid kill-timer race' Justin M. Keyes 2018-04-16 08:44:28 +02:00
  • fc1ebb060e ops: Fix PVS/V614: use of uninitialized variable ZyX 2018-04-15 21:49:47 +03:00
  • dae1975394 ops: Fix PVS/V547: allocator never returns NULL ZyX 2018-04-15 21:45:29 +03:00
  • 2b7a8ceeb6 ops: Fix PVS/V547: did_change is almost always set ZyX 2018-04-15 21:44:36 +03:00
  • 4a145f2036 ops: Silence PVS/V614: regtype is always initialized ZyX 2018-04-15 21:40:30 +03:00
  • 3b32e717d9 message: Fix PVS/V547: c is never equal to KS_ZERO ZyX 2018-04-15 21:32:26 +03:00
  • cb3230776e memline: Fix PVS/V547: allocator now never returns NULL ZyX 2018-04-15 20:56:42 +03:00
  • 2940af8321 memline: Fix PVS/V560: allocator now never returns NULL ZyX 2018-04-15 20:55:26 +03:00
  • a2f9188418 mbyte: Fix PVS/V557: do not do useless job ZyX 2018-04-15 20:53:29 +03:00
  • 24ee261317 if_cscope: Fix PVS/V560: condition would result in earlier return ZyX 2018-04-15 20:36:21 +03:00
  • b8f69b6b9a os/fs: Fix PVS/V560: condition was already checked in while() ZyX 2018-04-15 20:34:27 +03:00
  • 3189841984 fileio: Silence PVS/V614: buffer is initialized if conv_restlen > 0 ZyX 2018-04-15 20:32:21 +03:00
  • cd27198526 fileio: Fix PVS/V547: split is not used ZyX 2018-04-15 20:30:31 +03:00
  • 1fb4282f1c fileio: Fix PVS/V560: end was already checked ZyX 2018-04-15 20:27:41 +03:00
  • 11f6411771 file_search: Silence PVS/V614: used buffer is never uninitialized ZyX 2018-04-15 20:18:20 +03:00
  • d084628c4b kvec: Silence PVS/V512: it is not needed to fill the whole array ZyX 2018-04-15 20:14:55 +03:00
  • a20261fae7 viml/parser/expressions: Fix PVS/V547: condition checked earlier ZyX 2018-04-15 20:11:21 +03:00