Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–30 of many
h_east
43
Jan 21
[vim/vim] Vim9: Fix import nesting issue (PR #16440)
@
h
-
east
pushed 1 commit. 842ed842b80bc7644957cdf3f3e45a03752c9452 Vim9: Fix import nesting issue -- View it on GitHub: https://github.com/vim/vim/pull/16440/files/fcc084cffca75a7bf1be71e8fd54e9f65226176f
unread,
[vim/vim] Vim9: Fix import nesting issue (PR #16440)
@
h
-
east
pushed 1 commit. 842ed842b80bc7644957cdf3f3e45a03752c9452 Vim9: Fix import nesting issue -- View it on GitHub: https://github.com/vim/vim/pull/16440/files/fcc084cffca75a7bf1be71e8fd54e9f65226176f
Jan 21
Christian Brabandt
Jan 8
Commit: runtime(vim): Update base-syntax, improve ex-bang matching
(\
h
\w*\|[23]mat\%[ch]\)\>" contains=vimCommand +syn match vimIsCommand "\<\%(\
h
\w*\|[23]mat\%[ch]\)\>" nextgroup=vimBang contains=vimCommand
unread,
Commit: runtime(vim): Update base-syntax, improve ex-bang matching
(\
h
\w*\|[23]mat\%[ch]\)\>" contains=vimCommand +syn match vimIsCommand "\<\%(\
h
\w*\|[23]mat\%[ch]\)\>" nextgroup=vimBang contains=vimCommand
Jan 8
Christian Brabandt
Jan 6
Commit: patch 9.1.0992: Vim9: double-free after v9.1.0988
1.0988 (
h
-
east
) Solution: clear typval pointer, before setting the type (Yegappan Lakshmanan) Otherwise the contents are still referring to some other value. fixes: #16386 closes
unread,
Commit: patch 9.1.0992: Vim9: double-free after v9.1.0988
1.0988 (
h
-
east
) Solution: clear typval pointer, before setting the type (Yegappan Lakshmanan) Otherwise the contents are still referring to some other value. fixes: #16386 closes
Jan 6
ChenW12
5
Jan 5
[vim/vim] How to debug the process of redrawing buffer (Discussion #16382)
@
h
-
east
Thanks for the comment. However, I tried using gdb to break at the start and the end of `win_line()`. I can confirm the number `~` is not incremented in `win_line()`. -- Reply
unread,
[vim/vim] How to debug the process of redrawing buffer (Discussion #16382)
@
h
-
east
Thanks for the comment. However, I tried using gdb to break at the start and the end of `win_line()`. I can confirm the number `~` is not incremented in `win_line()`. -- Reply
Jan 5
Christian Brabandt
Jan 3
Commit: runtime(vim): fix failing vim syntax test
Author:
h
-
east
Date: Fri Jan 3 17:32:54 2025 +0100 runtime(vim): fix failing vim syntax test after v9.1.0985 related: #16356 Signed-off-by:
h
-
east
Signed-off-by: Doug Kearns Signed
unread,
Commit: runtime(vim): fix failing vim syntax test
Author:
h
-
east
Date: Fri Jan 3 17:32:54 2025 +0100 runtime(vim): fix failing vim syntax test after v9.1.0985 related: #16356 Signed-off-by:
h
-
east
Signed-off-by: Doug Kearns Signed
Jan 3
Christian Brabandt
Jan 3
Commit: runtime(doc): update index.txt
Author:
h
-
east
Date: Fri Jan 3 10:45:15 2025 +0100 runtime(doc): update index.txt related: https://github.com/vim/vim/issues/16357 closes: https://github.com/vim/vim/
unread,
Commit: runtime(doc): update index.txt
Author:
h
-
east
Date: Fri Jan 3 10:45:15 2025 +0100 runtime(doc): update index.txt related: https://github.com/vim/vim/issues/16357 closes: https://github.com/vim/vim/
Jan 3
Christian Brabandt
Jan 3
Commit: patch 9.1.0985: Vim9: some ex commands can be shortened
Author:
h
-
east
Date: Fri Jan 3 10:19:45 2025 +0100 patch 9.1.0985: Vim9: some ex commands can be shortened Problem: Vim9: some ex commands can be shortened Solution: disallow shortening
unread,
Commit: patch 9.1.0985: Vim9: some ex commands can be shortened
Author:
h
-
east
Date: Fri Jan 3 10:19:45 2025 +0100 patch 9.1.0985: Vim9: some ex commands can be shortened Problem: Vim9: some ex commands can be shortened Solution: disallow shortening
Jan 3
Christian Brabandt
Jan 2
Commit: runtime(doc): update doc for :horizontal
Author:
h
-
east
Date: Thu Jan 2 17:34:55 2025 +0100 runtime(doc): update doc for :horizontal Revert the documentation for :horizontal from commit 0c3e57b403e0e3a1fefc because
unread,
Commit: runtime(doc): update doc for :horizontal
Author:
h
-
east
Date: Thu Jan 2 17:34:55 2025 +0100 runtime(doc): update doc for :horizontal Revert the documentation for :horizontal from commit 0c3e57b403e0e3a1fefc because
Jan 2
h_east
4
Jan 2
[vim/vim] Revert the documentation for :horizontal (PR #16362)
@
h
-
east
pushed 1 commit. 4e29575e0b4ce43081e88ccd285d29b5d4a76202 Update doc/tags -- View it on GitHub: https://github.com/vim/vim/pull/16362/files/94035815aa4d56f60ad75f824185451e205ad791
unread,
[vim/vim] Revert the documentation for :horizontal (PR #16362)
@
h
-
east
pushed 1 commit. 4e29575e0b4ce43081e88ccd285d29b5d4a76202 Update doc/tags -- View it on GitHub: https://github.com/vim/vim/pull/16362/files/94035815aa4d56f60ad75f824185451e205ad791
Jan 2
h_east
10
Jan 3
[vim/vim] Vim9: Fix: Ex-command :abstract, :interface snd :type can be shortened (PR #16356)
@
h
-
east
pushed 1 commit. bb9b9503958acafc537dae31c4c7ede407bc2230 Vim9: Fix: Ex-command :abstract, :interface snd :type can be shortened -- View it on GitHub: https://github
unread,
[vim/vim] Vim9: Fix: Ex-command :abstract, :interface snd :type can be shortened (PR #16356)
@
h
-
east
pushed 1 commit. bb9b9503958acafc537dae31c4c7ede407bc2230 Vim9: Fix: Ex-command :abstract, :interface snd :type can be shortened -- View it on GitHub: https://github
Jan 3
Christian Brabandt
Jan 2
Commit: runtime(doc): update index.txt, windows.txt and version9.txt
Author:
h
-
east
Date: Thu Jan 2 11:00:49 2025 +0100 runtime(doc): update index.txt, windows.txt and version9.txt closes: https://github.com/vim/vim/issues/16357 Co-authored
unread,
Commit: runtime(doc): update index.txt, windows.txt and version9.txt
Author:
h
-
east
Date: Thu Jan 2 11:00:49 2025 +0100 runtime(doc): update index.txt, windows.txt and version9.txt closes: https://github.com/vim/vim/issues/16357 Co-authored
Jan 2
Christian Brabandt
Jan 2
Commit: runtime(doc): Tweak documentation about base64 function
Author:
h
-
east
Date: Thu Jan 2 10:40:29 2025 +0100 runtime(doc): Tweak documentation about base64 function closes: https://github.com/vim/vim/issues/16353 Signed-off-by
unread,
Commit: runtime(doc): Tweak documentation about base64 function
Author:
h
-
east
Date: Thu Jan 2 10:40:29 2025 +0100 runtime(doc): Tweak documentation about base64 function closes: https://github.com/vim/vim/issues/16353 Signed-off-by
Jan 2
h_east
14
Jan 2
[vim/vim] Fix document index.txt and windows.txt (PR #16357)
@
h
-
east
pushed 1 commit. d6813d70f2080c8348a8da3d58deedacbfc654a3 Update runtime/doc/index.txt -- View it on GitHub: https://github.com/vim/vim/pull/16357/files/0086e3b82c94c9739bb958536a759d7e62d197de
unread,
[vim/vim] Fix document index.txt and windows.txt (PR #16357)
@
h
-
east
pushed 1 commit. d6813d70f2080c8348a8da3d58deedacbfc654a3 Update runtime/doc/index.txt -- View it on GitHub: https://github.com/vim/vim/pull/16357/files/0086e3b82c94c9739bb958536a759d7e62d197de
Jan 2
Christian Brabandt
12/30/24
Commit: runtime(vim): update vim generator syntax script
Author:
h
-
east
Date: Mon Dec 30 15:40:24 2024 +0100 runtime(vim): update vim generator syntax script * include the base64* functions * allow to shorten finally closes: #16346 Signed
unread,
Commit: runtime(vim): update vim generator syntax script
Author:
h
-
east
Date: Mon Dec 30 15:40:24 2024 +0100 runtime(vim): update vim generator syntax script * include the base64* functions * allow to shorten finally closes: #16346 Signed
12/30/24
Christian Brabandt
,
h_east
3
12/30/24
Commit: patch 9.1.0980: no support for base64 en-/decoding functions in Vim Script
Hi Christian, This is a very minor point, but the official name of Vim script is "Vim script". ("s" is lowercase) -- Best regards,
unread,
Commit: patch 9.1.0980: no support for base64 en-/decoding functions in Vim Script
Hi Christian, This is a very minor point, but the official name of Vim script is "Vim script". ("s" is lowercase) -- Best regards,
12/30/24
Christian Brabandt
12/29/24
Commit: runtime(vim): Improve syntax script generator for Vim Script
Author:
h
-
east
Date: Sun Dec 29 15:14:37 2024 +0100 runtime(vim): Improve syntax script generator for Vim Script closes: https://github.com/vim/vim/issues/16331 Signed-off
unread,
Commit: runtime(vim): Improve syntax script generator for Vim Script
Author:
h
-
east
Date: Sun Dec 29 15:14:37 2024 +0100 runtime(vim): Improve syntax script generator for Vim Script closes: https://github.com/vim/vim/issues/16331 Signed-off
12/29/24
h_east
6
12/29/24
[vim/vim] Improve syntax/vim.vim generator (PR #16331)
thanks @
h
-
east
. You may be aware of this but there's some false positives in the results for the Vim9 commands that cannot be shorted. Eg, the following is wrong on both counts, `
unread,
[vim/vim] Improve syntax/vim.vim generator (PR #16331)
thanks @
h
-
east
. You may be aware of this but there's some false positives in the results for the Vim9 commands that cannot be shorted. Eg, the following is wrong on both counts, `
12/29/24
Christian Brabandt
12/29/24
Commit: runtime(doc): Fix documentation typos
Author:
h
-
east
Date: Sun Dec 29 09:46:03 2024 +0100 runtime(doc): Fix documentation typos closes: https://github.com/vim/vim/issues/16333 Signed-off-by:
h
-
east
Signed-off
unread,
Commit: runtime(doc): Fix documentation typos
Author:
h
-
east
Date: Sun Dec 29 09:46:03 2024 +0100 runtime(doc): Fix documentation typos closes: https://github.com/vim/vim/issues/16333 Signed-off-by:
h
-
east
Signed-off
12/29/24
Christian Brabandt
12/27/24
Commit: patch 9.1.0966: Vim9: :enum command can be shortened
Author:
h
-
east
Date: Fri Dec 27 16:25:32 2024 +0100 patch 9.1.0966: Vim9: :enum command can be shortened Problem: Vim9: :enum command can be shortened Solution: prevent shortening
unread,
Commit: patch 9.1.0966: Vim9: :enum command can be shortened
Author:
h
-
east
Date: Fri Dec 27 16:25:32 2024 +0100 patch 9.1.0966: Vim9: :enum command can be shortened Problem: Vim9: :enum command can be shortened Solution: prevent shortening
12/27/24
Christian Brabandt
12/26/24
Commit: runtime(doc): tweak documentation style in helphelp.txt
Author:
h
-
east
Date: Thu Dec 26 10:22:46 2024 +0100 runtime(doc): tweak documentation style in helphelp.txt closes: https://github.com/vim/vim/issues/16302 Signed-off-by
unread,
Commit: runtime(doc): tweak documentation style in helphelp.txt
Author:
h
-
east
Date: Thu Dec 26 10:22:46 2024 +0100 runtime(doc): tweak documentation style in helphelp.txt closes: https://github.com/vim/vim/issues/16302 Signed-off-by
12/26/24
Christian Brabandt
12/26/24
Commit: runtime(vim): Update base-syntax, allow parens in default arguments
<\
h
\w*\>\|\.\.\." skipwhite nextgroup=vimFuncParamEquals syn match vimDefParam contained "\<\
h
\w*\>" skipwhite nextgroup=vimParamType
unread,
Commit: runtime(vim): Update base-syntax, allow parens in default arguments
<\
h
\w*\>\|\.\.\." skipwhite nextgroup=vimFuncParamEquals syn match vimDefParam contained "\<\
h
\w*\>" skipwhite nextgroup=vimParamType
12/26/24
Jim Zhou
52
12/26/24
[vim/vim] Correct enum indentation issue #16289 (PR #16293)
@
h
-
east
commented on this pull request. > def new(this.value) + return this.value @JimZhouZZY https://github.com/vim/vim/pull/16293#discussion_r1897493893 -- Reply
unread,
[vim/vim] Correct enum indentation issue #16289 (PR #16293)
@
h
-
east
commented on this pull request. > def new(this.value) + return this.value @JimZhouZZY https://github.com/vim/vim/pull/16293#discussion_r1897493893 -- Reply
12/26/24
Christian Brabandt
12/25/24
Commit: runtime(help): Add better support for language annotation highlighting
runtime(help): Add better support for language annotation highlighting Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(help): Add better support for language annotation highlighting
runtime(help): Add better support for language annotation highlighting Commit: https://github.com/vim/vim/commit/
12/25/24
h_east
5
12/26/24
[vim/vim] The enum indentation is wrong in Vim9 script (Issue #16289)
Follow @
h
-
east
's steps 3. Result (Incorrect) ```python def test_indent(a, b): if a > b: print(f"{a} is greater than {b}") result = a - b else: print(f"{b}
unread,
[vim/vim] The enum indentation is wrong in Vim9 script (Issue #16289)
Follow @
h
-
east
's steps 3. Result (Incorrect) ```python def test_indent(a, b): if a > b: print(f"{a} is greater than {b}") result = a - b else: print(f"{b}
12/26/24
Christian Brabandt
12/23/24
Commit: runtime(doc): move help tag E1182
Author:
h
-
east
Date: Mon Dec 23 10:11:25 2024 +0100 runtime(doc): move help tag E1182 closes: https://github.com/vim/vim/issues/16279 Signed-off-by:
h
-
east
Signed-off-by
unread,
Commit: runtime(doc): move help tag E1182
Author:
h
-
east
Date: Mon Dec 23 10:11:25 2024 +0100 runtime(doc): move help tag E1182 closes: https://github.com/vim/vim/issues/16279 Signed-off-by:
h
-
east
Signed-off-by
12/23/24
Shougo
47
Jul 12
[vim/vim] Add g:help_example_languages to support language annotation highlighting (PR #16238)
@
h
-
east
commented on this pull request. > < + *g:help_example_languages* +If you want to change the syntax highlighting in the block, you can +change it like this: > + :let
unread,
[vim/vim] Add g:help_example_languages to support language annotation highlighting (PR #16238)
@
h
-
east
commented on this pull request. > < + *g:help_example_languages* +If you want to change the syntax highlighting in the block, you can +change it like this: > + :let
Jul 12
Christian Brabandt
12/19/24
Commit: runtime(doc): Add a note about handling symbolic links in starting.txt
Author:
h
-
east
Date: Thu Dec 19 20:51:36 2024 +0100 runtime(doc): Add a note about handling symbolic links in starting.txt closes: https://github.com/vim/vim/issues/16257 Signed
unread,
Commit: runtime(doc): Add a note about handling symbolic links in starting.txt
Author:
h
-
east
Date: Thu Dec 19 20:51:36 2024 +0100 runtime(doc): Add a note about handling symbolic links in starting.txt closes: https://github.com/vim/vim/issues/16257 Signed
12/19/24
Shane-XB-Qian
16
12/23/24
[vim/vim] vim deadly abrt (Issue #16213)
@
h
-
east
it defined at https://github.com/vim/vim/pull/16160 -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/issues/16213#issuecomment-
unread,
[vim/vim] vim deadly abrt (Issue #16213)
@
h
-
east
it defined at https://github.com/vim/vim/pull/16160 -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/issues/16213#issuecomment-
12/23/24
Christian Brabandt
12/17/24
Commit: runtime(vim): update base-syntax after v9.1.0936
im]
h
[elp] helpc[lose] helpf[ind] helpg[rep] helpt[ags] ha[rdcopy] hi[ghlight] hid[e] his[tory] ho[rizontal] ij[ump] il[ist] imp[ort] syn keyword vimCommand contained int
unread,
Commit: runtime(vim): update base-syntax after v9.1.0936
im]
h
[elp] helpc[lose] helpf[ind] helpg[rep] helpt[ags] ha[rdcopy] hi[ghlight] hid[e] his[tory] ho[rizontal] ij[ump] il[ist] imp[ort] syn keyword vimCommand contained int
12/17/24
Christian Brabandt
12/17/24
Commit: runtime(doc): Fix style in fold.txt
Author:
h
-
east
Date: Tue Dec 17 20:48:42 2024 +0100 runtime(doc): Fix style in fold.txt closes: https://github.com/vim/vim/issues/16236 Co-authored-by: zeertzjq Signed-off
unread,
Commit: runtime(doc): Fix style in fold.txt
Author:
h
-
east
Date: Tue Dec 17 20:48:42 2024 +0100 runtime(doc): Fix style in fold.txt closes: https://github.com/vim/vim/issues/16236 Co-authored-by: zeertzjq Signed-off
12/17/24