Commit Graph

  • 1d28bbf1e5 vim-patch:9.0.0217: 'shellslash' works differently when sourcing a script again zeertzjq 2022-08-16 05:37:49 +08:00
  • e954d62527 Merge pull request #19635 from dundargoc/build/windows Christian Clason 2022-08-15 17:49:33 +02:00
  • 6b686e7e1e Merge pull request #19785 from zeertzjq/vim-8.2.1803 zeertzjq 2022-08-15 22:17:05 +08:00
  • 747dec7925 vim-patch:8.2.3392: augroup completion escapes regexp pattern characters zeertzjq 2022-08-15 21:12:42 +08:00
  • e73517e34e vim-patch:8.2.3345: some code not covered by tests zeertzjq 2022-08-15 21:03:24 +08:00
  • 535e423a6a vim-patch:8.2.1803: a few failures are not tested zeertzjq 2022-08-15 20:51:18 +08:00
  • cbb2e634c9 Merge pull request #19440 from zeertzjq/vim-8.2.1786 zeertzjq 2022-08-15 20:50:04 +08:00
  • 18b457ebbb fix(redraw): make sure :redraw! redraws command line zeertzjq 2022-08-15 20:19:37 +08:00
  • 76b4b1977b vim-patch:8.2.1799: some Normal mode commands not fully tested zeertzjq 2022-07-20 08:16:02 +08:00
  • 37586eac42 vim-patch:8.2.1786: various Normal mode commands not fully tested zeertzjq 2022-07-17 10:04:49 +08:00
  • d334249833 Merge pull request #19098 from zeertzjq/vim-8.1.0822 zeertzjq 2022-08-15 18:38:46 +08:00
  • 55da52963b vim-patch:8.2.5109: mode not updated after CTRL-O CTRL-C in Insert mode zeertzjq 2022-06-26 15:54:00 +08:00
  • 93ba821831 vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped Esc zeertzjq 2022-06-26 15:39:09 +08:00
  • 53b0688ac0 vim-patch:8.1.1189: mode is not cleared when leaving Insert mode zeertzjq 2022-06-26 14:50:57 +08:00
  • b47f313151 fix(getchar): flush screen before doing a blocking wait zeertzjq 2022-06-26 15:20:44 +08:00
  • 95b8e2c55f vim-patch:partial:8.1.0822: peeking and flushing output slows down execution zeertzjq 2022-06-26 13:41:01 +08:00
  • 9a3877ff9d refactor(ex_docmd.c): resolve most clint errors (#19775) Lewis Russell 2022-08-15 08:54:40 +01:00
  • 6264aa521e ci(build.ps1): restore comment removed in #19336 zeertzjq 2022-08-15 12:41:00 +08:00
  • 93ae183810 docs: update Vim differences (#19780) Yegappan Lakshmanan 2022-08-14 19:40:41 -07:00
  • a6f0e32d23 Merge pull request #19763 from zeertzjq/vim-8.2.1297 zeertzjq 2022-08-15 10:39:41 +08:00
  • 9ab9eb1220 fix(source): make changing 'shellslash' change expand() result zeertzjq 2022-08-15 08:28:20 +08:00
  • d6a6adf708 vim-patch:8.2.1658: expand('<stack>') has trailing ".." zeertzjq 2022-08-14 07:18:06 +08:00
  • ed65724e57 vim-patch:8.2.1653: expand('<stack>') does not include the final line number zeertzjq 2022-08-14 07:07:32 +08:00
  • 98ab0bb5f7 vim-patch:8.2.1297: when a test fails it's often not easy to see where zeertzjq 2022-08-14 06:32:00 +08:00
  • 1c164689a4 refactor: move menu non-symbols to menu_defs.h (#19778) zeertzjq 2022-08-15 10:04:05 +08:00
  • 36acb803c6 Merge pull request #19772 from lewis6991/uncrust_suggest James McCoy 2022-08-14 19:20:06 -04:00
  • d3569e8337 vim-patch:8.1.1960: fold code is spread out (#19777) zeertzjq 2022-08-15 06:33:30 +08:00
  • 41d6b8a6d0 vim-patch:9.0.0207: stacktrace not shown when debugging (#19776) zeertzjq 2022-08-15 06:01:38 +08:00
  • f38c05bece Merge pull request #19771 from lewis6991/clint/eval/funcs.c Lewis Russell 2022-08-14 16:53:31 +01:00
  • 47aba12593 refactor(eval/funcs.c): resolve all clint errors Lewis Russell 2022-08-14 13:05:56 +01:00
  • 0cd39c2f50 ci(lint): separate lintc from lint Lewis Russell 2022-08-14 15:47:46 +01:00
  • 27c3919a48 ci(lint): move some steps before build Lewis Russell 2022-08-14 14:56:15 +01:00
  • 49e691f58f ci(line): lintcfull -> lintc Lewis Russell 2022-08-14 14:54:52 +01:00
  • 0fcc32b707 ci(lint): run uncrustify earlier Lewis Russell 2022-08-14 14:08:38 +01:00
  • 1dc984eaab ci(lint): generate PR suggestions from uncrustify Lewis Russell 2022-08-14 13:49:10 +01:00
  • b1faf5f0b9 vim-patch:8.2.4249: the timeout limit for spell suggestions is always 5000 (#19769) zeertzjq 2022-08-14 19:11:36 +08:00
  • c77cce615b vim-patch:8.1.2081: the spell.c file is too big (#19767) zeertzjq 2022-08-14 18:30:37 +08:00
  • c96020b2bf vim-patch:8.2.3675 (#19766) zeertzjq 2022-08-14 15:15:43 +08:00
  • 5854103dad docs(lua): clarify vim.keymap.set() opts (#19761) Antoine Cotten 2022-08-14 00:38:31 +02:00
  • fa8fde99e6 vim-patch:9.0.0203: confusing variable name (#19762) zeertzjq 2022-08-14 06:19:12 +08:00
  • 8cd116729f Merge pull request #19752 from zeertzjq/vim-8.2.0056 zeertzjq 2022-08-14 05:18:21 +08:00
  • 1ca2247639 vim-patch:8.2.0823: Vim9: script reload test is disabled zeertzjq 2022-08-13 17:52:04 +08:00
  • a10a23aae9 vim-patch:8.2.0097: crash with autocommand and spellfile zeertzjq 2022-08-13 15:49:33 +08:00
  • 3a8b859147 vim-patch:8.2.0078: expanding <sfile> works differently the second time zeertzjq 2022-08-13 15:46:20 +08:00
  • de72f9098a vim-patch:8.2.0061: the execute stack can grow big and never shrinks zeertzjq 2022-08-13 15:44:15 +08:00
  • ded2925b40 refactor: change remaining sourcing_name/sourcing_lnum to exestack zeertzjq 2022-08-13 16:07:05 +08:00
  • f52c236c5b vim-patch:8.2.0056: execution stack is incomplete and inefficient zeertzjq 2022-08-13 13:48:11 +08:00
  • 11837e9b29 build: only use CMAKE_BUILD_TYPE for single-config generators dundargoc 2022-08-06 00:20:10 +02:00
  • 2dde701115 build(MSVC): don't add non-MSVC compiler options dundargoc 2022-08-05 17:23:32 +02:00
  • d56ddf9583 build(windows): fix target check-single-includes dundargoc 2022-08-04 12:21:14 +02:00
  • bf0d7ed1f6 build: bump minimum cmake version for all dependencies to 3.10 dundargoc 2022-08-03 14:56:57 +02:00
  • c1cbe3fb3d refactor(screen.c): resolve all clint errors (#19754) Lewis Russell 2022-08-13 15:59:15 +01:00
  • 3cf629022b vim-patch:9.0.0198: ml_get error when switching buffer in Visual mode (#19756) zeertzjq 2022-08-13 21:47:52 +08:00
  • f9a9956837 ci(release): move release-winget steps into release job #19689 Vedant 2022-08-13 19:04:28 +05:30
  • 02a4974418 vim-patch:7.4.1168 (#19645) zeertzjq 2022-08-13 21:31:00 +08:00
  • 33b49d5f55 vim-patch:9.0.0197: astro files are not detected (#19755) Christian Clason 2022-08-13 15:11:03 +02:00
  • 9dec3815d2 Merge pull request #19751 from bfredl/tabbar bfredl 2022-08-13 11:17:42 +02:00
  • 33f4ba7379 fix(winbar): do not always assume cursor is valid. fixes #19458 bfredl 2022-08-13 10:45:21 +02:00
  • a850b15e19 vim-patch:9.0.0195: metafun files are not recogized (#19746) Christian Clason 2022-08-13 10:26:12 +02:00
  • 1de62b9ea1 fix(charclass): make behavior with empty str match latest Vim (#19749) zeertzjq 2022-08-13 12:25:01 +08:00
  • 754892e59d vim-patch:8.2.{1536,1540}: charclass() (#19748) zeertzjq 2022-08-13 11:29:38 +08:00
  • 6f14c5d2dd refactor: remove some unused includes (#19747) zeertzjq 2022-08-13 08:59:11 +08:00
  • e23c5fda0a build libuv cmake (#19632) Lewis Russell 2022-08-12 16:59:40 +01:00
  • b6a963bded Merge pull request #19713 from lewis6991/rmccache bfredl 2022-08-12 15:42:59 +02:00
  • 342d18b91e refactor: remove some unused includes (#19740) zeertzjq 2022-08-12 21:16:28 +08:00
  • 5b80d20271 ci(cache): remove ccache Lewis Russell 2022-08-11 10:07:38 +01:00
  • ac78639de8 docs: .git-blame-ignore-revs (#18579) dundargoc 2022-08-12 15:05:08 +02:00
  • 54a165d9a6 Merge pull request #19592 from dundargoc/refactor/char_u-to-char bfredl 2022-08-12 14:44:28 +02:00
  • 094cdf2d69 refactor: replace char_u with char Dundar Goc 2022-07-31 16:20:57 +02:00
  • f79773a3b4 refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739) zeertzjq 2022-08-12 19:16:24 +08:00
  • 1cf3a4b409 docs: clarify that cursorline will be disabled before command preview (#19710) Jonas Strittmatter 2022-08-12 10:21:50 +02:00
  • 02289ab898 fix(lsp): fix nil value error in get_group (#19735) Mathias Fußenegger 2022-08-12 10:10:03 +02:00
  • 103f10d901 refactor: move code dealing with script files to runtime.c (#19734) zeertzjq 2022-08-12 15:41:43 +08:00
  • d4f5e0db3c Merge pull request #19733 from zeertzjq/vim-8.1.1684 zeertzjq 2022-08-12 14:39:47 +08:00
  • a93d29589a vim-patch:8.1.1689: profiling code is spread out zeertzjq 2022-08-12 13:45:33 +08:00
  • c7ca94ba7f vim-patch:8.1.1684: profiling functionality is spread out zeertzjq 2022-08-12 12:58:52 +08:00
  • 0d9e09bf67 test: make Ex mode exit test test what it wants to test (#19728) zeertzjq 2022-08-12 09:04:08 +08:00
  • 44205fe516 [Backport release-0.7] fix(signs): priority of extmark signs (#19718) (#19721) Christian Clason 2022-08-11 19:22:04 +02:00
  • 33b77eb728 fix(lsp): handle nil client in onexit callback (#19722) Mathias Fußenegger 2022-08-11 19:21:57 +02:00
  • a27756cc24 fix(signs): priority of extmark signs (#19718) Lewis Russell 2022-08-11 17:26:17 +01:00
  • 996fc2256b fix(lsp): avoid pipe leaks if lsp cmd isn't executable (#19717) Mathias Fußenegger 2022-08-11 17:04:55 +02:00
  • 8b67f37798 fix(lsp): fix some type annotations in lsp.rpc (#19714) Mathias Fußenegger 2022-08-11 15:17:05 +02:00
  • 6669fc94ae docs: add reformat commit to .git-blame-ignore-revs (#19715) Christian Clason 2022-08-11 14:41:15 +02:00
  • d1fb0dd8b9 Merge pull request #19685 from ii14/gen_vimdoc_indentation Christian Clason 2022-08-11 14:34:00 +02:00
  • ea333badd2 docs: regenerate ii14 2022-08-11 14:25:48 +02:00
  • d2975d58cb docs: change gen_vimdoc indentation to 4 spaces ii14 2022-08-08 20:24:50 +02:00
  • 94c3176478 refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709) zeertzjq 2022-08-11 15:44:55 +08:00
  • 252dea5927 build(deps): bump LuaJIT to HEAD - 633f265f6 (#19703) Christian Clason 2022-08-11 08:53:15 +02:00
  • b4b22318a1 Merge pull request #19704 from bfredl/ceci-nest-pas-un-bool bfredl 2022-08-10 22:31:53 +02:00
  • faccae47fc fix(mpack): make sure a bool always is a bool bfredl 2022-08-10 20:36:28 +02:00
  • ff1266aaaa vim-patch:9.0.0182: quarto files are not recognized (#19702) Jonas Strittmatter 2022-08-10 13:44:57 +02:00
  • 78658ef383 fix(api): vim.cmd.make crashes when argument count isn't 1 (#19701) Famiu Haque 2022-08-10 16:37:59 +06:00
  • 3ee6c05b4b Merge pull request #19693 from clason/bump-gha-ubuntu dundargoc 2022-08-10 08:55:25 +02:00
  • 512e0441f1 docs: fix some mistakes and missing docs (#19699) zeertzjq 2022-08-10 12:47:38 +08:00
  • bebfbfab3b fix(lsp): handle multiple clients with incremental sync (#19658) Mathias Fußenegger 2022-08-09 22:20:40 +02:00
  • d212dfd676 ci(release): build with standard gcc on Ubuntu Christian Clason 2022-08-09 17:35:19 +02:00
  • 48241c3b23 ci(release): bump deprecated ubuntu image to 20.04 Christian Clason 2022-08-09 17:05:56 +02:00
  • 3030b4d653 feat(tui): allow grid and host to disagree on ambiguous-width chars (#19686) zeertzjq 2022-08-09 21:08:46 +08:00
  • 24bf0490ea vim-patch:9.0.0176: checking character options is duplicated and incomplete (#19690) zeertzjq 2022-08-09 20:35:34 +08:00
  • 33ddca6fa0 docs(lua): add luv (vim.loop) reference manual (#19679) Christian Clason 2022-08-09 13:21:50 +02:00