Commit graph

  • fd1a838d36
    patch 9.1.0843: too many strlen() calls in undo.c v9.1.0843 John Marriott 2024-11-06 21:21:50 +01:00
  • fece2b59bf Add locals argument to py3eval, pyeval and pyxeval Ben Jackson 2024-11-05 20:02:58 +00:00
  • 39cd9061b1
    runtime(doc): update default value for fillchars option Yee Cheng Chin 2024-11-06 20:20:57 +01:00
  • 3780c11267
    runtime(compiler): fix typo in cppcheck compiler plugin Enno 2024-11-06 20:14:49 +01:00
  • 53966874df
    Update structurizr.vim Duke 2024-11-06 11:25:28 -03:00
  • 8cab2d7935 runtime:compilers:add spotbugs Java linter Konfekt 2024-11-06 11:59:55 +01:00
  • acf221c6b5 runtime:compilers:cppcheck: fix typo Konfekt 2024-11-06 12:04:05 +01:00
  • 6124c7946a runtime: add ftplugin, indent, syntax files for Idris2, Lidris2 Ipkg filetypes -> dont use line-continuations Serhii Khoma 2024-11-06 16:59:02 +07:00
  • bc1b256bd5 runtime: add ftplugin, indent, syntax files for Idris2, Lidris2 Ipkg filetypes -> retab Serhii Khoma 2024-11-06 10:43:53 +07:00
  • 891f5e7c8a runtime: add ftplugin, indent, syntax files for Idris2, Lidris2 Ipkg filetypes -> use idris2 Serhii Khoma 2024-11-06 10:32:41 +07:00
  • 91701a413e runtime: add ftplugin, indent, syntax files for Idris2, Lidris2 Ipkg filetypes -> fix GetIdrisIndent Serhii Khoma 2024-11-06 08:25:27 +07:00
  • 0e0eadb8a4 runtime: add ftplugin, indent, syntax files for Idris2, Lidris2 Ipkg filetypes -> fix proposals Serhii Khoma 2024-11-06 08:22:43 +07:00
  • 77e253e83b runtime(vimtutor): Further improve the vimtutor shell script Aliaksei Budavei 2024-11-04 21:58:02 +03:00
  • 8abfc00ff0
    docs: Fix wrong defaults for fillchars documentation Yee Cheng Chin 2024-11-05 13:41:03 -05:00
  • bfce39dce6 runtime(netrw): fixed several bugs in tree listing Tom Benham 2024-11-05 15:26:32 +01:00
  • 026a4bbbfc
    Update runtime/ftplugin/ipkg.vim Serhii Khoma 2024-11-05 15:50:22 +07:00
  • 288e89cc8b
    Update runtime/ftplugin/idris2.vim Serhii Khoma 2024-11-05 15:50:12 +07:00
  • b0db6a2143 Small change to calculation of string length basilisk0315 2024-11-05 13:59:46 +11:00
  • 72f795d32d Fix display of undolist basilisk0315 2024-11-05 13:46:38 +11:00
  • ca9463450c Refactor undo.c to remove calls to STRLEN() basilisk0315 2024-11-05 11:44:33 +11:00
  • d04fdda1f4 runtime: add ftplugin, indent, syntax files for Idris2, Lidris2 Ipkg filetypes Serhii Khoma 2024-11-05 07:24:50 +07:00
  • 5ccac75d96
    runtime(doc): simplify vimtutor manpage a bit more Christian Brabandt 2024-11-04 21:02:42 +01:00
  • 59834ba6df
    runtime(matchparen): Add matchparen_disable_cursor_hl config option Matteo Landi 2024-11-04 20:46:54 +01:00
  • 8bb5eaf019
    patch 9.1.0842: not checking for the sync() systemcall v9.1.0842 Jonas Sortie Termansen 2024-11-04 20:32:27 +01:00
  • cef8ab2c75
    patch 9.1.0841: tests: still preferring python2 over python3 v9.1.0841 Yee Cheng Chin 2024-11-04 20:26:47 +01:00
  • c04bc64ba6
    patch 9.1.0840: filetype: idris2 files are not recognized v9.1.0840 Serhii Khoma 2024-11-04 20:14:43 +01:00
  • 93f65a4ab8
    patch 9.1.0839: filetype: leo files are not recognized v9.1.0839 Riley Bruins 2024-11-04 19:58:45 +01:00
  • 19bc76c929
    runtime(cook): include cook filetype plugin Riley Bruins 2024-11-04 19:50:47 +01:00
  • 9dadfe7a52
    runtime(debversions): Update Debian versions James McCoy 2024-11-04 19:48:37 +01:00
  • 09cc8c92d1
    patch 9.1.0838: vimtutor is bash-specific v9.1.0838 Aliaksei Budavei 2024-11-04 19:43:22 +01:00
  • ac2bb9dfea
    runtime(doc): add help specific modeline to pi_tutor.txt Christian Brabandt 2024-11-04 19:37:24 +01:00
  • bec998492c feat(idris2): add filetype mapping Serhii Khoma 2024-11-04 19:04:58 +07:00
  • 25cebe4a40
    debversions: Bump date to submit upstream James McCoy 2024-11-04 06:05:04 -05:00
  • 513db1e49c
    debversions: Reorder names to maintain alphabetic order James McCoy 2024-10-29 20:08:17 -04:00
  • 7249b1e1b9
    debversions: Move mantic to unsupported James McCoy 2024-10-29 20:07:17 -04:00
  • a178da1172 Add matchparen_disable_cursor_hl to disable overriding the cursor style Matteo Landi 2024-11-03 16:21:50 +01:00
  • c88d023273 Check for the sync function in configure Jonas 'Sortie' Termansen 2024-11-03 22:20:19 +01:00
  • d830bc3d8a runtime: cooklang ftplugin Riley Bruins 2024-11-03 20:34:19 -08:00
  • eda24100a2 runtime: recognize leo files Riley Bruins 2024-11-03 20:23:31 -08:00
  • 6d5f1f6836
    tests: Prefer Python 3 when picking a Python program in Vim tests Yee Cheng Chin 2024-11-03 22:25:32 -05:00
  • c39c0230c4
    Filelist: vimtutor chapter 2 is missing in Filelist Christian Brabandt 2024-11-03 21:21:23 +01:00
  • 2cf145b78b
    patch 9.1.0837: cross-compiling has some issues v9.1.0837 Jonas Sortie Termansen 2024-11-03 20:58:21 +01:00
  • 17c71daf83
    runtime(vimtutor): Add a second chapter Paul Desmond Parker 2024-11-03 20:47:53 +01:00
  • b1c139e9f6
    regex: \%G ignores diacrectic chars Christian Brabandt 2022-05-17 08:12:56 +02:00
  • 95cdef457b patch 9.1.XXXX: Assume features work when cross-compiling. Jonas 'Sortie' Termansen 2024-11-03 15:51:21 +01:00
  • a54816b884
    patch 9.1.0836: The vimtutor can be improved v9.1.0836 Yegappan Lakshmanan 2024-11-03 10:49:23 +01:00
  • 5b632d0fba
    cb: Enable Debugging builds, disable debugging mode for libvterm Christian Brabandt 2023-11-11 18:32:50 +01:00
  • 6eda269600
    patch 9.1.0835: :setglobal doesn't work properly for 'ffu' and 'tsrfu' v9.1.0835 zeertzjq 2024-11-03 09:23:33 +01:00
  • ca6231b8a6
    patch 9.1.0834: tests: 2html test fails v9.1.0834 Aliaksei Budavei 2024-11-03 09:19:14 +01:00
  • 9fd5d9674f
    patch 9.1.0833: CI: recent ASAN changes do not work for indent tests v9.1.0833 Aliaksei Budavei 2024-11-03 09:15:35 +01:00
  • 46dcd84d24
    patch 9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal v9.1.0832 zeertzjq 2024-11-03 09:10:50 +01:00
  • 6081c17890
    runtime(doc): update help-toc description Christian Brabandt 2024-11-03 09:06:10 +01:00
  • 743e4033c5 :setglobal doesn't work properly for 'ffu' and 'tsrfu' zeertzjq 2024-11-03 09:29:01 +08:00
  • 7774dc6785 :set doesn't work for 'cot' and 'bkc' after :setlocal zeertzjq 2024-11-03 10:36:07 +08:00
  • b256221e83
    runtime(2html): Make links use color scheme colors in TOhtml Max Bernstein 2024-11-02 18:48:53 +01:00
  • a13f3a4f5d
    patch 9.1.0831: 'findexpr' can't be used as lambad or Funcref v9.1.0831 Yegappan Lakshmanan 2024-11-02 18:40:10 +01:00
  • 0b8176dff2
    Filelist: include helptoc package Christian Brabandt 2024-11-02 18:20:30 +01:00
  • b3ec5643cd
    runtime(doc): include a TOC Vim9 plugin lagygoill 2024-11-02 17:58:01 +01:00
  • 29ce419076
    Filelist: ignore .git-blame-ignore-revs Christian Brabandt 2024-11-02 16:49:57 +01:00
  • bc10be7a40
    patch 9.1.0830: using wrong highlight group for spaces for popupmenu v9.1.0830 glepnir 2024-11-02 16:45:01 +01:00
  • d181bafd0b
    runtime(typst): synchronize updates from the upstream typst.vim Yinzuo Jiang 2024-11-02 16:34:40 +01:00
  • 8854244587
    git: ignore reformatting commit for git-blame (after v9.1.0829) Christian Brabandt 2024-11-02 16:29:55 +01:00
  • 8ce738de3f
    patch 9.1.0829: Vim source code uses a mix of tabs and spaces v9.1.0829 Luca Saccarola 2024-11-02 16:22:45 +01:00
  • 8d4477ef22
    patch 9.1.0828: string_T struct could be used more often v9.1.0828 John Marriott 2024-11-02 15:59:01 +01:00
  • d684731371 fixup: quick update, squash later dundargoc 2024-11-02 16:07:16 +01:00
  • 7fae1137c4 Replace the findexpr option with the findfunc option Yegappan Lakshmanan 2024-11-01 19:14:49 -07:00
  • 77a747a35b Add formatter. dundargoc 2023-10-11 23:10:15 +02:00
  • f1d83c4c71
    patch 9.1.0827: CI: tests can be improved v9.1.0827 Aliaksei Budavei 2024-11-02 15:51:14 +01:00
  • a95d6a3d64
    runtime(doc): remove stray sentence in pi_netrw.txt S. B. Tam 2024-11-02 15:48:54 +01:00
  • 84b5b1c660
    patch 9.1.0826: filetype: sway files are not recognized v9.1.0826 Riley Bruins 2024-11-02 15:44:43 +01:00
  • d98668485a expand all tabs in sound.c Luca Saccarola 2024-10-31 15:39:07 +01:00
  • 57e21aa56c fix(complete): avoid combine abbr hlgroup on space fill glepnir 2024-11-02 18:05:08 +08:00
  • a0a2811340 runtime(typst): synchronize updates from the upstream typst.vim Yinzuo Jiang 2024-11-02 13:44:19 +08:00
  • c695ff667f Retrigger checks basilisk0315 2024-11-02 13:51:01 +11:00
  • b384d31f5a Fix casts basilisk0315 2024-11-02 13:16:38 +11:00
  • 5a380a0773 Utilise string_T structure to store strings basilisk0315 2024-11-02 13:02:41 +11:00
  • 26113e5ae3
    runtime(doc): Include netrw-gp in TOC Ernesto Elsäßer 2024-11-01 23:17:03 +01:00
  • 3f6272b86f CI: Raise the timeout value for search*() when testing Aliaksei Budavei 2024-11-01 23:10:22 +03:00
  • 252ed16860 runtime: recognize sway file types Riley Bruins 2024-11-01 10:43:28 -07:00
  • 290eea8a3c CI: Collect failed indent-test artifacts Aliaksei Budavei 2024-11-01 22:16:02 +03:00
  • d4895e03d8
    doc: remove stray sentence S. B. Tam 2024-11-01 18:15:11 +08:00
  • b5e7da1f27
    runtime(doc): mention 'iskeyword' at :h charclass() Christian Brabandt 2024-11-01 09:33:00 +01:00
  • 15f69de263
    runtime(doc): update help tags Christian Brabandt 2024-10-31 11:08:40 +01:00
  • 69f85c6506
    patch 9.1.0825: compile error for non-diff builds v9.1.0825 John Marriott 2024-10-31 10:53:43 +01:00
  • 4d618006ec
    runtime(netrw): fix E874 when browsing remote directory which contains ~ character Tom Benham 2024-10-31 10:47:23 +01:00
  • 55adc5b46a
    runtime(doc): update coding style documentation Luca Saccarola 2024-10-31 10:28:40 +01:00
  • 6be21b937d
    runtime(debversions): Add plucky (25.04) as Ubuntu release name Simon Quigley 2024-10-31 10:17:08 +01:00
  • 5b00299e25 runtime(netrw): changed \M with \V Tom Benham 2024-10-31 10:17:05 +01:00
  • 79f6ffd388
    patch 9.1.0824: too many strlen() calls in register.c v9.1.0824 John Marriott 2024-10-31 10:06:54 +01:00
  • a68bd6f089
    patch 9.1.0823: filetype: Zephyr overlay files not recognized v9.1.0823 Xudong Zheng 2024-10-31 09:32:25 +01:00
  • d52fb2fabd
    runtime(doc): Clean up minor formatting issues for builtin functions Yee Cheng Chin 2024-10-31 09:25:09 +01:00
  • 8b0fa7a565
    runtime(netrw): make :Launch/Open autoloadable Christian Brabandt 2024-10-31 09:21:23 +01:00
  • 9debe16831 tidy up doc and add short form Konfekt 2024-10-31 07:53:54 +01:00
  • d76d835718 always use current value of g:netrw_browsex_viewer Konfekt 2024-10-30 05:40:13 +01:00
  • 50e980557f apply patch kindly provided by @zzzyxwvut and some minor adjustments Konfekt 2024-10-29 23:05:01 +01:00
  • f658db7afc let :Launch/Open autoload functions Konfekt 2024-10-29 09:05:18 +01:00
  • 63aba8dae4
    docs: Clean up minor formatting issues for builtin functions Yee Cheng Chin 2024-10-30 21:38:37 -04:00
  • 871ff054fb runtime(syntax-tests): add minimalist test for ZMK Devicetree Xudong Zheng 2024-10-30 16:52:18 -04:00
  • e772662739 runtime(syntax-tests): add minimalist test for Zephyr Devicetree Xudong Zheng 2024-10-30 16:52:06 -04:00
  • 9d1c57ecf4 filetype: add support for Zephyr Devicetree overlay Xudong Zheng 2024-10-29 17:24:53 -04:00