Commit 83ac9ce
committed
vim: Import v9.1.1730
* runtime(m4): update syntax script
* CI: increase timeout parameter to 60s for the link-check
* runtime(doc): Remove dead link from todo.txt
* runtime(doc): quote partial urls with a backtick
* runtime(vimgoto): Implement jumping to autoloaded functions
* 9.1.1730: filetype: vivado journal/log files are not recognized
* runtime(doc): remove documentation for t_Ms terminal code
* runtime(keymap): Add transliteration (buckwalter) arabic keymap
* 9.1.1729: CI is not run with clang 21
* 9.1.1728: termdebug: cannot evaluate visual selected expression
* 9.1.1727: Nextstep support still included
* 9.1.1726: Patch v9.1.1725 causes problems1 parent ef87da9 commit 83ac9ce
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .github/workflows/ci.yml+1-1
- Filelist-1
- ci/lychee.toml+1-1
- runtime/autoload/vimgoto.vim+94-31
- runtime/doc/autocmd.txt+2-2
- runtime/doc/builtin.txt+2-4
- runtime/doc/gui_x11.txt+3-3
- runtime/doc/options.txt+2-3
- runtime/doc/spell.txt+6-6
- runtime/doc/tags-3
- runtime/doc/term.txt+1-4
- runtime/doc/terminal.txt+3-2
- runtime/doc/todo.txt+1-3
- runtime/doc/usr_23.txt+6-6
- runtime/doc/various.txt+1-3
- runtime/doc/version9.txt+1-2
- runtime/doc/vi_diff.txt+2-1
- runtime/doc/wayland.txt+2-3
- runtime/filetype.vim+3-1
- runtime/keymap/arabic_buckwalter.vim+75
- runtime/optwin.vim+2-2
- runtime/pack/dist/opt/termdebug/plugin/termdebug.vim+12-1
- runtime/syntax/m4.vim+33-19
- src/Makefile+5-7
- src/auto/configure+6-43
- src/clipboard.c+196-926
- src/config.h.in-3
- src/configure.ac+6-25
- src/evalfunc.c-7
- src/feature.h-7
- src/globals.h+6-9
- src/if_ruby.c+9-3
- src/main.c+3-6
- src/option.c+1-1
- src/option.h+1-1
- src/optiondefs.h+1-1
- src/optionstr.c+1-1
- src/os_unix.c+25-19
- src/proto/clipboard.pro-3
- src/proto/wayland.pro+14-24
- src/structs.h+13-19
- src/testdir/test_filetype.vim+2-1
- src/testdir/test_plugin_termdebug.vim+9
- src/testdir/test_wayland.vim+103-41
- src/version.c+10-5
- src/vim.h+16
- src/wayland.c+2.1k-1.0k
- src/wayland.h-214
0 commit comments