Commit Graph

  • 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
  • bc235bf1f6 viml/parser/expressions: Fix PVS/V547: condition checked earlier ZyX 2018-04-15 20:10:48 +03:00
  • 6196738a3b ex_cmds: Fix PVS/V547: expression was already checked in outer if() ZyX 2018-04-15 20:08:32 +03:00
  • 17e21eae24 eval: Silence PVS/V547: PVS cannot stand !known_val expressions ZyX 2018-04-15 20:05:17 +03:00
  • 092b4d9774 *: Add some PVS comments ZyX 2018-04-15 19:59:15 +03:00
  • 469ba2fb49 ex_getln: Fix PVS/V547: function is stated to never return NULL ZyX 2018-04-15 19:41:38 +03:00
  • c90e9df5b5 ex_getln: Fix PVS/V560: there are no longer NULL returns for OOM ZyX 2018-04-15 19:38:22 +03:00
  • cad616c94e ex_docmd: Fix PVS/V547: condition was already checked in surr. if() ZyX 2018-04-15 19:36:03 +03:00
  • d7e4449adb ex_docmd: Fix PVS/V547: due to short-circuiting name_len is never > 4 ZyX 2018-04-15 19:33:50 +03:00
  • 103be37f42 ex_cmds: Fix PVS/V557: possible array overrun in :ascii ZyX 2018-04-15 19:31:02 +03:00
  • b2c066409d job-control: children_kill_cb(): do not check elapsed time Justin M. Keyes 2018-04-15 02:03:01 +02:00
  • 142ac021ac job-control: one-shot timer instead of repeating Justin M. Keyes 2018-04-14 17:23:17 +02:00
  • 8fa0b8051d job-control: mitigate process-kill race Justin M. Keyes 2018-04-14 12:03:34 +02:00
  • c8f409c2f2 loop: remove children_stop_requests Justin M. Keyes 2018-04-13 22:27:00 +02:00
  • 7598e6cf17 Merge #8120 'test: win: prefer cmd.exe' Justin M. Keyes 2018-04-15 18:16:37 +02:00
  • aa5008c1f0 ex_cmds: Simplify do_ascii ZyX 2018-04-15 19:01:58 +03:00
  • db7f80302b ex_cmds: Remove #ifdef USE_GUI ZyX 2018-04-15 18:52:37 +03:00
  • 1df9ac1c03 eval: Fix PVS/V547: skipping is now done using eval0 ZyX 2018-04-15 18:50:02 +03:00
  • f8d574225b eval: Silence PVS/V547: E882 may be triggered ZyX 2018-04-15 18:45:12 +03:00
  • 1e71978cf0 events: VimSuspend, VimResume #8280 geekodour 2018-04-14 19:21:22 +05:30
  • 1e7d5e8cdf Merge #6272 'stdpath()' Justin M. Keyes 2018-04-15 04:09:30 +02:00
  • 5abfa94ed2 test: win: use "start" to test backgrounded job (#8171) Jan Edmund Lazo 2018-04-14 20:43:18 -04:00
  • a7e7f7bd83 Merge #8160 'win: oldtests: prefer cmd.exe' Justin M. Keyes 2018-04-15 02:37:22 +02:00
  • ee4e1fd8ec win: Fix reading content from stdin (#8267) b-r-o-c-k 2018-04-14 14:59:07 -05:00
  • 387fbcd95c win: Fix reading from stdin b-r-o-c-k 2018-04-14 14:21:36 -05:00
  • ad999eaa77 Merge branch 'master' into s-dash-stdin b-r-o-c-k 2018-04-14 14:17:51 -05:00
  • ef4feab0e7 version: rename "0.2.3" to "0.3.0" (#8268) Justin M. Keyes 2018-04-13 22:15:52 +02:00
  • 51b9d85bb4 ci/win: redirect stderr to fix mingw build Jan Edmund Lazo 2018-04-13 13:42:02 -04:00
  • ad30907814 Revert "ci/win: don't use lastexitcode hack on mingw build" Jan Edmund Lazo 2018-04-13 13:38:31 -04:00
  • 8e87d89a99 oldtests: win: skip test49 Jan Edmund Lazo 2018-04-12 21:11:55 -04:00
  • 27e26b10a2 tui: abort on unexpected enum value (#8266) John Szakmeister 2018-04-12 19:03:00 -04:00
  • 1c3a849881 API/nvim_command_output: handle :echon capture (#8265) Justin M. Keyes 2018-04-13 00:49:37 +02:00
  • 5e18550ddd Merge #7813 'channels: delay free' Justin M. Keyes 2018-04-13 00:35:50 +02:00
  • 0865adbbc2 channels: cleanup channel freeing code Björn Linse 2018-03-24 09:49:31 +01:00
  • aea079a25d channels: delay free so that libuv can cleanup handles Björn Linse 2018-01-07 10:16:39 +01:00
  • 2cbeb7ca56 ui_set_option: pass String.data, not String Justin M. Keyes 2018-04-12 06:58:27 +02:00
  • f44fb5b1a5 build/freebsd: set CMAKE_MAKE_PROGRAM iff "Unix Makefiles" (#8260) John Szakmeister 2018-04-12 06:51:38 -04:00
  • d48df146d1 tui: fix uninitialize variable usage (#8261) John Szakmeister 2018-04-12 06:50:01 -04:00
  • 714e0f8bf0 oldtests: win: keep set dir=/ Jan Edmund Lazo 2018-04-12 02:44:06 -04:00
  • bc43d2559f ci/win: don't use lastexitcode hack on mingw build Jan Edmund Lazo 2018-04-11 14:03:21 -04:00
  • 7c8122f36d win: getftype(symlink) returns 'link' Jan Edmund Lazo 2018-04-06 14:00:38 -04:00
  • 49e86cebf0 oldtests: check +iconv for makeencoding Jan Edmund Lazo 2018-03-28 21:41:22 -04:00
  • 4bbe51b79e oldtests: win: help sp?it opens split() Jan Edmund Lazo 2018-03-28 19:29:10 -04:00
  • 6245b4873d oldtests: win: shellslash for cdpath,tags,:find Jan Edmund Lazo 2018-03-28 17:09:33 -04:00
  • fa0e32fba2 oldtests: win: cmd.exe echo has trailing CR Jan Edmund Lazo 2018-03-28 13:53:15 -04:00
  • e3687165a7 oldtests: use expand() to fix pathsep Jan Edmund Lazo 2018-03-28 02:37:41 -04:00
  • 979569356f ci/win: prefer msys find.exe Jan Edmund Lazo 2018-03-28 02:27:10 -04:00
  • 79a8d905ab oldtests: newstyle: win: reset shell to cmd.exe Jan Edmund Lazo 2018-03-28 01:18:39 -04:00
  • 87f4d2592c test/util: expect_err() (#8257) Justin M. Keyes 2018-04-11 22:07:00 +02:00
  • f96d99ad11 Merge #8247 'server: introduce --listen' Justin M. Keyes 2018-04-11 03:29:18 +02:00
  • 777d34ec37 lint Justin M. Keyes 2018-04-11 01:28:33 +02:00
  • 704ba4151e server: init v:servername if $NVIM_LISTEN_ADDRESS is invalid Justin M. Keyes 2018-04-11 00:01:43 +02:00
  • 507bda1c95 server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESS Justin M. Keyes 2018-04-08 17:20:25 +02:00
  • 7362ca4430 cleanup: remove main_start_gui() Justin M. Keyes 2018-04-08 14:04:58 +02:00
  • 9f598e5765 serverstop(): return FALSE for invalid address Justin M. Keyes 2018-04-08 13:06:26 +02:00
  • b11b681289 test/util: matches() Justin M. Keyes 2018-04-11 01:43:15 +02:00
  • f19db1b9ba remove scripts/run-api-tests.exp Justin M. Keyes 2018-04-10 23:24:46 +02:00
  • 6f19b9f4e1 eval: Silence PVS/V614: use of potentially uninitialized pointer ZyX 2018-04-10 01:34:54 +03:00
  • 4d1b3bf317 eval: Fix PVS/V560: unneded check for name_len ZyX 2018-04-10 01:25:00 +03:00
  • 07b67f9eff eval: Fix PVS/V547: ufunc_T is actually an incomplete type ZyX 2018-04-10 01:01:16 +03:00
  • 536d9a6168 edit: Fix PVS/V560: remove always true/false checks ZyX 2018-04-09 10:27:09 +03:00
  • ef57cd81fe diff: Fix PVS/V547: remove no longer needed OOM handler ZyX 2018-04-09 10:23:11 +03:00
  • 84bac9f507 Merge pull request #8250 from bfredl/shellscreen Björn Linse 2018-04-09 11:39:03 +02:00
  • d4688add96 os/shell: use msg functions instead of screen when throttling Björn Linse 2018-04-09 10:32:32 +02:00
  • c28dbede27 os/shell: remove dead calls to screen functions Björn Linse 2018-04-09 10:10:06 +02:00
  • 5acda03576 eval/decode: Silence PVS/V547: code written for 32-bit integers ZyX 2018-04-09 10:18:40 +03:00
  • db29fa8164 charset: Fix PVS/V560: remove condition which was already checked ZyX 2018-04-09 10:16:09 +03:00
  • 1edb4894dc charset: Silence PVS/V785: remove switch() ZyX 2018-04-09 10:14:45 +03:00
  • f8a44b73f0 event/loop: Silence PVS/V547: condition is false in case of no timeout ZyX 2018-04-09 10:09:45 +03:00
  • 92759ef34f buffer: Fix PVS/V560: condition was checked three lines above ZyX 2018-04-09 10:02:54 +03:00
  • 840027c7f5 buffer: Fix PVS/V547: base is never set to octal ZyX 2018-04-09 09:56:39 +03:00
  • 93be2ba542 charset: Fix transchar() with multibyte characters ZyX 2018-04-09 01:12:52 +03:00