Commit graph

  • 468db1f8af
    patch 9.1.0933: Vim9: vim9compile.c can be further improved v9.1.0933 Yegappan Lakshmanan 2024-12-16 20:56:56 +01:00
  • 3f7d584e96
    patch 9.1.0932: new Italian tutor not installed v9.1.0932 Christian Brabandt 2024-12-16 20:11:04 +01:00
  • 55981a19eb Filelist: add it/vim-01-beginner.tutor.* Philip H. 2024-12-15 22:35:43 +01:00
  • 0a2ba7da18 Remove the commented out code variant Aliaksei Budavei 2024-12-16 19:40:08 +03:00
  • a523512775 feat(completion): add ComplMathcIns highlight glepnir 2024-12-05 20:49:58 +08:00
  • 0a4e57f44a
    runtime(doc): fix a few minor errors from the last doc updates Christian Brabandt 2024-12-16 10:20:51 +01:00
  • ba2e893ca9 fix some oversights and prefer vim9script for speed Konfekt 2024-12-16 08:10:31 +01:00
  • cd361eac39 Refactor the compile assignment code some more Yegappan Lakshmanan 2024-12-15 16:06:23 -08:00
  • f2fb06772e Annotate documented examples Aliaksei Budavei 2024-12-16 01:20:06 +03:00
  • c232790e65 Always remove a once-only :autocmd before executing a command Aliaksei Budavei 2024-12-16 01:18:08 +03:00
  • 668316974f Recognise alternative paths for unsupported directory names Aliaksei Budavei 2024-12-14 00:04:34 +03:00
  • e59cf26b1b Support Vim commands proficient in &makeprg Aliaksei Budavei 2024-12-08 23:24:48 +03:00
  • 34404c37c8 Replace BufWritePost with User and introduce API commands Aliaksei Budavei 2024-12-07 22:28:02 +03:00
  • 798bbe46e9 Support "b:" and "g:spotbugs_properties" variables Aliaksei Budavei 2024-12-07 22:02:02 +03:00
  • ad66129213 Immediately resolve function names for defined actions Aliaksei Budavei 2024-12-06 23:32:44 +03:00
  • 39517b8298 Normalise indentation Aliaksei Budavei 2024-12-06 23:20:26 +03:00
  • 4dfbcab10d Do not define a Syntax :autocmd for empty buffers Aliaksei Budavei 2024-12-06 00:58:58 +03:00
  • 87ae8fe28f Test event-driving properties of SpotBugs Aliaksei Budavei 2024-12-04 00:32:00 +03:00
  • 7e81977a23 Support multiple source- and class-file search paths Aliaksei Budavei 2024-12-04 00:30:28 +03:00
  • 130644f3f3 runtime(compiler): Improve defaults and error handling for SpotBugs Aliaksei Budavei 2024-11-30 01:18:46 +03:00
  • 22b88eb1db
    Filelist: add it/vim-01-beginner.tutor.* Philip H. 2024-12-15 22:35:43 +01:00
  • f0cc9e0f15 apply @lervag 's kind suggestions Konfekt 2024-12-15 22:00:40 +01:00
  • b100477190
    translation(it): add Italian translation for the interactive tutor Antonio Giovanni Colombo 2024-12-15 21:36:55 +01:00
  • 41d6de2974
    runtime(doc): update the change.txt help file Antonio Giovanni Colombo 2024-12-15 21:17:49 +01:00
  • 6fea0a5480
    runtime(help): Add Vim lang annotation support for codeblocks Shougo Matsushita 2024-12-15 20:47:37 +01:00
  • 3a3a2c921c
    patch 9.1.0931: ml_get error in terminal buffer v9.1.0931 h-east 2024-12-15 19:36:11 +01:00
  • b34622579c
    patch 9.1.0930: tests: test_terminal2 may hang in GUI mode v9.1.0930 h-east 2024-12-15 19:32:39 +01:00
  • 5a2e0cf5f1
    patch 9.1.0929: filetype: lalrpop files are not recognized v9.1.0929 David Thievon 2024-12-15 19:22:17 +01:00
  • 201fb3ccce add missing tag Konfekt 2024-12-15 16:28:41 +01:00
  • 7b1e1b9570 document how to minimize fold computation costs Konfekt 2024-12-15 15:27:51 +01:00
  • 16d0039d0c filetype: add .lalrpop filetype David Thievon 2024-12-15 15:11:32 +01:00
  • 1bdf34e9fb Fix terminal window issue related scrollback (fix: #16024) h-east 2024-12-13 23:07:13 +09:00
  • 79ca6bff9b add :pbuffer command Yinzuo Jiang 2024-12-14 22:19:05 +08:00
  • b48108d58e
    patch 9.1.0928: tests: test_popupwin fails because the filter command fails v9.1.0928 Christian Brabandt 2024-12-15 10:38:57 +01:00
  • 3c5d782dbc
    editorconfig: set trim_trailing_whitespace = false for src/testdir/test*.vim Yinzuo Jiang 2024-12-15 10:31:19 +01:00
  • 55c84a1822 Update syntax file Shougo Matsushita 2024-12-15 14:11:19 +09:00
  • 7ebfc6f78d Improve the highlight description Shougo Matsushita 2024-12-15 14:02:05 +09:00
  • f5dddeb486 .editorconfig: set trim_trailing_whitespace = false for src/testdir/test*.vim Yinzuo Jiang 2024-12-15 12:51:16 +08:00
  • 6e19993991
    patch 9.1.0927: style issues in insexpand.c v9.1.0927 glepnir 2024-12-14 21:13:27 +01:00
  • 7d1bb90dcf
    patch 9.1.0926: filetype: Pixi lock files are not recognized v9.1.0926 Brandon Maier 2024-12-14 20:56:34 +01:00
  • fbe9a6903a
    runtime(doc): Add a reference to |++opt| and |+cmd| at :h :pedit Yinzuo Jiang 2024-12-14 20:28:51 +01:00
  • ed89206efe
    runtime(doc): add a note about inclusive motions and exclusive selection Christian Brabandt 2024-12-14 20:23:39 +01:00
  • e203841e0d
    patch 9.1.0925: Vim9: expression compiled when not necessary v9.1.0925 Yegappan Lakshmanan 2024-12-14 19:59:24 +01:00
  • 0464615c05 Add additional tests and fix a bug found by the new test Yegappan Lakshmanan 2024-12-14 07:33:32 -08:00
  • 64233d8f86 doc: Also see |++opt| and |+cmd| in :pedit Yinzuo Jiang 2024-12-14 21:32:46 +08:00
  • 1f68f9402c
    Update runtime/doc/helphelp.txt Shougo 2024-12-14 18:13:10 +09:00
  • c276950b45 Add the help change Shougo Matsushita 2024-12-14 17:38:25 +09:00
  • 7e7881d4eb (help) Add support language annotation in codeblocks Shougo Matsushita 2024-12-14 17:31:07 +09:00
  • 08c9d136d4 Changed to use WaitFor() h-east 2024-12-14 15:47:41 +09:00
  • 4a122c1bd6 Fix Test_shortmess_F3() sometimes fails h-east 2024-12-14 15:08:02 +09:00
  • 6cc3027e54
    patch 9.1.0924: patch 9.1.0923 causes issues v9.1.0924 Christian Brabandt 2024-12-13 17:54:33 +01:00
  • a671ae5c3a filetype: Pixi lock files are not recognized Brandon Maier 2024-12-13 08:15:55 -06:00
  • e29c8bafa7
    patch 9.1.0923: too many strlen() calls in filepath.c v9.1.0923 John Marriott 2024-12-13 13:58:53 +01:00
  • 5e3caf92a0 refactor(insexpand.c): misc glepnir 2024-12-13 19:06:41 +08:00
  • 618c4d36ca
    patch 9.1.0923: wrong MIN macro in popupmenu.c v9.1.0922 Christian Brabandt 2024-12-13 12:30:20 +01:00
  • c942f84aad
    patch 9.1.0921: popupmenu logic is a bit convoluted v9.1.0921 glepnir 2024-12-13 12:13:23 +01:00
  • 95a03fc321
    patch 9.1.0920: Vim9: compile_assignment() too long v9.1.0920 Yegappan Lakshmanan 2024-12-13 11:54:54 +01:00
  • 4b17a0d885 refactor(popupmenu): repalce simply if by MAX/MIN glepnir 2024-12-11 17:48:53 +08:00
  • 60067221d5 Refactor the compile_assignment() function Yegappan Lakshmanan 2024-12-10 07:17:17 -08:00
  • d66d68763d
    patch 9.1.0919: filetype: some assembler files are not recognized v9.1.0919 Wu, Zhenyu 2024-12-12 19:31:54 +01:00
  • 5c42c77315
    runtime(netrw): do not pollute search history with symlinks Christian Brabandt 2024-12-12 19:13:08 +01:00
  • 16b210675c remove trailing white space to make tests pass Konfekt 2024-12-11 05:26:00 +01:00
  • 9f1e8d410b document new :Open/Launch commands with examples Konfekt 2024-12-11 04:50:29 +01:00
  • 435085da71
    Problem: some asm file will not be detected Wu, Zhenyu 2024-12-09 16:55:48 +08:00
  • dff3c9c1a7
    patch 9.1.0918: tiny Vim crashes with fuzzy buffer completion v9.1.0918 826814741_6 2024-12-10 17:15:14 +01:00
  • 142e7a4459 Tiny Vim crashes with buffer completion when 'wildoptions' is "fuzzy" h-east 2024-12-10 18:02:12 +09:00
  • 786103abb4 Retrigger checks basilisk0315 2024-12-10 11:38:51 +11:00
  • ae6732aff8 Reinstate missing condition basilisk0315 2024-12-10 08:27:44 +11:00
  • eed63f96d2
    patch 9.1.0917: various vartabstop and shiftround bugs when shifting lines v9.1.0917 Gary Johnson 2024-12-09 21:03:48 +01:00
  • b66cac1a8e
    runtime(typst): add definition lists to formatlistpat, update maintainer Luca Saccarola 2024-12-09 20:29:14 +01:00
  • ff70518f12
    add saccarosium to maintainers files Luca Saccarola 2024-12-09 20:22:44 +01:00
  • 36f36715e6
    patch 9.1.0916: messages.c is exceeding 80 columns v9.1.0916 h-east 2024-12-09 20:05:59 +01:00
  • ad4764f65b
    runtime(proto): include filetype plugin for protobuf David Pedersen 2024-12-09 19:56:34 +01:00
  • 64d28618c4 runtime(proto): Add ftplugin script for protobuf filetype David Pedersen 2024-12-10 00:31:50 +07:00
  • 644178b8b9 add saccarosium to maintainers files Luca Saccarola 2024-12-09 15:19:19 +01:00
  • adb29773ce runtime(typst): change maintainer of typst runtime files Luca Saccarola 2024-12-09 15:11:31 +01:00
  • 90c4e48fe4 Correct the lines exceeding 80 columns in message.c (as much as possible) h-east 2024-12-09 21:54:29 +09:00
  • 11324eb6c0 Add #ifdef FEAT_VARTABS around unused functions Gary Johnson 2024-12-09 01:01:40 -08:00
  • 54c5f5196e Fix bug: builds and tests failed if FEAT_VARTABS was not defined Gary Johnson 2024-12-09 00:06:29 -08:00
  • f9125aeaaf Fix various vartabstop and shiftround bugs in shifting Gary Johnson 2024-12-08 15:22:10 -08:00
  • 5c256cd4f7 runtime(typst): add definion lists to formatlistpat Luca Saccarola 2024-12-08 20:32:47 +01:00
  • ad3b6a3340
    patch 9.1.0915: GVim: default font size a bit too small v9.1.0915 matveyt 2024-12-08 10:26:51 +01:00
  • 85ee742f1e
    patch 9.1.0914: Vim9: compile_assignment() is too long v9.1.0914 Yegappan Lakshmanan 2024-12-08 10:15:35 +01:00
  • 65be834c30
    patch 9.1.0913: no error check for neg values for 'messagesopt' v9.1.0913 h-east 2024-12-08 10:05:26 +01:00
  • 92b36663f8
    runtime(netrw): only check first arg of netrw_browsex_viewer for being executable Christian Brabandt 2024-12-08 09:52:37 +01:00
  • f92ca7a32b Add out of memory checking to f_resolve() basilisk0315 2024-12-08 13:58:38 +11:00
  • 716b37ee6e Add error check for 'messagesopt' h-east 2024-12-08 03:27:22 +09:00
  • fa4ce131a5 Refactor compile_assignment() in vim9compile.c Yegappan Lakshmanan 2024-12-07 09:37:15 -08:00
  • 6e6aff0f7a
    patch 9.1.0912: xxd: integer overflow with sparse files and -autoskip v9.1.0912 sendittothenewts 2024-12-07 16:27:22 +01:00
  • 8cc43daee1
    patch 9.1.0911: Variable name for 'messagesopt' doesn't match short name v9.1.0911 zeertzjq 2024-12-07 16:09:08 +01:00
  • d9e9f89e0f
    patch 9.1.0910: 'messagesopt' does not check max wait time v9.1.0910 Shougo Matsushita 2024-12-07 16:00:25 +01:00
  • 72212c9bea
    runtime(doc): update wrong Vietnamese localization tag Christian Brabandt 2024-12-07 15:57:34 +01:00
  • 6c57076d7c Variable name for 'messagesopt' doesn't match short name zeertzjq 2024-12-07 08:31:01 +08:00
  • 55de11058e messagesopt "wait" maximum value should be set Shougo Matsushita 2024-12-07 13:33:36 +09:00
  • 2f00b591a4 Fix GUI test 4 matveyt 2024-12-06 23:03:07 +03:00
  • 308d0f3a80 Fix GUI test 3 matveyt 2024-12-06 22:16:46 +03:00
  • e8210730b6 Fix GUI test #2 matveyt 2024-12-06 21:42:09 +03:00
  • d254f662ba Fix GUI test matveyt 2024-12-06 21:26:54 +03:00
  • 481992cea9
    patch 9.1.0909: Vim9: crash when calling instance method v9.1.0909 Yegappan Lakshmanan 2024-12-06 18:35:12 +01:00
  • 51d4d84d6a
    patch 9.1.0908: not possible to configure :messages v9.1.0908 Christian Brabandt 2024-12-06 17:26:25 +01:00