Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 49317
Vim developers maillist
For an overview of all the Vim maillists see:
http://www.vim.org/maillist.
php
Mark all as read
Report group
0 selected
arkissa
4
9:08 AM
[vim/vim] let 'previewpopup' like 'completepopup' (PR #18873)
@Arkissa pushed 3 commits. af1d3ad feat: Add more settings to 'previewpopup' like '
unread,
[vim/vim] let 'previewpopup' like 'completepopup' (PR #18873)
@Arkissa pushed 3 commits. af1d3ad feat: Add more settings to 'previewpopup' like '
9:08 AM
Coacher
5
8:43 AM
[vim/vim] With guioptions=aP/AP/aAP modeless selection is not copied to * register, only to + register (Issue #19187)
64-bitman left a comment (vim/vim#19187) Isn't this intended behaviour? The P flag makes it so
unread,
[vim/vim] With guioptions=aP/AP/aAP modeless selection is not copied to * register, only to + register (Issue #19187)
64-bitman left a comment (vim/vim#19187) Isn't this intended behaviour? The P flag makes it so
8:43 AM
Kiyoon Kim
15
8:33 AM
[vim/vim] runtime(skhd): Add skhd syntax file (PR #19235)
@kiyoon commented on this pull request. In runtime/syntax/skhd.vim: > +syn region skhdProcMapBlock
unread,
[vim/vim] runtime(skhd): Add skhd syntax file (PR #19235)
@kiyoon commented on this pull request. In runtime/syntax/skhd.vim: > +syn region skhdProcMapBlock
8:33 AM
dezza
15
7:21 AM
[vim/vim] #18002 wayland gtk redraw slow on `:version` and `:highlight` (PR #19062)
@dezza pushed 2 commits. c97633d perf(gtk-wayland): avoid reallocs, optimize scroll copy 80db39b perf
unread,
[vim/vim] #18002 wayland gtk redraw slow on `:version` and `:highlight` (PR #19062)
@dezza pushed 2 commits. c97633d perf(gtk-wayland): avoid reallocs, optimize scroll copy 80db39b perf
7:21 AM
Mateo Gjika
11
6:33 AM
[vim/vim] runtime(c): set 'keywordprg' to :Man (PR #19222)
@mateoxh pushed 1 commit. 323c2a2 Small adjustments — View it on GitHub or unsubscribe. You are
unread,
[vim/vim] runtime(c): set 'keywordprg' to :Man (PR #19222)
@mateoxh pushed 1 commit. 323c2a2 Small adjustments — View it on GitHub or unsubscribe. You are
6:33 AM
Rob B
6
6:13 AM
[vim/vim] runtime/syntax: Highlight built-in constants in Python (PR #18922)
@f4nb0y pushed 1 commit. 72afe36 Fix links, add tests — View it on GitHub or unsubscribe. You are
unread,
[vim/vim] runtime/syntax: Highlight built-in constants in Python (PR #18922)
@f4nb0y pushed 1 commit. 72afe36 Fix links, add tests — View it on GitHub or unsubscribe. You are
6:13 AM
Thanh Nguyen
8
4:38 AM
[vim/vim] fix: convert *_utf-8.vim keymap files to actual UTF-8 encoding (PR #19240)
chrisbra left a comment (vim/vim#19240) Thanks. I did a quick test: find runtime -type f -name "
unread,
[vim/vim] fix: convert *_utf-8.vim keymap files to actual UTF-8 encoding (PR #19240)
chrisbra left a comment (vim/vim#19240) Thanks. I did a quick test: find runtime -type f -name "
4:38 AM
dkearns
,
Gary Johnson
13
Jan 22
[vim/vim] runtime: Remove 'formatprg' from ftplugins (PR #19108)
ubaldot left a comment (vim/vim#19108) What about adding a guard if empty(&l:formatprg) | &l:
unread,
[vim/vim] runtime: Remove 'formatprg' from ftplugins (PR #19108)
ubaldot left a comment (vim/vim#19108) What about adding a guard if empty(&l:formatprg) | &l:
Jan 22
mattn
Jan 22
[vim/vim] Avoid double slash in path concatenation for create_readdirex_item (PR #19241)
Fixing #19188 On Cygwin and MSYS2, // has a special meaning: it is treated as a prefix for accessing
unread,
[vim/vim] Avoid double slash in path concatenation for create_readdirex_item (PR #19241)
Fixing #19188 On Cygwin and MSYS2, // has a special meaning: it is treated as a prefix for accessing
Jan 22
Dougaak
2
Jan 22
[vim/vim] `diff` mode glitches in vertical splits when having one of the windows "maximized" and scrolled (Issue #19229)
chrisbra left a comment (vim/vim#19229) cannot seem to reproduce. Can you share a recording of the
unread,
[vim/vim] `diff` mode glitches in vertical splits when having one of the windows "maximized" and scrolled (Issue #19229)
chrisbra left a comment (vim/vim#19229) cannot seem to reproduce. Can you share a recording of the
Jan 22
taylor.fish
4
Jan 22
[vim/vim] pattern.txt says `[:upper:]` and `[:lower:]` respect `ignorecase`, but they don't (Issue #19230)
chrisbra left a comment (vim/vim#19230) Yeah, I am unsure if we should just document this
unread,
[vim/vim] pattern.txt says `[:upper:]` and `[:lower:]` respect `ignorecase`, but they don't (Issue #19230)
chrisbra left a comment (vim/vim#19230) Yeah, I am unsure if we should just document this
Jan 22
Peter Kenny
12
Jan 22
[vim/vim] Vim9 script truthiness issues (Issue #19173)
yegappan left a comment (vim/vim#19173) I have opened the PR #19238 to abort the expression
unread,
[vim/vim] Vim9 script truthiness issues (Issue #19173)
yegappan left a comment (vim/vim#19173) I have opened the PR #19238 to abort the expression
Jan 22
Mateo Gjika
3
Jan 22
[vim/vim] runtime(vim): set 'path' to common Vim directories (PR #19219)
mateoxh left a comment (vim/vim#19219) I find it useful when working on plugins or Vim's runtime
unread,
[vim/vim] runtime(vim): set 'path' to common Vim directories (PR #19219)
mateoxh left a comment (vim/vim#19219) I find it useful when working on plugins or Vim's runtime
Jan 22
h_east
5
Jan 22
[vim/vim] blob2str() gives strange results when encoding is 'utf-16le' (Issue #19198)
mattn left a comment (vim/vim#19198) This bug is troublesome. enc_canonize drops endianness
unread,
[vim/vim] blob2str() gives strange results when encoding is 'utf-16le' (Issue #19198)
mattn left a comment (vim/vim#19198) This bug is troublesome. enc_canonize drops endianness
Jan 22
dkearns
4
Jan 22
[vim/vim] runtime(csh,tcsh): Update syntax files (PR #19191)
@dkearns pushed 1 commit. 3e737f7 runtime(csh,tcsh): Update syntax files — View it on GitHub or
unread,
[vim/vim] runtime(csh,tcsh): Update syntax files (PR #19191)
@dkearns pushed 1 commit. 3e737f7 runtime(csh,tcsh): Update syntax files — View it on GitHub or
Jan 22
Antoine
Jan 22
[vim/vim] Fix typo in :help syntax (PR #19239)
I found a small typo in doc/syntax.txt . You can view, comment on, or merge this pull request online
unread,
[vim/vim] Fix typo in :help syntax (PR #19239)
I found a small typo in doc/syntax.txt . You can view, comment on, or merge this pull request online
Jan 22
Yegappan Lakshmanan
2
Jan 22
[vim/vim] Abort expression evaluation if class, enum or type alias is used in an expression (PR #19238)
@yegappan pushed 1 commit. 2648871 Fix memory leak — View it on GitHub or unsubscribe. You are
unread,
[vim/vim] Abort expression evaluation if class, enum or type alias is used in an expression (PR #19238)
@yegappan pushed 1 commit. 2648871 Fix memory leak — View it on GitHub or unsubscribe. You are
Jan 22
nda-cunh
6
Jan 22
[vim/vim] SupraMenu (Discussion #19204)
I will soon be pushing my plugins for the file tree, color tree, and menu at the same time, all three
unread,
[vim/vim] SupraMenu (Discussion #19204)
I will soon be pushing my plugins for the file tree, color tree, and menu at the same time, all three
Jan 22
zeertzjq
6
Jan 21
[vim/vim] tests: not enough tests for using plain_vgetc() (PR #19236)
@zeertzjq pushed 1 commit. 323862b tests: not enough tests for using plain_vgetc() — View it on
unread,
[vim/vim] tests: not enough tests for using plain_vgetc() (PR #19236)
@zeertzjq pushed 1 commit. 323862b tests: not enough tests for using plain_vgetc() — View it on
Jan 21
zeertzjq
2
Jan 21
[vim/vim] :normal may change cmdline history (PR #19237)
@zeertzjq pushed 1 commit. b105036 :normal may change cmdline history — View it on GitHub or
unread,
[vim/vim] :normal may change cmdline history (PR #19237)
@zeertzjq pushed 1 commit. b105036 :normal may change cmdline history — View it on GitHub or
Jan 21
thinca
3
Jan 21
[vim/vim] Improve IPv6/IPv4 fallback in ch_open() (PR #19233)
thinca left a comment (vim/vim#19233) Thank you for your review! I (with Claude Code) can add tests,
unread,
[vim/vim] Improve IPv6/IPv4 fallback in ch_open() (PR #19233)
thinca left a comment (vim/vim#19233) Thank you for your review! I (with Claude Code) can add tests,
Jan 21
zeertzjq
Jan 21
[vim/vim] tests: Test_foldtextresult_rightleft() does not restore 'columns' (PR #19234)
Problem: Test_foldtextresult_rightleft() does not restore 'columns'. Solution: Save and
unread,
[vim/vim] tests: Test_foldtextresult_rightleft() does not restore 'columns' (PR #19234)
Problem: Test_foldtextresult_rightleft() does not restore 'columns'. Solution: Save and
Jan 21
averms
4
Jan 21
[vim/vim] runtime(toml): update syntax and ftplugin. (PR #17259)
averms left a comment (vim/vim#17259) Thanks. What is the reason to add - to the keyword setting?
unread,
[vim/vim] runtime(toml): update syntax and ftplugin. (PR #17259)
averms left a comment (vim/vim#17259) Thanks. What is the reason to add - to the keyword setting?
Jan 21
Christian Brabandt
Jan 21
Commit: patch 9.1.2103: tests: test_fold.vim leaves swapfiles behind
patch 9.1.2103: tests: test_fold.vim leaves swapfiles behind Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.1.2103: tests: test_fold.vim leaves swapfiles behind
patch 9.1.2103: tests: test_fold.vim leaves swapfiles behind Commit: https://github.com/vim/vim/
Jan 21
Christian Brabandt
Jan 21
Commit: patch 9.1.2102: foldtext not reversed and cut off in 'rightleft' mode
patch 9.1.2102: foldtext not reversed and cut off in 'rightleft' mode Commit: https://github.
unread,
Commit: patch 9.1.2102: foldtext not reversed and cut off in 'rightleft' mode
patch 9.1.2102: foldtext not reversed and cut off in 'rightleft' mode Commit: https://github.
Jan 21
Sergey Vlasov
16
Jan 21
[vim/vim] foldtext not reversed and cut off for rightleft (PR #19220)
Closed #19220 via b51ac5e. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] foldtext not reversed and cut off for rightleft (PR #19220)
Closed #19220 via b51ac5e. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Jan 21
Björn Linse
2
Jan 21
[vim/vim] folded line text gets cut off with :set rightleft (#2659)
Closed #2659 as completed via b51ac5e. — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] folded line text gets cut off with :set rightleft (#2659)
Closed #2659 as completed via b51ac5e. — Reply to this email directly, view it on GitHub, or
Jan 21
Christian Brabandt
Jan 21
Commit: runtime(debcontrol): improve Debian syntax files
runtime(debcontrol): improve Debian syntax files Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(debcontrol): improve Debian syntax files
runtime(debcontrol): improve Debian syntax files Commit: https://github.com/vim/vim/commit/
Jan 21
Christian Brabandt
Jan 21
Commit: check.vim: Use silent command modifier
check.vim: Use silent command modifier Commit: https://github.com/vim/vim/commit/
unread,
Commit: check.vim: Use silent command modifier
check.vim: Use silent command modifier Commit: https://github.com/vim/vim/commit/
Jan 21
MURAOKA Taro
3
Jan 21
[vim/vim] Improved src/po/check.vim to be faster and show errors (PR #19227)
Closed #19227 via 3456303. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Improved src/po/check.vim to be faster and show errors (PR #19227)
Closed #19227 via 3456303. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Jan 21