-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim 6fa304f27...fdfcce56a (12): > runtime(lua): add optional lua function folding > Filelist: include translations for Chapter 2 tutor > translation(vi): Update Vietnamese translation > runtime(doc): include vietnamese.txt > runtime(tutor): fix another typo in tutor2 > runtime(doc): fix typo in vimtutor manpage > translation(it): update Italian manpage for vimtutor > translation(it): include Italian version of tutor chapter 2 > runtime(tutor): regenerated some translated tutor1 files > runtime(tutor): fix typo in Chapter 2 > patch 9.1.0902: filetype: Conda configuration files are not recognized > runtime(doc): Tweak documentation style a bit https://github.com/vim/vim-appimage/actions/runs/12151080812
- Loading branch information
1 parent
f3f3642
commit a55ab8b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
27 files
+2 −0 | Filelist | |
+2 −0 | runtime/doc/Make_all.mak | |
+3 −0 | runtime/doc/Makefile | |
+2 −2 | runtime/doc/builtin.txt | |
+6 −2 | runtime/doc/filetype.txt | |
+5 −4 | runtime/doc/options.txt | |
+11 −0 | runtime/doc/tags | |
+3 −3 | runtime/doc/terminal.txt | |
+86 −0 | runtime/doc/vietnamese.txt | |
+2 −2 | runtime/doc/vimtutor-it.1 | |
+2 −2 | runtime/doc/vimtutor-it.UTF-8.1 | |
+3 −3 | runtime/doc/vimtutor.1 | |
+5 −9 | runtime/doc/vimtutor.man | |
+3 −0 | runtime/filetype.vim | |
+59 −1 | runtime/ftplugin/lua.vim | |
+2 −1 | runtime/tutor/Make_all.mak | |
+439 −439 | runtime/tutor/tutor1.pl.cp1250 | |
+290 −290 | runtime/tutor/tutor1.sk.cp1250 | |
+209 −209 | runtime/tutor/tutor1.sr.cp1250 | |
+30 −30 | runtime/tutor/tutor1.zh.utf-8 | |
+2 −2 | runtime/tutor/tutor2 | |
+197 −0 | runtime/tutor/tutor2.it | |
+197 −0 | runtime/tutor/tutor2.it.utf-8 | |
+2 −2 | runtime/tutor/tutor2.utf-8 | |
+11 −113 | src/po/vi.po | |
+1 −1 | src/testdir/test_filetype.vim | |
+2 −0 | src/version.c |