Commit Graph

  • 3c5f4b382f eval: Silence octal constant warning ZyX 2017-04-16 20:08:56 +03:00
  • 31190879cc eval: Fix useless NULL check ZyX 2017-04-16 20:07:54 +03:00
  • 7c9e3d6cad eval: Refactor f_char2nr ZyX 2017-04-16 20:02:06 +03:00
  • 97a1ccf8e7 eval: Fix V547: d == NULL was already checked at line 2986 ZyX 2017-04-16 19:56:55 +03:00
  • 05c1829a8c eval: Silence eap->skip false positives ZyX 2017-04-16 19:55:49 +03:00
  • d70a0f6895 eval/typval_encode: Silence then/else equivalence warning ZyX 2017-04-16 19:51:35 +03:00
  • dd5b0cc17a edit: Copy assert to before the warning ZyX 2017-04-16 19:50:23 +03:00
  • fb4754104b macros: Fix excessive check ZyX 2017-04-16 19:39:55 +03:00
  • 9e9ba14e0e edit: Fix strange code ZyX 2017-04-16 19:38:16 +03:00
  • 4f0fc1f06a digraph: Fix errors due to has_mbyte and friends being fixed ZyX 2017-04-16 19:32:38 +03:00
  • 2901921a1b digraph: Ignore false positive ZyX 2017-04-16 19:30:18 +03:00
  • a096766ee3 diff: Silence -V519 ZyX 2017-04-16 19:27:17 +03:00
  • 33952a7661 *: Silence some false positives ZyX 2017-04-16 18:53:02 +03:00
  • 77a4f8f235 Merge #6219 from jbradaric/vim-7.4.2170 Justin M. Keyes 2017-04-16 16:49:14 +02:00
  • d4c7f74ed1 Merge pull request #6493 from ZyX-I/pvs-script Nikolai Aleksandrovich Pavlov 2017-04-16 03:03:38 +03:00
  • 5c805f4566 Merge #6528 from ZyX-I/revise-malloc-attr Justin M. Keyes 2017-04-15 22:12:31 +02:00
  • ec0fabd4d5 eval.c: Code style fixes Jurica Bradaric 2017-04-15 18:45:47 +02:00
  • d76a13bb65 os/shell: Remove FUNC_ATTR_MALLOC from shell_build_argv ZyX 2017-04-15 19:39:53 +03:00
  • ac47e64eca ops: Remove FUNC_ATTR_MALLOC from copy_register ZyX 2017-04-15 19:25:00 +03:00
  • d191ba1db3 option: Remove FUNC_ATTR_MALLOC from get_winbuf_options ZyX 2017-04-15 19:23:00 +03:00
  • 82ba2891ae eval/typval: Remove FUNC_ATTR_MALLOC from tv_list_alloc_ret ZyX 2017-04-15 19:19:22 +03:00
  • af3579d5f7 eval/typval: Remove FUNC_ATTR_MALLOC from tv_dict_alloc ZyX 2017-04-15 19:18:25 +03:00
  • b9004d7448 eval/typval: Remove FUNC_ATTR_MALLOC from tv_dict_item_copy ZyX 2017-04-15 19:16:40 +03:00
  • b08b71c728 eval/typval: Remove FUNC_ATTR_MALLOC from tv_list_alloc ZyX 2017-04-15 19:16:00 +03:00
  • 0dddd8a27c os/fileio: Remove FUNC_ATTR_MALLOC for file_open_new ZyX 2017-04-15 19:13:43 +03:00
  • c70ab1a2e2 test: make locale dependent oldtest more reliable (#6526) Björn Linse 2017-04-15 15:06:50 +02:00
  • a8f7872f44 test_timers.vim: Adjust timing to handle difference in implementation James McCoy 2017-04-15 08:50:43 -04:00
  • 12fc1defd6 ops: fix i<c-r> with multi-byte text (#6524) Björn Linse 2017-04-15 11:19:40 +02:00
  • c289986c89 eval/encode: Do translate “… argument” strings, but only in conv_error ZyX 2017-04-15 00:08:50 +03:00
  • 31fd6d4bbf eval/typval: Do not translate tv_clear argument, this is useless ZyX 2017-04-14 23:57:44 +03:00
  • b54e5c220f unittests: Add a test for TV_CSTRING ZyX 2017-04-14 00:12:05 +03:00
  • 276ee1f7fb eval: Add comment regarding why special values are needed ZyX 2017-04-13 23:42:51 +03:00
  • b2942d1e72 eval: Change the point at which arg_errmsg and its length are changed ZyX 2017-04-13 19:16:32 +03:00
  • 58d2ce9bdb test: check_cores(): Escape $TMPDIR path. (#6520) Justin M. Keyes 2017-04-14 20:34:54 +02:00
  • 45b5ebea9d perf: tv_clear(): Cache gettext() result. (#6519) Justin M. Keyes 2017-04-14 17:41:59 +02:00
  • dd391bfca1 Merge #6497 from justinmk/win-quot Justin M. Keyes 2017-04-12 03:21:21 +02:00
  • 7c4e5dfd27 win: os_shell_is_cmdexe() + tests Justin M. Keyes 2017-04-12 01:35:17 +02:00
  • d31d177a0c win: default shellxescape, shellxquote to empty Rui Abreu Ferreira 2017-03-30 23:41:52 +01:00
  • f3cc843755 win: libuv_process_spawn(): special-case cmd.exe Rui Abreu Ferreira 2017-03-28 16:03:53 +01:00
  • 799443c994 win/test: Enable more system() tests Rui Abreu Ferreira 2017-03-25 22:47:38 +00:00
  • f7611d74e7 win: vim_strsave_shellescape: Handle 'shellslash'. Justin M. Keyes 2017-03-24 14:42:42 +01:00
  • d6e5f94ae9 win: defaults: 'shellredir', 'shellxquote', 'shellxescape' Justin M. Keyes 2017-03-24 02:54:50 +01:00
  • 1d7fde39a6 api/buffer: Validate replacement array in a separate cycle ZyX 2017-04-12 00:31:01 +03:00
  • 1bd39fb8d0 api: Remove FUNC_API_SINCE for nvim__ functions ZyX 2017-04-11 23:59:05 +03:00
  • 7d0fc179e6 genmsgpack: Do not export functions with __ Björn Linse 2017-04-11 23:56:18 +03:00
  • 2d72d85b23 refactor: pos_T macros to functions (#6496) Felipe Oliveira Carvalho 2017-04-11 22:44:48 +02:00
  • 1b94852ccb Merge pull request #6495 from bfredl/localefix Björn Linse 2017-04-11 12:38:58 +02:00
  • 69775f603f ci: install Turkish locale and make locale tests more reliable Björn Linse 2017-04-10 19:48:45 +02:00
  • 78082e8d3e functests: Check whether it is a problem with an array ZyX 2017-04-11 10:38:57 +03:00
  • a8ade2441d lua/converter: Remove useless macros ZyX 2017-04-11 10:37:14 +03:00
  • 9bf15ca3fa lua: Fix header guards ZyX 2017-04-11 10:18:53 +03:00
  • 337299c808 Merge #6490 from justinmk/test Justin M. Keyes 2017-04-11 03:14:10 +02:00
  • de378477cc ci/appveyor: fix cache pattern Justin M. Keyes 2017-04-10 22:16:05 +02:00
  • 119f0ca854 test: helpers.execute() => helpers.feed_command() Justin M. Keyes 2017-04-10 21:54:19 +02:00
  • dab3f86d09 win/test: Enable recover_spec.lua Justin M. Keyes 2017-04-10 19:53:19 +02:00
  • acd9ed8d83 functests: Add another check for the similar transformation ZyX 2017-04-11 02:32:13 +03:00
  • add76592d9 functests: Test for “string cannot contain newline” set_lines error ZyX 2017-04-11 02:24:37 +03:00
  • 4a63d9e5f8 win: mch_open_rw: specify S_IWRITE #6487 erw7 2017-04-09 12:31:54 +09:00
  • 2d29638744 test: :file {name} Justin M. Keyes 2017-04-10 01:38:20 +02:00
  • 6cbf290d56 test/rmdir(): fallback to Nvim delete() Justin M. Keyes 2017-04-10 22:57:49 +02:00
  • d0b08f32f5 Remove the mf_dont_release global after getting rid of maxmem[tot] Felipe Oliveira Carvalho 2016-03-29 01:56:21 -03:00
  • 9ea111d1af Remove maxmem and maxmemtot options Felipe Oliveira Carvalho 2016-03-09 19:34:28 -03:00
  • 0c5e359cb5 cmake: Append lua include also to single-includes targets ZyX 2017-04-11 01:32:35 +03:00
  • 9cad5155e3 functests: Make sure funcs.luaeval receives only one argument ZyX 2017-04-11 01:18:42 +03:00
  • f98a3d85ed lua: Move files from src/nvim/viml/executor to src/nvim/lua ZyX 2017-04-11 01:09:36 +03:00
  • 1751ec192d viml/executor: Fix check-single-includes ZyX 2017-04-11 01:05:56 +03:00
  • 0ce9618918 test/rmdir(): Remove readonly attr on Windows. Justin M. Keyes 2017-04-10 19:12:56 +02:00
  • 57308c4f82 eval/decode: Include header needed for TriState ZyX 2017-04-10 23:22:59 +03:00
  • 3ea2063e07 cmake: Add FindLua.cmake ZyX 2017-04-10 23:10:55 +03:00
  • f3093bc508 api: Bump nvim__*id functions since value ZyX 2017-04-10 23:10:01 +03:00
  • ab4d13e2fa Merge branch 'master' into luaviml'/lua ZyX 2017-04-10 22:21:06 +03:00
  • 22fb9d8d25 Merge branch 'master' into 1476-changes ZyX 2017-04-10 19:12:56 +03:00
  • 9aface8c4d Merge #6489 from ZyX-I/own-output-handler Justin M. Keyes 2017-04-10 15:53:40 +02:00
  • fec53f0bdf Merge #6479 from bfredl/tolower Justin M. Keyes 2017-04-10 15:23:44 +02:00
  • 60ee50ce4b appveyor: Widen .deps cache dependency ZyX 2017-04-10 16:17:02 +03:00
  • 2a8055a8d9 ci: Make appveyor use new output handler as well ZyX 2017-04-10 15:11:27 +03:00
  • dd7f41e5a0 Merge #6488 from ZyX-I/coverity-fixes Justin M. Keyes 2017-04-10 14:04:19 +02:00
  • 55292685d3 pvscheck: Add --recheck argument ZyX 2017-04-10 14:07:26 +03:00
  • 2b13c87fa2 pvscheck: Do not use --depth ZyX 2017-04-10 13:47:31 +03:00
  • d7086f44f4 pvscheck: Do not trace help ZyX 2017-04-10 13:45:33 +03:00
  • 3bd11f2911 pvsscript: Use git clone and not git worktree ZyX 2017-04-10 13:42:31 +03:00
  • 59f0cbc282 pvscheck: Add help ZyX 2017-04-10 13:41:09 +03:00
  • ebfcf2fa38 scripts: Create script which checks Neovim with PVS-studio ZyX 2017-04-10 13:24:31 +03:00
  • c1cf033981 lint: fix clint errors around mb_tolower calls Björn Linse 2017-04-09 10:08:26 +02:00
  • acc06b0b7b vim-patch:8.0.0552 Björn Linse 2017-04-09 09:40:12 +02:00
  • 4c857dae11 vim-patch:8.0.0243 Björn Linse 2017-04-09 09:29:00 +02:00
  • a3a06d0248 test: add tests for gu/gU behavior in Turkish locale Björn Linse 2017-04-08 17:02:54 +02:00
  • db9ef6263e mbyte: replace vim_tolower with mb_tolower handling locale correctly Björn Linse 2017-04-08 16:45:38 +02:00
  • 3b88e37b83 Merge pull request #6492 from ZyX-I/fix-clint-incremental-build Nikolai Aleksandrovich Pavlov 2017-04-10 11:26:33 +03:00
  • 6f5e87e4aa tests: Rename neovim output handler to nvim ZyX 2017-04-10 03:33:00 +03:00
  • 40dee97442 third-party: Update busted version ZyX 2017-04-10 03:17:14 +03:00
  • accc7a0b6c tests: Skip dumping elapsed times when not available ZyX 2017-04-10 03:16:56 +03:00
  • 1b66ed890b cmake: Do not forget to actually create a touch file for errors.tar.gz ZyX 2017-04-10 02:53:00 +03:00
  • bc61058dd8 tests: Print description also at the end of the suite ZyX 2017-04-10 02:51:27 +03:00
  • d909724d70 tests: Use our own output handler on travis ZyX 2017-04-10 02:32:09 +03:00
  • d7fb7de70a Merge #6481 from ZyX-I/rename-execute Justin M. Keyes 2017-04-09 22:51:59 +02:00
  • ebe5051977 spellfile: Fix SAL sections reading ZyX 2017-04-09 23:46:38 +03:00
  • fa7ace446e coverity/56795: Fix NULL dereference in :syn keyword non-printable ZyX 2017-04-09 23:38:05 +03:00
  • eb3663eb10 spellfile: Fix clint errors ZyX 2017-04-09 22:39:23 +03:00
  • aa857f9e48 spellfile: Fix memory leak ZyX 2017-04-09 22:33:45 +03:00