Christian Brabandt
72212c9bea
runtime(doc): update wrong Vietnamese localization tag
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-07 15:57:34 +01:00
Christian Brabandt
51d4d84d6a
patch 9.1.0908: not possible to configure :messages
...
Problem: not possible to configure :messages
Solution: add the 'messagesopt' option (Shougo Matsushita)
closes : #16068
Co-authored-by: h_east <h.east.727@gmail.com >
Signed-off-by: Shougo Matsushita <Shougo.Matsu@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-06 17:26:25 +01:00
h-east
41afa308d6
runtime(doc): Add vietnamese.txt to helps main TOC
...
closes : #16177
Signed-off-by: h-east <h.east.727@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-06 16:03:37 +01:00
Yinzuo Jiang
bdb5f85a51
patch 9.1.0906: filetype: Nvidia PTX files are not recognized
...
Problem: filetype: Nvidia PTX files are not recognized
Solution: detect '*.ptx' files as ptx filetype (Yinzuo Jiang)
Reference: https://docs.nvidia.com/cuda/parallel-thread-execution/
closes : #16171
Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-05 21:31:09 +01:00
Christian Brabandt
73785accfd
runtime(doc): updated version9.txt with changes from v9.1.0905
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-05 21:06:12 +01:00
glepnir
1c5a120a70
patch 9.1.0905: Missing information in CompleteDone event
...
Problem: Missing information in CompleteDone event
Solution: add complete_word and complete_type to v:event dict
(glepnir)
closes : #16153
Signed-off-by: glepnir <glephunter@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-04 20:31:43 +01:00
Konfekt
eda923e9c9
runtime(netrw): do not detach when launching external programs in gvim
...
On Debian 12 when detaching the program wouldn't launch at all
closes : #16168
Signed-off-by: Konfekt <Konfekt@users.noreply.github.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-04 20:12:44 +01:00
zeertzjq
ea0e41a115
runtime(doc): make tag alignment more consistent in filetype.txt
...
closes : #16169
Signed-off-by: Christian Brabandt <cb@256bit.org >
Signed-off-by: zeertzjq <zeertzjq@outlook.com >
2024-12-04 20:08:25 +01:00
Christian Brabandt
8a52587ee0
runtime(doc): fix wrong syntax and style of vietnamese.txt
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-04 20:06:45 +01:00
Antonio Giovanni Colombo
4854647abe
translation(it): update Italian manpage for vimtutor
...
Signed-off-by: Antonio Giovanni Colombo <azc100@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-04 20:02:08 +01:00
Enno
fdfcce56a6
runtime(lua): add optional lua function folding
...
closes : #16151
Signed-off-by: Konfekt <Konfekt@users.noreply.github.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-03 22:23:48 +01:00
Phạm Bình An
189e24bb14
runtime(doc): include vietnamese.txt
...
Since Vietnamese keymaps in Vim is quite differences from the
corresponding input methods, let's document the Vietnamese specifics in
vietnames.txt
related: #16144
Signed-off-by: Phạm Bình An <111893501+brianhuster@users.noreply.github.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-03 21:59:52 +01:00
Antonio Giovanni Colombo
cdbbdb9ece
runtime(tutor): fix another typo in tutor2
...
Signed-off-by: Antonio Giovanni Colombo <azc100@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-03 21:27:30 +01:00
Christian Brabandt
23eea9b984
runtime(doc): fix typo in vimtutor manpage
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-03 21:23:43 +01:00
Antonio Giovanni Colombo
1d20ad0bbd
translation(it): update Italian manpage for vimtutor
...
Signed-off-by: Antonio Giovanni Colombo <azc100@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-03 21:21:09 +01:00
Antonio Giovanni Colombo
0b5926f77f
translation(it): include Italian version of tutor chapter 2
...
Signed-off-by: Antonio Giovanni Colombo <azc100@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-03 21:14:45 +01:00
Christian Brabandt
5ccf7f1407
runtime(tutor): regenerated some translated tutor1 files
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-03 21:12:17 +01:00
Antonio Giovanni Colombo
2e359b98f2
runtime(tutor): fix typo in Chapter 2
...
Signed-off-by: Antonio Giovanni Colombo <azc100@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-03 21:10:43 +01:00
zeertzjq
876de275cb
patch 9.1.0902: filetype: Conda configuration files are not recognized
...
Problem: filetype: Conda configuration files are not recognized
Solution: detect '.condarc' and 'condarc' files as yaml filetype.
(zeertzjq)
closes : #16162
Signed-off-by: zeertzjq <zeertzjq@outlook.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-03 20:45:34 +01:00
h-east
b534e80008
runtime(doc): Tweak documentation style a bit
...
closes : #16164
Signed-off-by: h-east <h.east.727@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-03 20:38:30 +01:00
RestorerZ
6fa304f27d
runtime(tutor): update the tutor files and re-number the chapters
...
closes : #16110
Signed-off-by: RestorerZ <restorer@mail2k.ru >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-02 20:22:52 +01:00
RestorerZ
12e1729e89
runtime(tutor): Update the makefiles for tutor1 and tutor2 files
...
closes : #16111
Signed-off-by: RestorerZ <restorer@mail2k.ru >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-02 20:13:52 +01:00
glepnir
fd6693ca5c
runtime(doc): remove buffer-local completeopt todo item
...
has already implemented by @zeertzjq on https://github.com/vim/vim/pull/14922
closes : #16152
Signed-off-by: glepnir <glephunter@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-02 20:04:14 +01:00
Luca Saccarola
9a39483adb
runtime(typst): provide a formatlistpat in ftplugin
...
closes : #16134
Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com >
Signed-off-by: Gregory Anders <greg@gpanders.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-01 20:12:26 +01:00
dundargoc
768728b487
runtime(doc): Update documentation for "noselect" in 'completeopt'
...
In particular, make the distinction and interaction between "noinsert"
and "noselect" clearer as it was very confusing before.
closes : #16148
Signed-off-by: dundargoc <gocdundar@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-01 20:06:42 +01:00
Luca Saccarola
959ef61430
patch 9.1.0899: default for 'backspace' can be set in C code
...
Problem: default for 'backspace' can be set in C code
Solution: promote the default for 'backspace' from defaults.vim to the C
code (Luca Saccarola)
closes : #16143
Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-01 16:25:53 +01:00
D. Ben Knoble
c74a87eea2
runtime(helptoc): reload cached g:helptoc.shell_prompt when starting toc
...
Follow up on PR 10446 [1] so that changes at run-time (or after loading
a vimrc) are reflected at next use. Instead of "uncaching" the variable
by computing SHELL_PROMPT on each use, which could negatively impact
performance, reload any user settings before creating the TOC.
Also make sure, changes to the shell prompt variable do correctly
invalidate b:toc, so that the table of content is correctly re-created
after user makes any changes.
[1]: https://github.com/vim/vim/pull/10446#issuecomment-2485169333
closes : #16097
Signed-off-by: D. Ben Knoble <ben.knoble+github@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-01 16:06:18 +01:00
Konfekt
3c2596a9e9
patch 9.1.0898: runtime(compiler): pytest compiler not included
...
Problem: runtime(compiler): pytest compiler not included
Solution: include pytest compiler, update the compiler completion test
(Konfekt)
closes : #16130
Signed-off-by: Konfekt <Konfekt@users.noreply.github.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-30 11:32:49 +01:00
user202729
aa16b30552
patch 9.1.0897: filetype: pyrex files are not detected
...
Problem: filetype: pyrex files are not detected
Solution: detect '*.pxi' and '*.pyx+' as pyrex filetype
(user202729)
References:
https://cython.readthedocs.io/en/latest/src/userguide/language_basics.html#cython-file-types
https://www.csse.canterbury.ac.nz/greg.ewing/python/Pyrex/version/Doc/Manual/using_with_c++.html
closes : #16136
Signed-off-by: user202729 <25191436+user202729@users.noreply.github.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-30 11:09:49 +01:00
Romain Lafourcade
dd21c89626
runtime(compiler): update eslint compiler
...
compact formatter is no longer distributed with eslint, so:
- switch to '--format stylish' in makeprg
- update 'errorformat' for the 'stylish' format output
fixes : #16126
closes : #16137
Signed-off-by: Romain Lafourcade <romainlafourcade@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-30 11:05:18 +01:00
Christian Brabandt
075aeea404
runtime(doc): document changed default value for 'history'
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-28 23:13:10 +01:00
Luca Saccarola
c0d30eff6d
patch 9.1.0895: default history value is too small
...
Problem: default history value is too small
Solution: promote the change from defaults.vim back to
the C core, so increase the default 'history' option value
from 50 to 200 (Lucca Saccarola)
closes : #16129
Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-28 22:27:28 +01:00
Christian Brabandt
3d670bb191
translation(de): update German manpages
...
fixes : #16086
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-28 21:45:39 +01:00
Konfekt
65311c6f47
runtime(compiler): include spotbugs Java linter
...
closes : #16001
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com >
Signed-off-by: Konfekt <Konfekt@users.noreply.github.com >
Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-28 21:06:09 +01:00
Eisuke Kawashima
511eb84c08
runtime(po): remove poDiffOld/New, add po-format flags to syntax file
...
fixes : #16120
closes : #16132
Signed-off-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-28 18:00:09 +01:00
Yegappan Lakshmanan
ac023e8baa
patch 9.1.0890: %! item not allowed for 'rulerformat'
...
Problem: %! item not allowed for 'rulerformat'
(yatinlala)
Solution: also allow to use %! for rulerformat option
(Yegappan Lakshmanan)
fixes : #16091
closes : #16118
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-27 20:55:45 +01:00
Christian Brabandt
7e501f4d99
runtime(gzip): load undofile if there exists one
...
fixes : #16102
closes : #16122
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-26 15:10:33 +01:00
glepnir
0a850673e3
patch 9.1.0888: leftcol property not available in getwininfo()
...
Problem: leftcol property not available in getwininfo()
Solution: add leftcol property property (glepnir)
closes : #16119
Signed-off-by: glepnir <glephunter@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-25 19:39:04 +01:00
Wu, Zhenyu
57b947e3c3
patch 9.1.0886: filetype: debian control file not detected
...
Problem: filetype: debian control file not detected
Solution: detect 'debian/control' files as debcontrol filetype
(author)
closes : #16067
Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu >
Signed-off-by: James McCoy <jamessan@debian.org >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-24 14:34:01 +01:00
Turiiya
c1e6621a59
runtime(c3): include c3 filetype plugin
...
closes : #16090
Signed-off-by: Turiiya <34311583+ttytm@users.noreply.github.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-24 14:30:43 +01:00
nisbet-hubbard
ccc024f3a7
runtime(apache): Update syntax directives for apache server 2.4.62
...
closes : #16109
Signed-off-by: nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-24 14:08:02 +01:00
RestorerZ
f63449a5d1
translation(ru): updated vimtutor translation, update MAINTAINERS file
...
the translated man page is synchronized with the original English
closes : #16113
Signed-off-by: RestorerZ <restorer@mail2k.ru >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-24 13:50:28 +01:00
Shougo Matsushita
9f860a14c3
patch 9.1.0883: message history cleanup is missing some tests
...
Problem: message history cleanup is missing some tests
Solution: Add tests, refactor common code into did_set_msghistory()
(Shougo Matsushita)
closes : #16078
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
Co-authored-by: Milly <milly.ca@gmail.com >
Signed-off-by: Shougo Matsushita <Shougo.Matsu@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-24 13:48:05 +01:00
matveyt
a01148d2cb
runtime(doc): Expand docs on :! vs. :term
...
fixes : #16071
closes : #16089
Signed-off-by: matveyt <matthewtarasov@yandex.ru >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-23 14:19:58 +01:00
GuyBrush
d7745acbd8
runtime(netrw): Fixing powershell execution issues on Windows
...
closes : #16094
Signed-off-by: GuyBrush <miguel.barro@live.com >
2024-11-23 14:13:10 +01:00
Christian Brabandt
cacfccf803
runtime(netrw): update netrw's decompress logic
...
Detect a few more default archive types, correctly handle file
extensions with digits in it.
fixes : #16099
closes : #16104
Signed-off-by: Konfekt <Konfekt@users.noreply.github.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-23 13:28:01 +01:00
nisbet-hubbard
4dd6c22ebe
runtime(apache): Update syntax keyword definition
...
closes : #16105
Signed-off-by: nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-23 13:14:47 +01:00
Turiiya
c8dfcfc53b
patch 9.1.0880: filetype: C3 files are not recognized
...
Problem: filetype: C3 files are not recognized
Solution: detect '*.c3*' files as c3 filetype (Turiiya)
closes : #16087
Signed-off-by: Turiiya <34311583+ttytm@users.noreply.github.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-19 23:05:21 +01:00
Christian Brabandt
cb34507b5f
runtime(doc): add helptag for :HelpToc command
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-19 23:02:57 +01:00
Konfekt
4927daef60
runtime(compiler): fix escaping of arguments passed to :CompilerSet
...
See newly added help entry referring to option-backslash
closes : #16084
Signed-off-by: Konfekt <Konfekt@users.noreply.github.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-19 22:41:14 +01:00