1
0
forked from aniani/vim

Commit Graph

  • 6f14ef4b0b patch 9.1.1089: tests: No check when tests are run under Github actions v9.1.1089 Christian Brabandt 2025-02-09 17:05:21 +01:00
  • 934d9ab3a2 patch 9.1.1088: tests: plugin tests are named inconsistently v9.1.1088 Christian Brabandt 2025-02-09 17:03:31 +01:00
  • 645a4288e2 patch 9.1.1087: Vim9: import with extends may crash v9.1.1087 Hirohito Higashi 2025-02-09 16:41:23 +01:00
  • 76bdb82527 patch 9.1.1086: completion doesn't work with multi lines v9.1.1086 glepnir 2025-02-08 19:04:51 +01:00
  • 746fe54d4f patch 9.1.1085: filetype: cmmt files are not recognized v9.1.1085 Christoph Sax 2025-02-08 19:01:05 +01:00
  • b7147f8236 patch 9.1.1084: Unable to persistently ignore events in a window and its buffers v9.1.1084 Luuk van Baal 2025-02-08 18:52:39 +01:00
  • a35040f795 runtime(tex): improve syntax highlighting Eisuke Kawashima 2025-02-08 18:32:14 +01:00
  • a17f8bfb28 patch 9.1.1083: setreg() doesn't correctly handle mbyte chars in blockwise mode v9.1.1083 Yee Cheng Chin 2025-02-08 18:19:15 +01:00
  • a6d5778d9b patch 9.1.1082: unexpected DCS responses may cause out of bounds reads v9.1.1082 Julio B 2025-02-07 20:44:49 +01:00
  • a41dfcd55b patch 9.1.1081: has('bsd') is true for GNU/Hurd v9.1.1081 Zhaoming Luo 2025-02-06 21:39:35 +01:00
  • 9c8f9b10fc patch 9.1.1080: filetype: Mill files are not recognized v9.1.1080 Chris Kipp 2025-02-06 21:26:08 +01:00
  • a5e03f68a8 patch 9.1.1079: GUI late startup leads to uninitialized scrollbars v9.1.1079 Yee Cheng Chin 2025-02-06 21:18:17 +01:00
  • b69cd52447 runtime(misc): Add support for lz4 to tar & gzip plugin Corpulent Robin 2025-02-06 21:10:49 +01:00
  • cde8ff63e2 patch 9.1.1078: Terminal ansi colors off by one after tgc reset v9.1.1078 Julio B 2025-02-06 20:31:27 +01:00
  • f50d5364d7 patch 9.1.1077: included syntax items do not understand contains=TOP v9.1.1077 Theodore Dubois 2025-02-05 23:59:25 +01:00
  • 34e1e8de91 patch 9.1.1076: vim_strnchr() is strange and unnecessary v9.1.1076 zeertzjq 2025-02-04 16:48:36 +01:00
  • f7cb9f9280 patch 9.1.1075: Vim9: len variable not used in compile_load() v9.1.1075 Hirohito Higashi 2025-02-04 16:37:19 +01:00
  • 4a530a632b runtime(vim): Update base-syntax, match :debuggreedy count prefix Doug Kearns 2025-02-03 18:59:09 +01:00
  • 449c2e5454 patch 9.1.1074: Strange error when heredoc marker starts with "trim" v9.1.1074 zeertzjq 2025-02-03 18:56:16 +01:00
  • 23da16d3d0 patch 9.1.1073: tests: test_compiler fails on Windows without Maven v9.1.1073 zeertzjq 2025-02-03 18:53:28 +01:00
  • ccd7f454fc patch 9.1.1072: 'diffopt' "linematch" cannot be used with {n} less than 10 v9.1.1072 zeertzjq 2025-02-03 18:49:49 +01:00
  • 04d2a3fdc0 patch 9.1.1071: args missing after failing to redefine a function v9.1.1071 zeertzjq 2025-02-02 19:03:17 +01:00
  • edf0f7db28 patch 9.1.1070: Cannot control cursor positioning of getchar() v9.1.1070 zeertzjq 2025-02-02 19:01:01 +01:00
  • 001c26cd61 patch 9.1.1069: preinsert text completions not deleted with <C-W>/<C-U> v9.1.1069 glepnir 2025-02-02 09:36:22 +01:00
  • e0a2ab397f patch 9.1.1068: getchar() can't distinguish between C-I and Tab v9.1.1068 zeertzjq 2025-02-02 09:14:35 +01:00
  • cbc1f409c1 CI: bump windows python to 3.13 Philip H. 2025-02-02 09:07:36 +01:00
  • 44a21351a8 patch 9.1.1067: tests: Test_termwinscroll_topline2 fails on MacOS v9.1.1067 Christian Brabandt 2025-02-02 09:03:00 +01:00
  • 2101230f40 patch 9.1.1066: heap-use-after-free and stack-use-after-scope with :14verbose v9.1.1066 zeertzjq 2025-02-02 08:55:57 +01:00
  • 3a621188ee patch 9.1.1065: no digraph for "Approaches the limit" v9.1.1065 Hans Ginzel 2025-02-01 16:15:11 +01:00
  • c078675ac7 patch 9.1.1064: not possible to use plural forms with gettext() v9.1.1064 Christ van Willegen 2025-02-01 15:42:16 +01:00
  • b32800f7c5 patch 9.1.1063: too many strlen() calls in userfunc.c v9.1.1063 John Marriott 2025-02-01 15:25:34 +01:00
  • 3219da514c patch 9.1.1062: terminal: E315 when dragging the terminal with the mouse v9.1.1062 Hirohito Higashi 2025-02-01 14:48:35 +01:00
  • 7c930eb61a runtime(openPlugin): fix unclosed parenthesis in GetWordUnderCursor() Morton Fox 2025-02-01 10:28:52 +01:00
  • 195fcc90d0 runtime(doc): Tweak documentation style a bit Hirohito Higashi 2025-02-01 10:26:58 +01:00
  • 85e3f24bea patch 9.1.1061: tests: test_glvs fails when unarchiver not available v9.1.1061 Christian Brabandt 2025-01-31 17:02:32 +01:00
  • d7f5854fcc patch 9.1.1060: Vim always enables 'termguicolors' in a terminal v9.1.1060 Christian Brabandt 2025-01-31 16:13:14 +01:00
  • bfb4eea786 patch 9.1.1059: completion: input text deleted with preinsert when adding leader v9.1.1059 glepnir 2025-01-31 15:28:29 +01:00
  • fe0a9a3269 patch 9.1.1058: translation(sr): Missing Serbian translation for the tutor v9.1.1058 Ivan Pešić 2025-01-31 15:20:03 +01:00
  • 8297e2cee3 patch 9.1.1057: Superfluous cleanup steps in test_ins_complete.vim v9.1.1057 zeertzjq 2025-01-30 11:04:47 +01:00
  • 6d6ec2ee05 runtime(netrw): correct wrong version check Christian Brabandt 2025-01-30 10:58:07 +01:00
  • edd4ac3e89 patch 9.1.1056: Vim doesn't highlight to be inserted text when completing v9.1.1056 glepnir 2025-01-29 18:53:51 +01:00
  • ec961b05dc runtime(netrw): upstream snapshot of v176 Luca Saccarola 2025-01-29 18:39:30 +01:00
  • 766801295d runtime(dist/vim9): fix regressions in dist#vim9#Open Luca Saccarola 2025-01-29 18:33:46 +01:00
  • a5d19aa44d runtime(hyprlang): fix string recognition Luca Saccarola 2025-01-29 10:27:55 +01:00
  • 04cc897593 patch 9.1.1055: make install fails because of a missing dependency v9.1.1055 Sergei Trofimovich 2025-01-28 11:37:52 +01:00
  • db23436b92 runtime(asm): add byte directives to syntax script Nir Lichtman 2025-01-26 16:55:54 +01:00
  • 279dd703e1 patch 9.1.1054: Vim doesn't work well with TERM=xterm-direct v9.1.1054 Christian Brabandt 2025-01-26 10:49:59 +01:00
  • fb49e3cde7 runtime(filetype): commit 99181205c5 breaks V lang detection Christian Brabandt 2025-01-25 16:18:51 +01:00
  • c729d6d154 runtime: decouple Open and Launch commands and gx mapping from netrw Luca Saccarola 2025-01-25 16:07:12 +01:00
  • d65aa1bbdb patch 9.1.1053: "nosort" enables fuzzy filtering even if "fuzzy" isn't in 'completeopt' v9.1.1053 zeertzjq 2025-01-25 15:29:03 +01:00
  • 509a8d58f9 runtime(just): fix typo in syntax file Peter Benjamin 2025-01-25 15:26:09 +01:00
  • 99181205c5 runtime(filetype): Improve Verilog detection by checking for modules definition Christian Brabandt 2025-01-25 14:54:28 +01:00
  • 3acfbb4b54 patch 9.1.1052: tests: off-by-one error in CheckCWD in test_debugger.vim v9.1.1052 Yee Cheng Chin 2025-01-25 15:14:06 +01:00
  • 08ea2e1fb0 patch 9.1.1051: tests: no support for env variables when running Vim in terminal v9.1.1051 Christian Brabandt 2025-01-25 15:01:42 +01:00
  • efc41a5958 patch 9.1.1050: too many strlen() calls in os_unix.c v9.1.1050 John Marriott 2025-01-23 20:05:29 +01:00
  • f400a0cc41 patch 9.1.1049: insert-completed items are always sorted v9.1.1049 glepnir 2025-01-23 19:55:14 +01:00
  • df098fedbc patch 9.1.1048: crash after scrolling and pasting in silent Ex mode v9.1.1048 zeertzjq 2025-01-22 22:27:30 +01:00
  • 613d0bc128 patch 9.1.1047: Makefiles uses non-portable syntax v9.1.1047 Christian Brabandt 2025-01-22 22:21:50 +01:00
  • 9dfc7e5e61 patch 9.1.1046: fuzzymatching doesn't prefer matching camelcase v9.1.1046 glepnir 2025-01-21 22:33:13 +01:00
  • c04334c33f patch 9.1.1045: filetype: N-Tripels and TriG files are not recognized v9.1.1045 Gordian Dziwis 2025-01-21 22:24:23 +01:00
  • d9a1f267ba patch 9.1.1044: Vim9: Patch 9.1.1014 causes regressions v9.1.1044 Christian Brabandt 2025-01-21 22:17:50 +01:00
  • e2a0471851 Update .gitignore for v9.1.1036 ichizok 2025-01-21 21:48:58 +01:00
  • 9601b1435a translation(sr): Update Serbian messages translation Ivan Pešić 2025-01-21 21:42:48 +01:00
  • 9d1bed5ecc patch 9.1.1043: [security]: segfault in win_line() v9.1.1043 Christian Brabandt 2025-01-20 22:55:57 +01:00
  • 4cbc54a743 runtime(doc): update helptags Christian Brabandt 2025-01-20 22:52:54 +01:00
  • 72755b3c8e patch 9.1.1042: filetype: just files are not recognized v9.1.1042 Peter Benjamin 2025-01-20 21:56:41 +01:00
  • c273f1ac77 runtime(vim): Update base-syntax, match ternary and falsy operators Doug Kearns 2025-01-20 21:53:01 +01:00
  • cb848b687f patch 9.1.1041: Vim9: out-of-bound access when echoing an enum v9.1.1041 Yegappan Lakshmanan 2025-01-20 21:38:09 +01:00
  • d79ea47079 patch 9.1.1040: Vim9: imported type cannot be used as func return type v9.1.1040 Yegappan Lakshmanan 2025-01-20 21:09:13 +01:00
  • 4335fcfed1 runtime(kconfig): updated ftplugin and syntax script Christian Brabandt 2025-01-20 21:01:41 +01:00
  • 71028a32db runtime(doc): rename last t_BG reference to t_RB Jon Parise 2025-01-20 20:19:18 +01:00
  • a81cf8b99e patch 9.1.1039: Vim9: comments are outdated v9.1.1039 Yegappan Lakshmanan 2025-01-19 22:20:34 +01:00
  • 2a5312e738 patch 9.1.1038: tests: test_channel.py fails with IPv6 v9.1.1038 Christian Brabandt 2025-01-19 14:50:31 +01:00
  • 8dec6c2e6c runtime(vim): Update base-syntax, fix is/isnot operator matching Doug Kearns 2025-01-19 14:02:06 +01:00
  • bce60c4742 patch 9.1.1037: Vim9: confusing error when using abstract method via super v9.1.1037 Ernie Rael 2025-01-19 10:03:00 +01:00
  • 5abc44e3c1 patch 9.1.1036: make install fails when using shadowdir v9.1.1036 Christian Brabandt 2025-01-19 10:00:40 +01:00
  • 90b397586d patch 9.1.1035: Vim9: memory leak with blob2str() v9.1.1035 Yegappan Lakshmanan 2025-01-19 09:37:07 +01:00
  • 2cb8246eb9 runtime(tex): add texEmphStyle to texMatchGroup in syntax script Christian Brabandt 2025-01-18 18:09:38 +01:00
  • c65bb2ea8e CI: bump windows python to 3.12 Philip H. 2025-01-18 17:38:12 +01:00
  • d402ba81e2 runtime(netrw): upstream snapshot of v175 Luca Saccarola 2025-01-18 17:36:02 +01:00
  • 87f65f3857 CI: add Linux arm64 CI job rhysd 2025-01-18 17:32:11 +01:00
  • 7c92e88894 patch 9.1.1033: Vim9: compiling abstract method fails without return v9.1.1034 Ernie Rael 2025-01-18 17:26:39 +01:00
  • fef4be0d7a CI: bump windows libsodium to 1.0.20 Philip H. 2025-01-18 17:20:13 +01:00
  • e06405181a runtime(c): add new constexpr keyword to syntax file (C23) Doug Kearns 2025-01-18 10:52:27 +01:00
  • 1d2867df0c patch 9.1.1033: tests: shaderslang was removed from test_filetype erroneously v9.1.1033 Christian Brabandt 2025-01-18 10:49:08 +01:00
  • b77c598487 patch 9.1.1032: link error when FEAT_SPELL not defined v9.1.1032 Yegappan Lakshmanan 2025-01-18 10:35:57 +01:00
  • 5e9aaedf52 patch 9.1.1031: Coverity complains about insecure data handling v9.1.1031 Yegappan Lakshmanan 2025-01-18 10:24:25 +01:00
  • 54cb514c9a runtime(sh): update syntax script Eisuke Kawashima 2025-01-18 10:11:28 +01:00
  • 866f229591 runtime(c): Add missing syntax test files Doug Kearns 2025-01-18 10:06:59 +01:00
  • 727c567a09 patch 9.1.1030: filetype: setting bash filetype is backwards incompatible v9.1.1030 Christian Brabandt 2025-01-18 10:03:46 +01:00
  • c2a967a1b9 runtime(c): Update syntax and ftplugin files Doug Kearns 2025-01-17 14:12:16 +01:00
  • 2730d3873f patch 9.1.1029: the installer can be improved v9.1.1029 RestorerZ 2025-01-17 14:04:44 +01:00
  • c15de972e8 patch 9.1.1028: too many strlen() calls in screen.c v9.1.1028 John Marriott 2025-01-17 13:54:49 +01:00
  • ca307efe48 patch 9.1.1027: no sanitize check when running linematch v9.1.1027 Jonathon 2025-01-17 13:37:35 +01:00
  • 3a738fccaa patch 9.1.1026: filetype: swc configuration files are not recognized v9.1.1026 Marces Engel 2025-01-17 13:10:15 +01:00
  • 9cfdabb074 runtime(netrw): change netrw maintainer Luca Saccarola 2025-01-17 13:03:53 +01:00
  • 166b1754a9 patch 9.1.1025: wrong return type of blob2str() v9.1.1025 Yegappan Lakshmanan 2025-01-17 11:48:12 +01:00
  • a11b23c4d5 patch 9.1.1024: blob2str/str2blob() do not support list of strings v9.1.1024 Yegappan Lakshmanan 2025-01-16 19:16:42 +01:00
  • a234a46651 runtime(doc): fix typo in usr_02.txt Christian Brabandt 2025-01-16 19:12:48 +01:00
  • a9f77be922 patch 9.1.1023: Coverity complains about dereferencing NULL pointer v9.1.1023 Christian Brabandt 2025-01-16 19:06:57 +01:00