Commit Graph

  • 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
  • 58a5699a44 buffer: PVS/V557: Refactor maketitle() ZyX 2018-04-08 19:21:44 +03:00
  • 2a6491cdf8 os/env: Refactor home_replace() to the new style and to return length ZyX 2018-04-08 19:16:41 +03:00
  • 0d7daaad98 charset,*: Refactor transstr() ZyX 2018-04-08 16:01:19 +03:00
  • e670756676 memory: Fix documentation of some string copying functions ZyX 2018-04-03 01:21:12 +03:00
  • 414ef75ee6 buffer: Beautify code a bit ZyX 2018-04-02 11:12:05 +03:00
  • fa6415f13f test/API: validate channel arg (#8245) Justin M. Keyes 2018-04-08 03:01:15 +02:00
  • 929a732d00 build/clang 6.0.0: fix type conversion warnings (#8235) Marco Hinz 2018-04-07 16:20:31 +02:00
  • 1ca138f236 build/OpenBSD: force gmake (#8222) Utkarsh Anand 2018-04-07 19:40:01 +05:30
  • 2ec94eb23f win/install: xxd.exe (#8241) Justin M. Keyes 2018-04-07 04:09:43 +02:00
  • 7034feb666 Merge pull request #8236 from bfredl/tuishape Björn Linse 2018-04-06 12:51:19 +02:00
  • de0d1a0d2a TUI: EMSG2 must not be used from TUI thread Björn Linse 2018-04-06 09:10:50 +02:00
  • d49c1dda8b Merge #8228 from mhinz/fix-fgets Justin M. Keyes 2018-04-05 00:54:58 +02:00
  • 1fd54f29c1 Make vim_fgets() return the same values as in Vim Marco Hinz 2018-04-04 18:53:46 +02:00
  • e8c39f72fd Merge #8226 from justinmk/insert-mode-meta Justin M. Keyes 2018-04-04 04:36:13 +02:00
  • 224ebc0078 insert-mode: interpret unmapped META as ESC Justin M. Keyes 2018-04-04 01:08:07 +02:00
  • 8b8a75b2cf Merge #7524 from justinmk/vim-8.0.1281 Justin M. Keyes 2018-04-04 01:29:56 +02:00
  • e40e300c16 ins_compl_add_tv: fix memory leaks via get_spec_reg (#8224) Daniel Hahler 2018-04-03 01:30:48 +02:00
  • e25e552a3d vim-patch:8.0.1284: loading file type detection slows down startup Justin M. Keyes 2018-04-02 23:30:30 +02:00
  • eb00fc0cf0 vim-patch:8.0.0564: cannot detect Bazel BUILD files on some systems Justin M. Keyes 2018-04-02 23:25:08 +02:00
  • b982f0e654 vim-patch:8.0.1285 Justin M. Keyes 2018-04-02 23:18:26 +02:00
  • 411d578137 vim-patch:8.0.1282 Justin M. Keyes 2017-11-10 01:56:32 +01:00
  • 04f5062978 vim-patch:8.0.1281 Justin M. Keyes 2017-11-10 01:41:45 +01:00
  • 60e96a45b4 screen: winhl=Normal:Background should not override syntax (#8093) Björn Linse 2018-04-02 14:21:14 +02:00
  • cb5cde6e2b build/CMake: use CMake-2.8.7-compatible list-check (#8220) Justin M. Keyes 2018-04-02 12:40:31 +02:00
  • 0c59ac1a2c Merge #5908 'shada: Also save numbered marks' Justin M. Keyes 2018-04-02 12:01:00 +02:00
  • 4b26e365ae Merge #8208 'Clean up dependency patches' Justin M. Keyes 2018-04-02 11:57:27 +02:00
  • 9b7ce00486 build/OpenBSD: need -lpthread -lc++abi for LuaJIT (#8215) Utkarsh Anand 2018-04-02 14:38:11 +05:30
  • 5d9bb16d66 functests: Use proper path in eq() ZyX 2018-04-02 11:14:11 +03:00
  • ec459965f5 test/options: Fix stdpath() failures on Windows James McCoy 2018-04-01 14:26:36 -04:00