Commit Graph

  • 0376874c32 mouse.c: Fix mouse click on lines with multibyte text Tommy Allen 2018-01-24 19:19:22 -05:00
  • 9a36337d32 vim-patch:8.0.0528: highlight wrong text when 'wim' includes "longest" (#7927) Jakub Łuczyński 2018-01-29 02:01:16 +01:00
  • 2569fabf04 vim-patch:8.0.0427: 'makeencoding' missing from the options window (#7907) KunMing Xie 2018-01-29 05:53:53 +08:00
  • b251c42195 Merge #7924 'test/old: various fixes' Justin M. Keyes 2018-01-28 22:51:51 +01:00
  • f9b738235e test/old: fix Test_set_completion() Justin M. Keyes 2018-01-28 22:29:17 +01:00
  • 0578087e5e test: osx: try resolve($TMPDIR) Jan Edmund Lazo 2018-01-16 09:44:26 -05:00
  • 5c09f37d4a test: fix failed tests with $TMPDIR in QuickBuild Jan Edmund Lazo 2018-01-16 09:02:11 -05:00
  • 7ac21332cf Revert "test: fix failed test cases with tmpdir = $TMPDIR" Jan Edmund Lazo 2018-01-16 08:41:31 -05:00
  • 28236867a0 test: fix failed test cases with tmpdir = $TMPDIR Jan Edmund Lazo 2018-01-15 23:45:02 -05:00
  • c08c09add7 test: try $TMPDIR for temporary directory Jan Edmund Lazo 2018-01-15 22:43:59 -05:00
  • 5a39d2d00e test: fnamemodify with :8 filename modifier Jan Edmund Lazo 2018-01-13 08:25:11 -05:00
  • 984a93df96 win: enable legacy/fnamemodify_spec.lua Jan Edmund Lazo 2017-10-14 23:59:09 -04:00
  • eb59dd6547 fixup: get network drive only, not entire path Jan Edmund Lazo 2018-01-11 19:16:39 -05:00
  • 273c7cfa2a fixup: lint errors Jan Edmund Lazo 2018-01-11 17:35:36 -05:00
  • 534abe4aaf test: win: get current network drive via io.popen Jan Edmund Lazo 2018-01-11 17:31:29 -05:00
  • ec5af91b90 win: explicitly specify pathsep Jan Edmund Lazo 2018-01-11 16:27:10 -05:00
  • e39be42c09 fixup: compile-time errors Jan Edmund Lazo 2018-01-11 11:56:29 -05:00
  • 909c967f35 win: detect / and \ as root path separator Jan Edmund Lazo 2018-01-11 11:35:07 -05:00
  • a619c3fcf9 test: win: add tests for shellslash Jan Edmund Lazo 2018-01-11 11:05:15 -05:00
  • afbdafffc2 test: fnamemodify() Justin M. Keyes 2018-01-09 01:06:59 +01:00
  • 499c9a1553 test/win: fix some environment assumptions #7912 George Zhao 2018-01-24 18:01:14 +08:00
  • 8821579baa test/old: $TMPDIR must be absolute Justin M. Keyes 2018-01-28 13:16:33 +01:00
  • 6f4c4be952 ex_diffpatch: don't need redraw_later(CLEAR), Nvim uses pipes Justin M. Keyes 2018-01-28 12:33:22 +01:00
  • 16a6f44570 Merge #7903 'test/old: minor fixes for local invocation' Justin M. Keyes 2018-01-28 11:33:56 +01:00
  • c6fe06bbc0 tui: fix use-after-free after UI stop event #7922 Justin M. Keyes 2018-01-27 13:52:45 +01:00
  • 300d3651e2 Merge #7919 from hardenedapple/langremap-after-map Justin M. Keyes 2018-01-27 16:26:14 +01:00
  • df4f9342b9 Make 'langnoremap' apply directly after a map Matthew Malcomson 2017-03-28 19:42:44 +01:00
  • f2ea15f364 Add some tests for 'langmap' Matthew Malcomson 2017-04-04 14:07:08 +01:00
  • 87e03c2b85 vim-patch:8.0.1393: too much highlighting with 'hlsearch' and 'incsearch' set Ömer Sinan Ağacan 2018-01-21 16:03:35 +03:00
  • 9bc1410ee1 vim-patch:8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty pattern Ömer Sinan Ağacan 2018-01-21 15:09:17 +03:00
  • cd59577d57 vim-patch:8.0.1396: memory leak when CTRL-G in search command line fails Ömer Sinan Ağacan 2018-01-21 14:46:54 +03:00
  • 997fc8b133 Add tests Ömer Sinan Ağacan 2017-11-03 10:42:26 +03:00
  • 660bfb3fb3 Update included_patches Ömer Sinan Ağacan 2017-11-03 08:35:43 +03:00
  • cd973be11b vim-patch:8.0.1250 Ömer Sinan Ağacan 2017-11-03 08:28:36 +03:00
  • 41394d8236 vim-patch:8.0.1238 Ömer Sinan Ağacan 2017-10-30 11:07:35 +03:00
  • 0a56bd3330 build/macOS: remove -iframework line #7891 Justin M. Keyes 2018-01-26 11:38:56 +01:00
  • 83880cced3 Merge pull request #6558 from jamessan/tv_as_string-fix James McCoy 2018-01-25 14:09:36 -05:00
  • 8b1f7d8774 vim-patch:8.0.0431 (#7908) KunMing Xie 2018-01-25 18:26:47 +08:00
  • a3daa8cb13 build: fix luacheck detection (avoids re-download on win32) (#7905) George Zhao 2018-01-24 17:29:30 +08:00
  • 3ff92ba1ee eval: save_tv_as_string: Correctly handle an empty string James McCoy 2018-01-23 17:56:50 -05:00
  • 5d88830d51 test/old: always set $TMPDIR Justin M. Keyes 2018-01-23 23:05:45 +01:00
  • 090cd10975 test/old: Fix_truncated_tmpfile(): more flexible Justin M. Keyes 2018-01-23 23:02:43 +01:00
  • 15119f943a test: system(): fix test Justin M. Keyes 2018-01-23 21:33:44 +01:00
  • 6762c20af8 Merge pull request #7894 from jamessan/cmake-cmp0026-fix James McCoy 2018-01-23 08:41:04 -05:00
  • 7dd97eb597 test/inccommand_spec: test the test (#7897) Justin M. Keyes 2018-01-23 00:53:22 +01:00
  • 3308b76339 Merge #7890 'vim-patch: various' Justin M. Keyes 2018-01-22 23:13:54 +01:00
  • 41a91af5cf cmake: Use generator expression to determine libnvim-test path James McCoy 2018-01-22 12:27:14 -05:00
  • 84d4e4a7ef Merge #7891 'build: fix creating generated files on macOS' Justin M. Keyes 2018-01-22 19:40:58 +01:00
  • 59ac170340 Merge #7893 'man.vim: use correct offset in presence of modifier commands' Marco Hinz 2018-01-22 17:31:36 +01:00
  • dbcdd29139 man.vim: use correct offset in presence of modifier commands Marco Hinz 2018-01-22 16:49:35 +01:00
  • 17b21eae52 build: fix creating generated files on macOS John Szakmeister 2018-01-22 05:26:51 -05:00
  • b69fa866db Merge #7888 'defaults: enable cscopeverbose' Justin M. Keyes 2018-01-22 10:17:55 +01:00
  • 872ee4259a vim-patch: NA Justin M. Keyes 2018-01-21 12:26:21 +01:00
  • d6cbe6ca87 vim-patch:8.0.0667: more tests for :endfunc Justin M. Keyes 2018-01-21 12:16:55 +01:00
  • fb855feb52 vim-patch:8.0.0662: stray FIXME for fixed problem Justin M. Keyes 2018-01-21 11:34:06 +01:00
  • 154822933e vim-patch:8.0.0659: no test for conceal mode Justin M. Keyes 2018-01-21 11:27:17 +01:00
  • a5d33d5e90 vim-patch:8.0.0656: cannot use ! after some user commands Justin M. Keyes 2018-01-21 11:55:27 +01:00
  • a185ab70fd vim-patch:8.0.0655: not easy to make sure a function does not exist Justin M. Keyes 2018-01-21 11:45:11 +01:00
  • 52778d62fc vim-patch:8.0.0654: no warning for text after :endfunction Justin M. Keyes 2018-01-21 11:42:49 +01:00
  • 2820860ba3 Merge #7885 'vim-patch: diff-related patches' Justin M. Keyes 2018-01-21 13:33:04 +01:00
  • 53749e1749 defaults: enable 'cscopeverbose', and deprecate it Justin M. Keyes 2018-01-15 22:26:48 +01:00
  • e2eff5269f doc: if_cscop: cleanup Justin M. Keyes 2018-01-15 22:26:11 +01:00
  • ab279c6fb8 vim-patch:8.0.0444: diffpatch fails when the file name has a quote Justin M. Keyes 2018-01-21 10:36:14 +01:00
  • 456cf72974 vim-patch:8.0.0442: patch shell command not well escaped Justin M. Keyes 2018-01-21 10:28:52 +01:00
  • ce09d4134b vim-patch:8.0.0433: beeps when running tests Justin M. Keyes 2018-01-21 10:26:40 +01:00
  • 9c92eed86f vim-patch:8.0.0599: diff mode is insufficiently tested Justin M. Keyes 2018-01-21 10:09:04 +01:00
  • 9db4dc971d vim-patch:8.0.0301 #7685 ckelsel 2017-12-02 16:26:30 +08:00
  • 72422b0748 version.c: update [ci skip] (#7828) Marvim the Paranoid Android 2018-01-21 11:04:39 +01:00
  • eb4aab7173 ui: forward 'linespace' option #7883 Justin M. Keyes 2018-01-21 07:31:57 +01:00
  • ada1956206 Merge #7880 'lua/executor: Remove lightuserdata' Justin M. Keyes 2018-01-21 08:09:16 +01:00
  • 6bf359fa79 vim-patch:8.0.0426: insufficient testing for statusline (#7882) KunMing Xie 2018-01-21 13:50:31 +08:00
  • db346b5b48 lua/executor: Remove all places where lightuserdata is used ZyX 2018-01-21 01:47:46 +03:00
  • 0daaa49586 Merge #7863 'mingw64: fix gcc warnings' Justin M. Keyes 2018-01-20 17:18:32 +01:00
  • ee84da358c Merge #7878 from justinmk/keymap-leak Justin M. Keyes 2018-01-20 16:33:43 +01:00
  • 5a96a9eba2 free_buf_options(): free buf_T.b_kmap_ga Justin M. Keyes 2018-01-20 15:25:10 +01:00
  • 6a826fce91 busted: explicit LUA_PATH to test scripts (#7864) Matthieu Coudron 2018-01-20 22:43:16 +09:00
  • ecf851bc60 Merge #7867 'Add completion for :checkhealth' Marco Hinz 2018-01-20 13:15:21 +01:00
  • b00fd49640 vim-patch:8.0.0423: changing 'cinoptions' does not always work ckelsel 2018-01-20 15:47:56 +08:00
  • 10b1738f59 Fix lint error in option.c George Zhao 2018-01-17 22:29:23 +08:00
  • 82adba0f2f Fix for lint George Zhao 2018-01-17 21:25:46 +08:00
  • e76c6e2ee8 Fix warning: multi-line comment [-Wcomment] use :341,355s/: \zs.*/\=string(submatch(0)) George Zhao 2018-01-17 20:03:01 +08:00
  • 2408a05151 Fix warning, read/write have unsigned int count on windows. George Zhao 2018-01-17 19:54:21 +08:00
  • 94f4469638 man.vim: infer $MANPAGER invocation in more cases Justin M. Keyes 2018-01-19 01:53:04 +01:00
  • 20e0cb8d47 Merge #7424 'vim-patch: 8.0.0198, 8.0.0200, 8.0.0201, 8.0.0202, 8.0.0204' Justin M. Keyes 2018-01-18 22:58:50 +01:00
  • 72a7a884b4 tests: :checkhealth completion Marco Hinz 2018-01-18 15:54:25 +01:00
  • 6acbd76b00 Add completion for :checkhealth Marco Hinz 2018-01-18 01:49:42 +01:00
  • 421f2605c0 Fix warning about NULL compare George Zhao 2018-01-17 19:48:03 +08:00
  • 23102bc18e Fix bug, use &loop->uv replace loop. George Zhao 2018-01-17 19:47:00 +08:00
  • 43833af53c Fix warning about math functions, include isnan, isinf, fpclassify. George Zhao 2018-01-17 19:45:49 +08:00
  • 3632f02564 Fix warning about variable length array. George Zhao 2018-01-17 19:44:04 +08:00
  • 5a594091dc Fix warning about unused value. George Zhao 2018-01-17 19:42:23 +08:00
  • 15334dcd89 Fix warning unused static function George Zhao 2018-01-17 19:41:16 +08:00
  • 12acf0f7a7 Fix warning when assing size_t type value to uv_buf_t.len, convert type to ULONG on Windows. George Zhao 2018-01-17 19:40:31 +08:00
  • bac86a1941 Fix warning when redefine RGB on Windows George Zhao 2018-01-17 19:36:59 +08:00
  • 06994e0e21 Fix warning about conversion on mingw64 George Zhao 2018-01-17 19:35:57 +08:00
  • bc17ad31dc os/input.c: parse keycodes in non-string context #7411 lePerdu 2017-10-18 18:27:31 -04:00
  • 8fc437ef43 runtime: UpdateRemotePlugins: allow bar (#7865) zandrmartin 2018-01-17 19:50:17 +00:00
  • 1c6e956079 Merge #7862 'fix resize-related segfaults' Justin M. Keyes 2018-01-16 10:10:02 +01:00
  • fed928b438 ugrid.c: destroy_cells(): avoid double-free Justin M. Keyes 2018-01-16 09:26:30 +01:00
  • 1be315de37 tui: final_column_wrap(): fix row calculation Justin M. Keyes 2018-01-16 09:08:31 +01:00