Commit Graph

  • 832c158a66 message: Refactor str2specialbuf ZyX 2017-07-02 18:24:16 +03:00
  • e9e1668ca6 message: Refactor str2special_save and str2special ZyX 2017-07-02 18:12:46 +03:00
  • ac086d8ce2 mbyte: Refactor mb_unescape ZyX 2017-07-02 18:05:54 +03:00
  • 1514cdc7d8 Merge remote-tracking branch 'upstream/master' ckelsel 2017-07-02 09:27:32 +08:00
  • ca4633bfe4 ci/quickbuild: XXX: disable server_requests test (#6851) Justin M. Keyes 2017-07-02 00:30:00 +02:00
  • 57d691e81a test: handle single-char hostname (#6939) KunMing Xie 2017-07-02 00:48:17 +08:00
  • 7ab152aaa5 ex_getln: Save and restore try state ZyX 2017-07-01 15:34:25 +03:00
  • b96f43f2b8 rm test ckelsel 2017-07-01 10:56:46 +08:00
  • 3965449d05 test ckelsel 2017-07-01 10:55:55 +08:00
  • fcbc7a8db4 Merge pull request #6936 from jamessan/unicode-10 James McCoy 2017-06-30 17:52:16 +00:00
  • 39b431b3ed fix hostname_spec.lua test failed ckelsel 2017-06-30 20:18:41 +08:00
  • 03fc0e3f41 scripts: Tell curl to follow redirects James McCoy 2017-06-29 17:44:47 -04:00
  • ddea5038e4 Update unicode files James McCoy 2017-06-29 15:16:12 -04:00
  • 25eced62b6 Update emoji-data URL for Unicode 10 James McCoy 2017-06-29 15:16:06 -04:00
  • 42d892913d cmake: Remove custom "Dev" build-type. (#6932) Justin M. Keyes 2017-06-29 09:29:40 +02:00
  • ea75966e42 ex_getln: Do not make <C-c> interrupt input() after interrupting hl cb ZyX 2017-06-28 22:54:13 +03:00
  • 564d5f921c ex_getln: Fix indent ZyX 2017-06-28 22:21:37 +03:00
  • 99079a164d ex_getln: Make sure standard error reporting facility is not used ZyX 2017-06-28 22:20:47 +03:00
  • 3da49cd68e ex_getln: Fix “echoerr msg not shown” problem ZyX 2017-06-28 22:09:10 +03:00
  • 4403864da3 update tests Jakob Schnitzer 2017-06-28 20:21:44 +02:00
  • e8829710bc Merge branch 'master' into option-fixes Jakob Schnitzer 2017-06-28 16:52:04 +02:00
  • 9ccb3abbb5 functests: Uncomment {REDRAW} part of “works” test ZyX 2017-06-28 14:39:52 +03:00
  • 5e4976559a functests: Partially uncomment <C-c> test ZyX 2017-06-28 14:34:12 +03:00
  • 0ed95423de ex_getln: Call highlight callback inside :try ZyX 2017-06-28 14:26:23 +03:00
  • 493d250446 functests: Make “stops executing callback” test work ZyX 2017-06-28 13:58:51 +03:00
  • 36a84d8f4a functests: Fix typo ZyX 2017-06-28 13:54:04 +03:00
  • f0dafa89c2 provider/clipboard.vim: Handle missing g:clipboard keys Justin M. Keyes 2017-06-28 09:34:47 +02:00
  • 6016ac270f provider/clipboard.vim: allow configuration #6030 Justin M. Keyes 2017-06-27 12:21:53 +02:00
  • 91749c06dc Merge pull request #6927 from jamessan/vim-7.4.2259 James McCoy 2017-06-27 03:19:01 +00:00
  • 6a842132bc ex_getln: Lint command_line_handle_key readability/fn_size James McCoy 2017-06-26 19:12:06 -04:00
  • 54d5e90a2b vim-patch:7.4.2320 James McCoy 2017-06-25 12:15:58 -04:00
  • 3679752dbd vim-patch:7.4.2318 James McCoy 2017-06-25 12:11:22 -04:00
  • 0dd6455659 vim-patch:7.4.2268 James McCoy 2017-06-25 11:01:16 -04:00
  • 518b42db91 functests/legacy: Add lua version of test_search.vim James McCoy 2017-06-14 22:51:50 -04:00
  • f34befe74c Merge #6789 from ZyX-I/lua-path Justin M. Keyes 2017-06-27 02:29:15 +02:00
  • 1ef2d768e7 socket.c: Disable Nagle's algorithm on TCP sockets (#6915) David Galeano 2017-06-27 01:09:49 +01:00
  • edc2a7ee46 functests: Make tests work with input() ZyX 2017-06-27 02:15:49 +03:00
  • 8e5134784c functests: Comment out failing test ZyX 2017-06-27 01:55:21 +03:00
  • 71616fce0b functests: Abstract away some ways to enter cmdline coloring mode ZyX 2017-06-27 01:54:08 +03:00
  • 072a853fa2 ex_getln: Enable coloring for expression mode ZyX 2017-05-22 22:44:08 +03:00
  • 95fe5614a0 functests: Add missing wait() ZyX 2017-05-22 03:25:46 +03:00
  • 407abb3a6c eval,ex_getln: Add support for coloring input() prompts ZyX 2017-04-02 01:00:40 +03:00
  • d82741f8c0 ex_getln: Add some more tests, fix some found errors ZyX 2017-03-26 17:25:03 +03:00
  • 3d25200127 functests: Start adding some tests ZyX 2017-03-26 04:04:23 +03:00
  • c1d21e9dd6 ex_getln: Add basic support for coloring command-line prompt ZyX 2017-03-26 03:40:59 +03:00
  • 7db2f658e8 ex_getln: Do not do arabic shaping unless needed ZyX 2017-03-26 01:38:43 +03:00
  • 90f62cc749 ex_getln: Clean up draw_cmdline a bit ZyX 2017-03-26 01:34:13 +03:00
  • 7955cf3515 vim-patch:7.4.2259 raichoo 2017-03-25 14:09:31 +01:00
  • 2b377d89db scripts/pvscheck.sh: fix function rename Justin M. Keyes 2017-06-25 07:52:21 +02:00
  • 4b08b5d194 scripts/pvscheck.sh: HACK: de-parallelize on CI Justin M. Keyes 2017-06-25 07:35:01 +02:00
  • a469704495 scripts/pvscheck.sh: HACK: de-parallelize on CI Justin M. Keyes 2017-06-25 03:26:04 +02:00
  • ca385db4d0 Merge pull request #5266 from bfredl/kbtree Björn Linse 2017-06-24 13:46:48 +02:00
  • 8b375cf471 bufhl: fix move Björn Linse 2016-08-28 15:36:18 +02:00
  • 7873660e1e bufhl: some style cleanup Björn Linse 2016-08-28 13:32:48 +02:00
  • 28a549d597 kbtree: make warning free and delete deprecated macros Björn Linse 2016-08-28 13:26:01 +02:00
  • 14e19b8aaf kbtree: eliminate unneccesary heap allocation Björn Linse 2016-08-28 13:01:33 +02:00
  • 53cf88c27b kbtree: use proper structs Björn Linse 2016-08-06 09:15:43 +02:00
  • 6712e08bba kbtree: allow iterators to start at arbitrary position Björn Linse 2016-07-29 20:27:50 +02:00
  • 1eff241ec6 bufhl: use kbtree for bufhl Björn Linse 2016-07-28 22:42:22 +02:00
  • 0b6b03c472 kbtree.h timeyyy 2016-07-28 16:30:26 +02:00
  • 144f584948 Merge #6914 from ZyX-I/func-def-trailing-error Justin M. Keyes 2017-06-21 23:56:00 +02:00
  • 476c28f433 functests: Fix screen.lua supplying dedent additional argument ZyX 2017-06-20 20:52:43 +03:00
  • ae457ff64a functests: Check that minimal distance between commands works ZyX 2017-06-20 18:31:27 +03:00
  • 607dc3e0f9 functests: Add tests ZyX 2017-06-20 18:17:19 +03:00
  • 60c0252672 eval: Allow running next command after :endfunction ZyX 2017-06-20 17:36:56 +03:00
  • d5839770ee functests: Refactor redir_exec ZyX 2017-06-20 17:27:06 +03:00
  • e57d4eef88 functests: Move function_spec to eval ZyX 2017-06-20 17:14:48 +03:00
  • bad5b2f8cf eval: Error out when there is something after :endfunction ZyX 2017-06-18 15:53:53 +03:00
  • cb8e47c4f8 Merge #6863 Justin M. Keyes 2017-06-19 12:35:16 +02:00
  • dcbeefcd23 coverity/112076: fixing "Explicit null dereferenced" Chris Hall 2017-06-08 15:05:07 +10:00
  • 76ea97c809 coverity/155506: fixing "dereference null after check" (#6862) Chris Hall 2017-06-19 10:01:29 +10:00
  • 26235bc050 genappimage.sh: set CMAKE_INSTALL_MANDIR Justin M. Keyes 2017-06-19 01:43:18 +02:00
  • 694eb18e03 vim-patch:7.4.2356 (#6880) Shougo 2017-06-19 08:13:32 +09:00
  • 3a86dd54f3 Merge #6841 from alexgenco/ruby-host-prog Justin M. Keyes 2017-06-17 23:56:23 +02:00
  • b160a8b5ba Merge pull request #6898 from blueyed/pvscheck-fixes James McCoy 2017-06-17 18:40:49 +00:00
  • 45df8f77df scripts/pvscheck.sh: fixes Daniel Hahler 2017-06-15 19:01:11 +02:00
  • 9b98b959d1 runtime: Add docs for g:ruby_host_prog Alex Genco 2017-06-17 08:56:17 -07:00
  • f400c6f05f runtime: Allow overriding ruby host with g:ruby_host_prog Alex Genco 2017-06-03 17:19:49 -07:00
  • 826210a465 runtime: Fix issue with Ruby health latest_gem determination Alex Genco 2017-06-03 17:14:35 -07:00
  • e8aa58934e Update deps (#6885) equal-l2 2017-06-17 12:17:34 +09:00
  • f8e3bc63ef Merge pull request #6860 from justinmk/coverity James McCoy 2017-06-15 12:55:05 +00:00
  • 8b976c413e Merge pull request #6896 from jamessan/clang-bump James McCoy 2017-06-15 11:14:16 +00:00
  • 6efe84af68 provider/clipboard: add tmux support (#6894) Xu Cheng 2017-06-15 15:15:56 +08:00
  • a4825ebd5c ci: Bump clang version to 4.0 James McCoy 2017-06-15 00:14:57 -04:00
  • cb75db4c18 coverity/155509: negative close() arg Justin M. Keyes 2017-06-08 00:18:42 +02:00
  • 7918845215 Merge pull request #6700 from bfredl/winhl Björn Linse 2017-06-14 20:32:16 +02:00
  • ad73a70e5a screen.c: fix lint Björn Linse 2017-06-03 14:37:43 +02:00
  • 16ae369474 screen.c: make more highlights window specific Björn Linse 2017-05-08 18:36:03 +02:00
  • 6650588c4a vim-patch:7.4.2190 (#6882) Shougo 2017-06-12 07:44:21 +09:00
  • 6eb2bcd1a0 scripts/vim-patch.sh: do not git-reset on push failure (#6878) Daniel Hahler 2017-06-11 16:25:13 +02:00
  • 9f534f338a mksession: Restore tab-local working directory #6859 HiPhish 2017-06-06 13:02:48 +02:00
  • d0ff2000b2 vim-patch:8.0.0607 (#6879) Daniel Hahler 2017-06-11 15:03:02 +02:00
  • 2c236fc67b tui: Track cursor visibility. Jonathan de Boyne Pollard 2017-06-10 09:00:15 +01:00
  • 90f20bd7b1 pvscheck: Fix argument handling in do_recheck James McCoy 2017-06-09 16:42:43 -04:00
  • cdfaecb25f tui: Eliminate more extraneous control sequences. Jonathan de Boyne Pollard 2017-06-09 19:50:13 +01:00
  • 6d35c5c7ec tui: Another linux terminfo capability fix Jonathan de Boyne Pollard 2017-06-09 19:33:17 +01:00
  • 1a093c08d0 Merge pull request #6345 from brcolow/vim-7.4.2360 James McCoy 2017-06-08 16:38:21 +00:00
  • edced212db vim-patch:7.4.2360 Michael Ennen 2017-03-23 01:58:05 -07:00
  • 16cce1ac17 Merge #6827 'Always enable logging' Justin M. Keyes 2017-06-07 23:19:02 +02:00
  • d3d0c9a7b1 Merge pull request #5621 from jamessan/vim-7.4.1975 James McCoy 2017-06-07 14:05:46 +00:00