Commit Graph

  • 470c0db2b3 patch 9.1.0530: xxd: MSVC warning about non-ASCII character v9.1.0530 Ken Takata 2024-07-04 19:35:48 +02:00
  • 749ba0f6d9 patch 9.1.0529: silent! causes following try/catch to not work v9.1.0529 LemonBoy 2024-07-04 19:23:16 +02:00
  • 11d5992573 runtime(rust): use shiftwidth() in indent script novenary 2024-07-04 19:11:16 +02:00
  • 68f5ceddca patch 9.1.0528: spell completion message still wrong in translations v9.1.0528 Kyle Kovacs 2024-07-04 17:51:09 +02:00
  • cd33faf614 patch 9.1.0527: inconsistent parameter in Makefiles for Vim executable v9.1.0527 RestorerZ 2024-07-04 17:47:16 +02:00
  • 8ccb89016e patch 9.1.0526: Unwanted cursor movement with pagescroll at start of buffer v9.1.0526 Luuk van Baal 2024-07-04 17:35:56 +02:00
  • 950292152c runtime(doc): mention $XDG_CONFIG_HOME instead of $HOME/.config Christian Brabandt 2024-07-04 17:31:06 +02:00
  • 761a420c66 patch 9.1.0525: Right release selects immediately when pum is truncated. v9.1.0525 zeertzjq 2024-07-04 17:26:37 +02:00
  • 7ccd1a2e85 patch 9.1.0524: the recursive parameter in the *_equal functions can be removed v9.1.0524 Yinzuo Jiang 2024-07-04 17:20:53 +02:00
  • e54fd3f7d8 runtime(termdebug): Add Deprecation warnings Ubaldo Tiberi 2024-07-04 17:14:03 +02:00
  • 50d485432c patch 9.1.0523: Vim9: cannot downcast an object v9.1.0523 LemonBoy 2024-07-04 17:03:17 +02:00
  • 05ff4e42fb patch 9.1.0522: Vim9: string(object) hangs for recursive references v9.1.0522 Ernie Rael 2024-07-04 16:50:11 +02:00
  • 4179f193cc patch 9.1.0521: if_py: _PyObject_CallFunction_SizeT is dropped in Python 3.13 v9.1.0521 Yaakov Selkowitz 2024-07-04 16:36:05 +02:00
  • f4af331d08 patch 9.1.0520: Vim9: incorrect type checking for modifying lists v9.1.0520 LemonBoy 2024-07-04 13:43:12 +02:00
  • 9d85d4dcf9 runtime(manpager): avoid readonly prompt Enno 2024-07-04 13:37:10 +02:00
  • 9554ace1d9 patch 9.1.0519: MS-Windows: libvterm compilation can be optimized v9.1.0519 Ken Takata 2024-07-04 13:31:25 +02:00
  • 9987fe8ca0 patch 9.1.0518: initialize the random buffer can be improved v9.1.0518 LemonBoy 2024-07-04 13:20:49 +02:00
  • 898b3740c7 patch 9.1.0517: MS-Windows: too long lines in Make_mvc.mak v9.1.0517 Ken Takata 2024-07-04 11:51:30 +02:00
  • 2fbcc15cf9 runtime(terraform): Add filetype plugin for terraform Janno Tjarks 2024-07-04 11:44:01 +02:00
  • 3d2a996267 runtime(dockerfile): enable spellchecking of comments in syntax script Kafva 2024-07-04 11:38:00 +02:00
  • 2606e7718c runtime(doc): rename variable for pandoc markdown support Christian Brabandt 2024-07-04 11:23:51 +02:00
  • f0837ba0b9 runtime(doc): In builtin overview use {buf} as param for appendbufline/setbufline (#15089) errael 2024-06-24 12:27:01 -07:00
  • ecd642af43 runtime(doc): clarify, that register 1-9 will always be shifted Christian Brabandt 2024-06-23 20:24:52 +02:00
  • 62f7b55c1a runtime(netrw): save and restore register 0-9, a and unnamed Christian Brabandt 2024-06-23 20:23:40 +02:00
  • 225d4d9212 runtime(termdebug): Refactored StartDebug_term and EndDebug functions Ubaldo Tiberi 2024-06-23 17:25:05 +02:00
  • 01a4fb104d runtime(java): Compose "g:java_highlight_signature" and "g:java_highlight_functions" Aliaksei Budavei 2024-06-23 10:03:33 +02:00
  • 88bbdb04c2 patch 9.1.0516: need more tests for nested dicts and list comparision v9.1.0516 Yegappan Lakshmanan 2024-06-23 10:00:04 +02:00
  • 8625714ac1 patch 9.1.0515: Vim9: segfault in object_equal() v9.1.0515 Ernie Rael 2024-06-23 09:54:45 +02:00
  • 7b29cc97d6 patch 9.1.0514: Vim9: issue with comparing objects recursively v9.1.0514 LemonBoy 2024-06-22 17:25:07 +02:00
  • 549ecc8636 runtime(termdebug): Change some variables to Enums Yinzuo Jiang 2024-06-22 16:28:19 +02:00
  • fc64ac0be2 runtime(vim): Update base-syntax, fix function tail comments Doug Kearns 2024-06-22 11:20:36 +02:00
  • f0e6914420 patch 9.1.0513: Vim9: segfault with object comparison v9.1.0513 Ernie Rael 2024-06-22 11:12:00 +02:00
  • 7002c055d5 patch 9.1.0512: Mode message for spell completion doesn't match allowed keys v9.1.0512 zeertzjq 2024-06-21 07:55:07 +02:00
  • bc6f96708e patch 9.1.0511: CursorMovedC triggered wrongly with setcmdpos() v9.1.0511 zeertzjq 2024-06-21 07:51:40 +02:00
  • 17e0a1969d runtime(scheme): update runtime files Evan Hanson 2024-06-21 07:37:49 +02:00
  • 6bc11c06d2 patch 9.1.0510: CI: test_gettext fails on MacOS14 + MSVC Win v9.1.0510 Christian Brabandt 2024-06-21 07:31:04 +02:00
  • ce0ef910df patch 9.1.0509: not possible to translate Vim script messages v9.1.0509 Christ van Willegen 2024-06-20 23:41:59 +02:00
  • f7f8f0b76d patch 9.1.0508: termdebug plugin can be further improved v9.1.0508 Ubaldo Tiberi 2024-06-20 22:17:34 +02:00
  • 6ccf6da7a2 runtime(gomod): add gomod filetype plugin yu-yk 2024-06-20 22:08:19 +02:00
  • d09521476f patch 9.1.0507: hard to detect cursor movement in the command line v9.1.0507 Shougo Matsushita 2024-06-20 22:05:16 +02:00
  • beb02ed674 runtime(java): Optionally highlight parameterised types Aliaksei Budavei 2024-06-20 21:00:53 +02:00
  • 49012cd8c2 patch 9.1.0506: filetype: .envrc & .prettierignore not recognized v9.1.0506 Tyler Miller 2024-06-20 20:31:32 +02:00
  • aa61b8a908 patch 9.1.0505: filetype: Faust files are not recognized v9.1.0505 PowerUser64 2024-06-19 20:32:11 +02:00
  • ca7f93e6f3 patch 9.1.0504: inner-tag textobject confused about ">" in attributes v9.1.0504 Christian Brabandt 2024-06-19 20:26:51 +02:00
  • 43eef882ff patch 9.1.0503: cannot use fuzzy keyword completion v9.1.0503 glepnir 2024-06-19 20:20:48 +02:00
  • 94c5d8a5e2 runtime(java): Remove the group exclusion list from @javaTop Aliaksei Budavei 2024-06-19 20:10:47 +02:00
  • c98bfb9f59 runtime(doc): wrong return type for execute() function Marius Gedminas 2024-06-19 19:59:23 +02:00
  • 56f587b3f8 patch 9.1.0502: MS-Windows: too much legacy code v9.1.0502 K.Takata 2024-06-19 19:56:03 +02:00
  • 46f2823807 patch 9.1.0501: too complicated mapping restore in termdebug v9.1.0501 Ubaldo Tiberi 2024-06-19 19:50:32 +02:00
  • aeca7176f3 runtime(nohlsearch): simplify mapping Maxim Kim 2024-06-19 19:42:47 +02:00
  • fbc37f138a patch 9.1.0500: cannot switch buffer in a popup v9.1.0500 Christian Brabandt 2024-06-18 20:50:58 +02:00
  • 23c5ebeb95 patch 9.1.0499: MS-Windows: doesn't handle symlinks properly v9.1.0499 LemonBoy 2024-06-18 20:43:51 +02:00
  • a821b609f9 patch 9.1.0498: getcmdcompltype() interferes with cmdline completion v9.1.0498 zeertzjq 2024-06-18 20:31:08 +02:00
  • a48637c105 patch 9.1.0497: termdebug can be further improved v9.1.0497 Ubaldo Tiberi 2024-06-18 20:18:20 +02:00
  • 9718ed7ab9 runtime(filetype): update htmldjango detection Afiq Nazrie 2024-06-18 19:59:53 +02:00
  • 2dadf5304a translation(tr): Improve Turkish documentation Emir SARI 2024-06-18 19:50:14 +02:00
  • 1ce65e35ac runtime(csv): include a simple csv filetype and syntax plugin Maxim Kim 2024-06-18 19:43:00 +02:00
  • 26de90c631 runtime(nohlsearch): include the the simple nohlsearch package Maxim Kim 2024-06-18 19:32:39 +02:00
  • f189138b39 patch 9.1.0496: matched text is highlighted case-sensitively v9.1.0496 glepnir 2024-06-17 18:35:25 +02:00
  • d8c9340fc6 patch 9.1.0495: Matched text isn't highlighted in cmdline pum v9.1.0495 zeertzjq 2024-06-17 18:25:32 +02:00
  • 84ac2126f4 runtime(doc): Fix typos in several documents h-east 2024-06-17 18:12:30 +02:00
  • 946f61c405 runtime(doc): clarify when text properties are cleared Christian Brabandt 2024-06-17 13:17:58 +02:00
  • ca47114532 runtime(doc): improve the vim-shebang example Christian Brabandt 2024-06-17 13:06:34 +02:00
  • c52a856079 runtime(doc): revert unintended formatting changes for termdebug Christian Brabandt 2024-06-17 05:29:37 +02:00
  • 0ddab582fa runtime(java): Add a config variable for commonly used compiler options Doug Kearns 2024-06-16 16:58:09 +02:00
  • 63901e8963 patch 9.1.0494: Wrong matched text highlighted in pum with 'rightleft' v9.1.0494 zeertzjq 2024-06-16 16:51:25 +02:00
  • 917ff8a19d runtime(html): bump length of character references in syntax script (#15022) Mohamed Akram 2024-06-16 18:47:36 +04:00
  • a5af73ae34 runtime(termdebug): properly check mapping variables using null_dict shane.xb.qian 2024-06-16 16:43:44 +02:00
  • 79da22de75 runtime(kdl): fix KdlIndent and kdlComment in indent script (#15019) Yinzuo Jiang 2024-06-16 14:47:47 +08:00
  • acc8746941 patch 9.1.0493: Test for patch 9.1.0489 doesn't fail without the fix v9.1.0493 zeertzjq 2024-06-16 08:44:05 +02:00
  • 371bab0594 runtime(java): Fold multi-line comments with the syntax kind of &fdm (#15016) Aliaksei Budavei 2024-06-16 09:42:55 +03:00
  • f127dce188 runtime(termdebug): using wrong type for PlaceSign() shane.xb.qian 2024-06-16 08:35:57 +02:00
  • 0d4d23dac0 patch 9.1.0492: filetype: Vim-script files not detected by shebang line v9.1.0492 Doug Kearns 2024-06-16 08:32:15 +02:00
  • 52f2ff0363 runtime(zip): revert unintended change to zip#Write() Christian Brabandt 2024-06-15 16:05:35 +02:00
  • f4bc59c4f6 runtime(doc): add another tag for vim-shebang feature Christian Brabandt 2024-06-15 15:52:53 +02:00
  • 883018feff patch 9.1.0491: Cmdline pum doesn't work properly with 'rightleft' v9.1.0491 zeertzjq 2024-06-15 15:37:11 +02:00
  • 105f741fac patch 9.1.0490: minor style problems with patch 9.1.0487 v9.1.0490 glepnir 2024-06-15 15:32:22 +02:00
  • aced8c2f4f patch 9.1.0489: default completion may break with fuzzy v9.1.0489 glepnir 2024-06-15 15:13:05 +02:00
  • a2324373eb patch 9.1.0488: Wrong padding for pum "kind" with 'rightleft' v9.1.0488 zeertzjq 2024-06-15 15:08:27 +02:00
  • ae321b51f7 runtime(vim): Update base-syntax, match shebang lines (#15011) dkearns 2024-06-15 23:06:17 +10:00
  • 1c67342912 runtime(zip): MS-Windows: handle files with spaces properly Christian Brabandt 2024-06-15 14:49:24 +02:00
  • 6dd5840fdf runtime(html): Restore HTML syntax file tests Doug Kearns 2024-06-14 01:59:34 +10:00
  • f94c9c482a patch 9.1.0487: completed item not update on fuzzy completion v9.1.0487 glepnir 2024-06-14 21:11:56 +02:00
  • 82a579e15a patch 9.1.0486: filetype: Snakemake files are not recognized v9.1.0486 Riley Bruins 2024-06-14 20:47:05 +02:00
  • 17e702a51a runtime(termdebug): make TermDebugSendCommand() a global function again Damien Riegel 2024-06-14 12:33:17 -04:00
  • fce324f557 runtime(termdebug): close all buffers in the same way Damien Riegel 2024-06-14 12:15:11 -04:00
  • afbe5359e9 patch 9.1.0485: Matched text shouldn't be highlighted in "kind" and "menu" v9.1.0485 zeertzjq 2024-06-14 20:24:22 +02:00
  • c509c009bb runtime(doc): fix wrong helptag for :defer Christian Brabandt 2024-06-14 20:22:05 +02:00
  • 262e25e5a1 runtime(vim): Update base-syntax, match :sleep arg Doug Kearns 2024-06-14 20:16:35 +02:00
  • 79a14c061b runtime(keymap): include Georgian keymap Misho 2024-06-14 20:13:17 +02:00
  • 8e56747fd2 patch 9.1.0484: Sorting of completeopt+=fuzzy is not stable v9.1.0484 zeertzjq 2024-06-14 20:04:42 +02:00
  • 440746158c runtime(netrw): correctly test for windows in NetrwGlob() Christian Brabandt 2024-06-14 08:19:22 +02:00
  • 1487947fb6 runtime(netrw): glob() on windows fails with [] in directory name Christian Brabandt 2024-06-13 21:25:35 +02:00
  • d6d4e13336 runtime(doc): rewrite mkdir() doc and simplify {flags} meaning Christian Brabandt 2024-06-13 21:21:41 +02:00
  • 8b34aea1b0 patch 9.1.0483: glob() not sufficiently tested v9.1.0483 Christian Brabandt 2024-06-13 21:20:20 +02:00
  • 1cd31a4501 runtime(doc): update return type for job_info() Christian Brabandt 2024-06-13 20:46:23 +02:00
  • 4225f28855 README.md: Update link to release archives Patrick Brinich-Langlois 2024-06-13 20:22:13 +02:00
  • ef8eab86e2 patch 9.1.0482: termdebug plugin needs more love v9.1.0482 Ubaldo Tiberi 2024-06-13 19:23:07 +02:00
  • 1a946044fe runtime(doc): correct return types for job_start() and job_status() Christian Brabandt 2024-06-13 19:13:28 +02:00
  • a3bddb759e runtime(vim): Update base-syntax, match :catch and :throw args (#14989) dkearns 2024-06-14 01:48:10 +10:00