Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Group path
vim_dev
1–30 of 52051
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
MURAOKA Taro
7
12:14 AM
[vim/vim] client-server test fails without X11 server (PR #20716)
koron left a comment (vim/vim#20716) I think the real problem is that this test appears to succeed
unread,
[vim/vim] client-server test fails without X11 server (PR #20716)
koron left a comment (vim/vim#20716) I think the real problem is that this test appears to succeed
12:14 AM
Foxe Chen
12:07 AM
[vim/vim] GTK4: Fix crash with window toolbar (PR #20724)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20724
unread,
[vim/vim] GTK4: Fix crash with window toolbar (PR #20724)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20724
12:07 AM
Mao-Yining
5
Jul 5
[vim/vim] docs: better way to detect WSL (PR #20714)
habamax left a comment (vim/vim#20714) Both works there just fine. Well $WSLENV is also being set in
unread,
[vim/vim] docs: better way to detect WSL (PR #20714)
habamax left a comment (vim/vim#20714) Both works there just fine. Well $WSLENV is also being set in
Jul 5
Maxim Kim
Jul 5
[vim/vim] update colorschemes (PR #20723)
new colorscheme novum port of nvim dev_theme (thx to Charan Mandati @chrnz008) minor updates to
unread,
[vim/vim] update colorschemes (PR #20723)
new colorscheme novum port of nvim dev_theme (thx to Charan Mandati @chrnz008) minor updates to
Jul 5
dezza
20
Jul 5
[vim/vim] perf(gtk3-wayland): deferred dirty redraw (PR #20528)
dezza left a comment (vim/vim#20528) We're talking about GTK4 gvim. On GTK3 it is fine. So do you
unread,
[vim/vim] perf(gtk3-wayland): deferred dirty redraw (PR #20528)
dezza left a comment (vim/vim#20528) We're talking about GTK4 gvim. On GTK3 it is fine. So do you
Jul 5
Foxe Chen
Jul 5
[vim/vim] GTK4: Fix menu mnemonics (PR #20722)
Update active item for parent menu when submenu is activated by mnemonic Always show mnemonic
unread,
[vim/vim] GTK4: Fix menu mnemonics (PR #20722)
Update active item for parent menu when submenu is activated by mnemonic Always show mnemonic
Jul 5
Joey Smalen
Jul 5
[vim/vim] Netrw's `:Explore` and `:Sexplore` are not in context of current file (Issue #20721)
QSmally created an issue (vim/vim#20721) Steps to reproduce Make a directory in the CWD: mkdir test
unread,
[vim/vim] Netrw's `:Explore` and `:Sexplore` are not in context of current file (Issue #20721)
QSmally created an issue (vim/vim#20721) Steps to reproduce Make a directory in the CWD: mkdir test
Jul 5
Barrett Ruth
Jul 5
[vim/vim] cleared last search pattern is restored from viminfo on restart (PR #20720)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20720
unread,
[vim/vim] cleared last search pattern is restored from viminfo on restart (PR #20720)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20720
Jul 5
James McCoy
Jul 5
[vim/vim] Skip Test_clientserver_serverlist_list for non-gvim GUI builds (PR #20719)
Running a GUI build that cannot access the GUI clientserver will fail like below command line..script
unread,
[vim/vim] Skip Test_clientserver_serverlist_list for non-gvim GUI builds (PR #20719)
Running a GUI build that cannot access the GUI clientserver will fail like below command line..script
Jul 5
Barrett Ruth
Jul 5
[vim/vim] Cannot permanently clear the last search pattern (`@/`) (Issue #20718)
barrettruth created an issue (vim/vim#20718) Steps to reproduce echo foo > /tmp/foo.txt vim -N -i
unread,
[vim/vim] Cannot permanently clear the last search pattern (`@/`) (Issue #20718)
barrettruth created an issue (vim/vim#20718) Steps to reproduce echo foo > /tmp/foo.txt vim -N -i
Jul 5
MURAOKA Taro
Jul 5
[vim/vim] Sort features in :version (PR #20717)
Problem: Features in :version are not sorted. Solution: Sort features case-insensitively. I noticed
unread,
[vim/vim] Sort features in :version (PR #20717)
Problem: Features in :version are not sorted. Solution: Sort features case-insensitively. I noticed
Jul 5
MURAOKA Taro
5
Jul 5
[vim/vim] client-server test fails without X11 server (PR #20709)
koron left a comment (vim/vim#20709) I created #20716 to replace this PR. So, I close this. — Reply
unread,
[vim/vim] client-server test fails without X11 server (PR #20709)
koron left a comment (vim/vim#20709) I created #20716 to replace this PR. So, I close this. — Reply
Jul 5
Mao-Yining
2
Jul 5
[vim/vim] Don't check first word in the file with 'spellcapcheck' (Issue #20715)
mao-yining left a comment (vim/vim#20715) Emm... I tried to complie v7.0100 and that also didn't
unread,
[vim/vim] Don't check first word in the file with 'spellcapcheck' (Issue #20715)
mao-yining left a comment (vim/vim#20715) Emm... I tried to complie v7.0100 and that also didn't
Jul 5
Maxim Kim
6
Jul 5
[vim/vim] update diff colors for environments with <=256 colors (PR #20711)
habamax left a comment (vim/vim#20711) I am not sure how to fix this test: Failures: From
unread,
[vim/vim] update diff colors for environments with <=256 colors (PR #20711)
habamax left a comment (vim/vim#20711) I am not sure how to fix this test: Failures: From
Jul 5
Mao-Yining
2
Jul 5
[vim/vim] fileio: treat { and } literally when in 'isfname' (PR #20713)
mao-yining left a comment (vim/vim#20713) Emm... this brokes a lot of tests. Before handle these
unread,
[vim/vim] fileio: treat { and } literally when in 'isfname' (PR #20713)
mao-yining left a comment (vim/vim#20713) Emm... this brokes a lot of tests. Before handle these
Jul 5
Maxim Kim
Jul 5
[vim/vim] Update default colorscheme for colorless environments (t_Co<=0) (Issue #20712)
habamax created an issue (vim/vim#20712) Currently if a terminal emulator is broken and reports 0
unread,
[vim/vim] Update default colorscheme for colorless environments (t_Co<=0) (Issue #20712)
habamax created an issue (vim/vim#20712) Currently if a terminal emulator is broken and reports 0
Jul 5
Doruk Özer
Jul 5
[vim/vim] netrw rename operation error `E121: Undefined variable: reset_ssl` (Issue #20710)
dorukozerr created an issue (vim/vim#20710) Steps to reproduce I started getting the shared error
unread,
[vim/vim] netrw rename operation error `E121: Undefined variable: reset_ssl` (Issue #20710)
dorukozerr created an issue (vim/vim#20710) Steps to reproduce I started getting the shared error
Jul 5
ubaldot
8
Jul 5
[vim/vim] E1041 is thrown when a variable is exported from a script contained in the autoload/ folder and the script is sourced more than once (Issue #19205)
mao-yining left a comment (vim/vim#19205) @h-east In other words, nothing other than functions and
unread,
[vim/vim] E1041 is thrown when a variable is exported from a script contained in the autoload/ folder and the script is sourced more than once (Issue #19205)
mao-yining left a comment (vim/vim#19205) @h-east In other words, nothing other than functions and
Jul 5
Foxe Chen
Jul 4
[vim/vim] Split ligatures at cursor location for GUI (PR #20708)
Fixes #12901. Demo: https://github.com/user-attachments/assets/44070dbe-0780-4b04-ad71-b243e987ff49
unread,
[vim/vim] Split ligatures at cursor location for GUI (PR #20708)
Fixes #12901. Demo: https://github.com/user-attachments/assets/44070dbe-0780-4b04-ad71-b243e987ff49
Jul 4
dezza
Jul 4
[vim/vim] make(tags): detach from configure (PR #20707)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20707
unread,
[vim/vim] make(tags): detach from configure (PR #20707)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20707
Jul 4
Peter Kenny
Jul 4
[vim/vim] vim9.txt revisions, standardizing SS1,3-7 (PR #20706)
vim9.txt: conclusion to the rewrite and enhancements - part 1 of 2 In this “part 1”, several global
unread,
[vim/vim] vim9.txt revisions, standardizing SS1,3-7 (PR #20706)
vim9.txt: conclusion to the rewrite and enhancements - part 1 of 2 In this “part 1”, several global
Jul 4
Celelibi
12
Jul 4
[vim/vim] vim ignores notitle (Issue #20553)
dezza left a comment (vim/vim#20553) Reported to GNU Screen https://lists.gnu.org/archive/html/screen
unread,
[vim/vim] vim ignores notitle (Issue #20553)
dezza left a comment (vim/vim#20553) Reported to GNU Screen https://lists.gnu.org/archive/html/screen
Jul 4
Francesco
Jul 4
[vim/vim] runtime(sh): fix Bash array value highlighting after escaped parens (PR #20705)
Bash associative arrays with escaped parens in the subscript break highlighting for everything after
unread,
[vim/vim] runtime(sh): fix Bash array value highlighting after escaped parens (PR #20705)
Bash associative arrays with escaped parens in the subscript break highlighting for everything after
Jul 4
dezza
Jul 4
[vim/vim] runtime(doc): clarify screen,xterm,wm icon,title interaction (PR #20703)
#20553 Follows: 5680e3b You can view, comment on, or merge this pull request online at: https://
unread,
[vim/vim] runtime(doc): clarify screen,xterm,wm icon,title interaction (PR #20703)
#20553 Follows: 5680e3b You can view, comment on, or merge this pull request online at: https://
Jul 4
Fionn
Jul 4
[vim/vim] Support Git revision list filetype (PR #20702)
A Git revision list is a list of object names (ie one unabbreviated SHA-1 per line)..., comments (#),
unread,
[vim/vim] Support Git revision list filetype (PR #20702)
A Git revision list is a list of object names (ie one unabbreviated SHA-1 per line)..., comments (#),
Jul 4
bam80
, …
Gary Johnson
20
Jul 4
[vim/vim] indistinguishable colors in vimdiff mode (#4071)
chrisbra left a comment (vim/vim#4071) This looks like a very nice UI improvement and improves
unread,
[vim/vim] indistinguishable colors in vimdiff mode (#4071)
chrisbra left a comment (vim/vim#4071) This looks like a very nice UI improvement and improves
Jul 4
glepnir
Jul 4
[vim/vim] searchcount() returns wrong cached maxcount (PR #20701)
Problem: Cached searchcount() returns 'maxsearchcount' instead of the requested maxcount.
unread,
[vim/vim] searchcount() returns wrong cached maxcount (PR #20701)
Problem: Cached searchcount() returns 'maxsearchcount' instead of the requested maxcount.
Jul 4
Barrett Ruth
Jul 3
[vim/vim] fix(spell): restore spellfile words properly (PR #20700)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20700
unread,
[vim/vim] fix(spell): restore spellfile words properly (PR #20700)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20700
Jul 3
dependabot[bot]
Jul 3
[vim/vim] CI: Bump actions/cache from 5.0.5 to 6.1.0 in the github-actions group across 1 directory (PR #20699)
Bumps the github-actions group with 1 update in the / directory: actions/cache. Updates actions/cache
unread,
[vim/vim] CI: Bump actions/cache from 5.0.5 to 6.1.0 in the github-actions group across 1 directory (PR #20699)
Bumps the github-actions group with 1 update in the / directory: actions/cache. Updates actions/cache
Jul 3
Doruk Özer
2
Jul 3
[vim/vim] ### netrw rename error (PR #20698)
dorukozerr left a comment (vim/vim#20698) Also just before very recently when I open netrw with :
unread,
[vim/vim] ### netrw rename error (PR #20698)
dorukozerr left a comment (vim/vim#20698) Also just before very recently when I open netrw with :
Jul 3