1
0
forked from aniani/vim

Commit Graph

  • 477402ecf9 runtime(termdebug): Fix saved_mousemodel check laburnumT 2024-06-09 18:38:14 +02:00
  • aa925eeb97 patch 9.1.0472: Inconsistencies between functions for option flags v9.1.0472 zeertzjq 2024-06-09 18:24:05 +02:00
  • 2d1d5c6c27 patch 9.1.0471: Crash when using autocmd_get() after removing event inside autocmd v9.1.0471 zeertzjq 2024-06-09 16:44:33 +02:00
  • 03a3df15ca runtime(termdebug: Fix errors in using the latest termdebug.vim Yegappan Lakshmanan 2024-06-09 16:42:45 +02:00
  • 9c4389acc3 runtime(doc): Fix small style issues h-east 2024-06-09 16:32:19 +02:00
  • 5674c9a7de runtime(doc): add return type info for Vim function descriptions Christian Brabandt 2024-06-09 00:13:43 +02:00
  • 4032daaa11 translation(it): Update Italian Vim manpage Antonio Giovanni Colombo 2024-06-07 13:31:01 +02:00
  • 6dcd7f1a4d runtime(man): disable the q mapping Christian Brabandt 2024-06-06 19:06:38 +02:00
  • ce47d32b03 runtime(cpp): Change 'cms' for C++ to '// %s' Luc Hermitte 2024-06-06 18:44:30 +02:00
  • d9ec676911 runtime(ccomplete): fix type mismatch error Lars T. Kyllingstad 2024-06-06 18:37:08 +02:00
  • ae4641d68e runtime(termdebug): Fix wrong email address Christian Brabandt 2024-06-05 22:24:24 +02:00
  • 23f29ffc64 runtime(termdebug): convert termdebug plugin to Vim9 script Ubaldo Tiberi 2024-06-05 21:27:38 +02:00
  • 7cbed350f8 patch 9.1.0470: tests: Test_ColonEight_MultiByte() fails sporadically v9.1.0470 Christian Brabandt 2024-06-05 20:34:55 +02:00
  • 529b9ad62a patch 9.1.0469: Cannot have buffer-local value for 'completeopt' v9.1.0469 zeertzjq 2024-06-05 20:27:06 +02:00
  • 84d9611b67 patch 9.1.0468: GvimExt does not consult HKEY_CURRENT_USER v9.1.0468 David Wagner 2024-06-05 20:01:19 +02:00
  • 9c60890518 CI: update FreeBSD runner to 14.1 (#13937) Philip H 2024-06-05 19:57:11 +02:00
  • 551d8c372e patch 9.1.0467: typos in some comments v9.1.0467 zeertzjq 2024-06-05 19:53:32 +02:00
  • 92f4e91590 runtime(vim): Update base-syntax, allow whitespace before :substitute pattern Doug Kearns 2024-06-05 19:45:43 +02:00
  • dca57fb542 patch 9.1.0466: Missing comments for fuzzy completion v9.1.0466 glepnir 2024-06-04 22:01:21 +02:00
  • ce6fe84db2 runtime(man): update Vim manpage Christian Brabandt 2024-06-04 21:58:32 +02:00
  • 98fb81846d runtime(comment): clarify the usage of 'commentstring' option value Christian Brabandt 2024-06-04 20:44:29 +02:00
  • 2a2c4fffd7 runtime(doc): clarify how fuzzy 'completeopt' should work Christian Brabandt 2024-06-04 20:27:18 +02:00
  • 98b73eb645 runtime(netrw): prevent accidental data loss Christian Brabandt 2024-06-04 18:15:57 +02:00
  • 60c8743ab6 patch 9.1.0465: missing filecopy() function v9.1.0465 Shougo Matsushita 2024-06-03 22:59:27 +02:00
  • 0a0830624a patch 9.1.0464: no whitespace padding in commentstring option in ftplugins v9.1.0464 Riley Bruins 2024-06-03 20:40:45 +02:00
  • a218cc6cda patch 9.1.0463: no fuzzy-matching support for insert-completion v9.1.0463 glepnir 2024-06-03 19:32:39 +02:00
  • 734286e4c6 patch 9.1.0462: eval5() and eval7 are too complex v9.1.0462 Yegappan Lakshmanan 2024-06-03 18:52:22 +02:00
  • f51ff96532 patch 9.1.0461: too many strlen() calls in drawline.c v9.1.0461 John Marriott 2024-06-02 19:44:11 +02:00
  • 7577afd5ef patch 9.1.0460: filetype: lintstagedrc files are not recognized v9.1.0460 İlyas Akın 2024-06-02 16:57:00 +02:00
  • 36b6676719 patch 9.1.0459: Vim9: import autoload does not work with symlink v9.1.0459 nwounkn 2024-06-02 16:10:07 +02:00
  • 7737ce519b patch 9.1.0458: Coverity complains about division by zero v9.1.0458 Christian Brabandt 2024-06-02 16:04:43 +02:00
  • e5bc2e4bc9 patch 9.1.0457: tests: test_gui fails on Wayland v9.1.0457 Christian Brabandt 2024-06-01 20:55:09 +02:00
  • 88d4f255b7 patch 9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0 v9.1.0456 Gary Johnson 2024-06-01 20:51:33 +02:00
  • e299591498 runtime(doc): clarify 'shortmess' flag "S" Christian Brabandt 2024-06-01 20:40:25 +02:00
  • 16b63bd002 patch 9.1.0455: MS-Windows: compiler warning for size_t to int conversion v9.1.0455 Mike Williams 2024-06-01 11:33:40 +02:00
  • bad9577b9a runtime(doc): include some vim9 script examples in the help Christian Brabandt 2024-05-31 14:58:26 +02:00
  • f3dd6f617c patch 9.1.0454: minor issues in test_filetype with rasi test v9.1.0454 Christian Brabandt 2024-05-31 12:26:12 +02:00
  • 280e5b13ca patch 9.1.0453: filetype: rasi files are not recognized v9.1.0453 Pierrick Guillaume 2024-05-31 12:00:49 +02:00
  • 7129f2ad2f runtime(java): Improve the matching of lambda expressions (#14880) Aliaksei Budavei 2024-05-31 12:11:34 +03:00
  • 1acc67ac44 patch 9.1.0452: Configure checks for libelf unnecessarily v9.1.0452 youcai 2024-05-30 19:31:36 +02:00
  • 88c8c547d5 patch 9.1.0451: No test for escaping '<' with shellescape() v9.1.0451 zeertzjq 2024-05-30 19:27:25 +02:00
  • 32a5faa6d7 check.vim complains about overlong comment lines Christian Brabandt 2024-05-30 09:51:47 +02:00
  • ed43711b66 translation(it): Update Italian translation Antonio Giovanni Colombo 2024-05-30 09:49:40 +02:00
  • 51c45e89b5 patch 9.1.0450: evalc. code too complex v9.1.0450 Yegappan Lakshmanan 2024-05-30 07:50:08 +02:00
  • 51024bbc1a patch 9.1.0449: MS-Windows: Compiler warnings v9.1.0449 Mike Williams 2024-05-30 07:46:30 +02:00
  • 8904d672be patch 9.1.0448: compiler warning in eval.c v9.1.0448 Yegappan Lakshmanan 2024-05-29 07:51:50 +02:00
  • 0b74eeceb8 runtime(stylus): remove remaining css code (#14866) zeertzjq 2024-05-28 14:23:41 +08:00
  • 0bdc5d8241 runtime(doc): Add ft_hare.txt to Reference Manual TOC h-east 2024-05-27 17:12:57 +02:00
  • 393708cff6 runtime(vim): re-generate vim syntax from generator Christian Brabandt 2024-05-27 15:50:07 +02:00
  • c984b2fd9d runtime(vim): fix syntax vim bug (Close #14858) (#14861) h_east 2024-05-27 22:40:25 +09:00
  • 53387c55a1 patch 9.1.0447: completion may be wrong when deleting all chars v9.1.0447 glepnir 2024-05-27 15:11:01 +02:00
  • ef73374dc3 patch 9.1.0446: getregionpos() inconsistent for partly-selected multibyte char v9.1.0446 zeertzjq 2024-05-26 18:42:18 +02:00
  • 86071925ed runtime(typescriptreact): fix highlighting nested and escaped quotes in string props (#14852) Linda_pp 2024-05-27 01:22:26 +09:00
  • 76174e7110 runtime(asm): remove the indent plugin since it has too many issues Christian Brabandt 2024-05-26 18:04:19 +02:00
  • 0076ddc07d runtime(debian): update Debian runtime files (#14849) James McCoy 2024-05-25 14:56:49 -04:00
  • dbac0da631 patch 9.1.0445: Coverity warning after 9.1.0440 v9.1.0445 Yegappan Lakshmanan 2024-05-25 20:23:54 +02:00
  • dff55a3358 patch 9.1.0444: Not enough tests for getregion() with multibyte chars v9.1.0444 zeertzjq 2024-05-25 10:25:36 +02:00
  • afc2295c22 patch 9.1.0443: Can't use blockwise selection with width for getregion() v9.1.0443 zeertzjq 2024-05-24 19:07:12 +02:00
  • 5e45715084 runtime(typescript): update outdated syntax files rhysd 2024-05-24 18:59:10 +02:00
  • b1ffc52694 runtime(i3config/swayconfig): fix floating_modifier highlight (#14841) Josef Litoš 2024-05-24 17:31:36 +02:00
  • 35dfe58a54 patch 9.1.0442: hare runtime files outdated v9.1.0442 Amelia Clarke 2024-05-24 08:05:00 +02:00
  • 2b09de9104 patch 9.1.0441: getregionpos() can't properly indicate positions beyond eol v9.1.0441 zeertzjq 2024-05-24 07:48:51 +02:00
  • 44cadaa18c patch 9.1.0440: function get_lval() is too long v9.1.0440 Yegappan Lakshmanan 2024-05-24 07:44:10 +02:00
  • 42a5b5a6d0 patch 9.1.0439: Cannot filter the history v9.1.0439 Christian Brabandt 2024-05-24 07:39:34 +02:00
  • 3074137542 patch 9.1.0438: Wrong Ex command executed when :g uses '?' as delimiter v9.1.0438 zeertzjq 2024-05-24 07:37:36 +02:00
  • 22ac941208 runtime(i3config/swayconfig): support floating_modifier none; revert broken highlighting James Eapen 2024-05-23 20:47:49 +02:00
  • 742062f31f patch 9.1.0437: Motif requires non-const char pointer for XPM data v9.1.0437 Drew Vogel 2024-05-23 17:49:39 +02:00
  • 789679cfc4 patch 9.1.0436: Crash when using '?' as separator for :s v9.1.0436 zeertzjq 2024-05-23 17:41:26 +02:00
  • cd79f8fbd3 patch 9.1.0435: filetype: cygport files are not recognized v9.1.0435 K.Takata 2024-05-23 17:31:26 +02:00
  • 3554d9bfcc patch 9.1.0434: make errors trying to access autoload/zig v9.1.0434 Derek Schrock 2024-05-23 17:26:51 +02:00
  • 701ad50a9e patch 9.1.0433: Wrong yanking with exclusive selection and ve=all v9.1.0433 zeertzjq 2024-05-23 07:47:55 +02:00
  • f2d74e3b63 runtime(comment): add missing help tags file Christian Brabandt 2024-05-23 07:24:05 +02:00
  • 5090f838bb patch 9.1.0432: Ancient XPM preprocessor hack may cause build errors v9.1.0432 Drew Vogel 2024-05-22 16:51:53 +02:00
  • 802fc04a78 runtime(rescript): include basic rescript ftplugin file (#14822) Riley Bruins 2024-05-22 07:49:17 -07:00
  • 25536f415e patch 9.1.0431: eval.c is too long v9.1.0431 Yegappan Lakshmanan 2024-05-22 16:45:04 +02:00
  • 52a6f34887 patch 9.1.0430: getregionpos() doesn't handle one char selection v9.1.0430 zeertzjq 2024-05-22 16:42:44 +02:00
  • 95ff39f8e3 CI: disable -O2 for Coverity after v9.1.0429 Christian Brabandt 2024-05-22 07:53:23 +02:00
  • 62ccaa60d5 runtime(termdebug): check for gdb file/dir before using as buffer name Ubaldo Tiberi 2024-05-21 23:33:03 +02:00
  • d1d9316c66 runtime(zig): refactor zig ftplugin, remove auto format Tiseno 2024-05-21 23:27:03 +02:00
  • b335a9312c patch 9.1.0429: Coverity complains about eval.c refactor v9.1.0429 Christian Brabandt 2024-05-21 18:39:10 +02:00
  • 42cd192daa patch 9.1.0428: Tag guessing leaves wrong search history with very short names v9.1.0428 zeertzjq 2024-05-21 17:19:58 +02:00
  • ffed1540f3 patch 9.1.0427: tests: some issues with termdebug mapping test v9.1.0427 Ken Takata 2024-05-21 17:14:56 +02:00
  • 8cf29e4c4a runtime(matchit): update matchit plugin to v1.20 Christian Brabandt 2024-05-20 20:02:16 +02:00
  • 8c85a2a49a patch 9.1.0426: too many strlen() calls in search.c v9.1.0426 John Marriott 2024-05-20 19:18:26 +02:00
  • 69dff00dfb runtime(verilog): set commentstring option Riley Bruins 2024-05-20 18:14:25 +02:00
  • af2254d2f3 runtime(vb): update vb indent plugin as vim9script Michael Soyka 2024-05-20 14:37:50 +02:00
  • 155583a5c3 patch 9.1.0425: filetype: purescript files are not recognized v9.1.0425 Riley Bruins 2024-05-20 14:21:53 +02:00
  • aa3104b07a patch 9.1.0424: filetype: slint files are not recognized v9.1.0424 Riley Bruins 2024-05-20 14:20:09 +02:00
  • f295050fa5 runtime(nim): basic nim ftplugin file for comments (#14812) Riley Bruins 2024-05-20 05:16:17 -07:00
  • 957d903cb7 runtime(arduino): Add Arduino ftplugin and indent files (#14811) K.Takata 2024-05-20 21:13:35 +09:00
  • c3d5c2fc87 runtime(typst): include basic typst ftplugin file (#14809) Riley Bruins 2024-05-20 05:08:49 -07:00
  • 9c4d14dbb4 runtime(prisma): include basic prisma ftplugin file (#14807) Riley Bruins 2024-05-20 05:07:30 -07:00
  • 1b5e3d21f6 runtime(v): include basic v ftplugin for comment support (#14806) Riley Bruins 2024-05-20 05:03:46 -07:00
  • c95e64f41f patch 9.1.0423: getregionpos() wrong with blockwise mode and multibyte v9.1.0423 zeertzjq 2024-05-20 14:00:31 +02:00
  • 22029edb6c patch 9.1.0422: function echo_string_core() is too long v9.1.0422 Yegappan Lakshmanan 2024-05-20 13:57:11 +02:00
  • 5f1b115afd patch 9.1.0421: filetype: hyprlang files are not recognized v9.1.0421 Riley Bruins 2024-05-19 11:26:44 +02:00
  • 4d7892bfb1 runtime(dart): add basic dart ftplugin file Riley Bruins 2024-05-19 09:31:46 +02:00
  • 36e974fdf3 runtime(graphql): basic ftplugin file for graphql Riley Bruins 2024-05-19 09:30:12 +02:00
  • d801edfb1b runtime(doc): mention comment plugin at :h 'commentstring' Christian Brabandt 2024-05-19 09:28:26 +02:00
  • df859a36d3 runtime(sql): set commentstring for sql files in ftplugin Riley Bruins 2024-05-19 09:23:10 +02:00