Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Group path
vim_dev
1–30 of 52921
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
Ellie
8
5:54 PM
[vim/vim] The "defaulting to 'ansi'" message becomes very annoying quickly and doesn't tell me how to disable it (Issue #21221)
dezza left a comment (vim/vim#21221) WARNING: Definetily not supported If you ignore all good
unread,
[vim/vim] The "defaulting to 'ansi'" message becomes very annoying quickly and doesn't tell me how to disable it (Issue #21221)
dezza left a comment (vim/vim#21221) WARNING: Definetily not supported If you ignore all good
5:54 PM
Niklas Lindström
5:08 PM
[vim/vim] Fix mksession with same terminal in shared windows (PR #21224)
Problem Vim session files use vim9script , which requires the .. string concatenation syntax, but the
unread,
[vim/vim] Fix mksession with same terminal in shared windows (PR #21224)
Problem Vim session files use vim9script , which requires the .. string concatenation syntax, but the
5:08 PM
Julien Voisin
4:55 PM
[vim/vim] getbufline() is slower than necessary (PR #21223)
Problem: get_buffer_lines() (getline()/getbufline()) allocates every returned line's List item
unread,
[vim/vim] getbufline() is slower than necessary (PR #21223)
Problem: get_buffer_lines() (getline()/getbufline()) allocates every returned line's List item
4:55 PM
Julien Voisin
4:24 PM
[vim/vim] Copying a List is slower than necessary (PR #21222)
Problem: Copying or slicing a List allocates every item individually, even though the number of items
unread,
[vim/vim] Copying a List is slower than necessary (PR #21222)
Problem: Copying or slicing a List allocates every item individually, even though the number of items
4:24 PM
Mao-Yining
3
3:57 PM
[vim/vim] `^[[[O` `^[[[I` appeared while using `wl_clipboard` (Issue #21217)
dezza left a comment (vim/vim#21217) is there any reason you're using wl-copy and wl-paste
unread,
[vim/vim] `^[[[O` `^[[[I` appeared while using `wl_clipboard` (Issue #21217)
dezza left a comment (vim/vim#21217) is there any reason you're using wl-copy and wl-paste
3:57 PM
231tr0n
9
3:43 PM
[vim/vim] Add svelte syntax highlighting (PR #21200)
231tr0n left a comment (vim/vim#21200) @dkearns i removed all unwanted changes from this pr and only
unread,
[vim/vim] Add svelte syntax highlighting (PR #21200)
231tr0n left a comment (vim/vim#21200) @dkearns i removed all unwanted changes from this pr and only
3:43 PM
Dawid Dziurla
2:19 PM
[vim/vim] runtime(robot): Add comment string (PR #21220)
Problem Robot Framework files have no ftplugin, so Vim does not configure their comment settings.
unread,
[vim/vim] runtime(robot): Add comment string (PR #21220)
Problem Robot Framework files have no ftplugin, so Vim does not configure their comment settings.
2:19 PM
dkearns
4
1:30 PM
[vim/vim] runtime(vim): Update base syntax, match user-command args (PR #21035)
dkearns left a comment (vim/vim#21035) See: #21160 — Reply to this email directly, view it on GitHub,
unread,
[vim/vim] runtime(vim): Update base syntax, match user-command args (PR #21035)
dkearns left a comment (vim/vim#21035) See: #21160 — Reply to this email directly, view it on GitHub,
1:30 PM
Filipe Brandenburger
7
12:56 PM
[vim/vim] Feature Request: Clipboard hooks for access to the "* and "+ registers (#7524)
chrisbra left a comment (vim/vim#7524) Thanks, closing — Reply to this email directly, view it on
unread,
[vim/vim] Feature Request: Clipboard hooks for access to the "* and "+ registers (#7524)
chrisbra left a comment (vim/vim#7524) Thanks, closing — Reply to this email directly, view it on
12:56 PM
Vladimír Marek
2
12:21 PM
[vim/vim] use bash for suspend tests on Solaris (PR #20569)
vlmarek left a comment (vim/vim#20569) Sorry for the delay, summer vacations are getting in the way
unread,
[vim/vim] use bash for suspend tests on Solaris (PR #20569)
vlmarek left a comment (vim/vim#20569) Sorry for the delay, summer vacations are getting in the way
12:21 PM
dkearns
11:25 AM
[vim/vim] runtime(gdb): Update syntax for GDB 17 (PR #21219)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/21219
unread,
[vim/vim] runtime(gdb): Update syntax for GDB 17 (PR #21219)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/21219
11:25 AM
Vladimír Marek
4
11:25 AM
[vim/vim] use strtol for getdigits on Solaris (PR #20602)
vlmarek left a comment (vim/vim#20602) Indeed plain 'strtol' is enough here. This makes the
unread,
[vim/vim] use strtol for getdigits on Solaris (PR #20602)
vlmarek left a comment (vim/vim#20602) Indeed plain 'strtol' is enough here. This makes the
11:25 AM
rbalaji-cell
1:58 AM
[vim/vim] Feat: Allow 'exrc' to search recursively upward for local configuration files (Issue #21218)
rbalaji-cell created an issue (vim/vim#21218) Unable to load local root .vimrc when opening files
unread,
[vim/vim] Feat: Allow 'exrc' to search recursively upward for local configuration files (Issue #21218)
rbalaji-cell created an issue (vim/vim#21218) Unable to load local root .vimrc when opening files
1:58 AM
Mao-Yining
7
12:51 AM
[vim/vim] GTK4: `go+=A` is unusable (Issue #21193)
64-bitman left a comment (vim/vim#21193) Seems that gnome don't support ext_data_control|
unread,
[vim/vim] GTK4: `go+=A` is unusable (Issue #21193)
64-bitman left a comment (vim/vim#21193) Seems that gnome don't support ext_data_control|
12:51 AM
Foxe Chen
12:15 AM
[vim/vim] Fix 'A' flag in 'guioptions' (PR #21216)
Currently even if 'A' is not specified, modeless selection will use have autoselect You can
unread,
[vim/vim] Fix 'A' flag in 'guioptions' (PR #21216)
Currently even if 'A' is not specified, modeless selection will use have autoselect You can
12:15 AM
Julien Voisin
Sep 3
[vim/vim] Vim script execution is slower than necessary (PR #21215)
Problem: in_vim9script() is called very frequently on the script evaluation hot path, but is a cross-
unread,
[vim/vim] Vim script execution is slower than necessary (PR #21215)
Problem: in_vim9script() is called very frequently on the script evaluation hot path, but is a cross-
Sep 3
SPFab
Sep 3
[vim/vim] Fix formatlistpat for Org-mode (PR #21214)
Unlike for any other file in the ftplugin folder, this one uses \\| instead of \\\| in the
unread,
[vim/vim] Fix formatlistpat for Org-mode (PR #21214)
Unlike for any other file in the ftplugin folder, this one uses \\| instead of \\\| in the
Sep 3
h_east
2
Sep 3
[vim/vim] libvterm: characters can get a different width in a terminal window (PR #21213)
h-east left a comment (vim/vim#21213) @leonerd Heads-up in case this is useful upstream: src/
unread,
[vim/vim] libvterm: characters can get a different width in a terminal window (PR #21213)
h-east left a comment (vim/vim#21213) @leonerd Heads-up in case this is useful upstream: src/
Sep 3
Volodymyr Chernetskyi
Sep 3
[vim/vim] regex: case-insensitive match fails on multi-byte string with re=1 (PR #21212)
Problem: With 'regexpengine' set to 1 a case-insensitive match against a literal string fails
unread,
[vim/vim] regex: case-insensitive match fails on multi-byte string with re=1 (PR #21212)
Problem: With 'regexpengine' set to 1 a case-insensitive match against a literal string fails
Sep 3
Volodymyr Chernetskyi
Sep 3
[vim/vim] Virtual Replace mode: BS over multi-byte text eats the padding (PR #21211)
Problem: In Virtual Replace mode, backspacing over a character that replaced several multi-byte
unread,
[vim/vim] Virtual Replace mode: BS over multi-byte text eats the padding (PR #21211)
Problem: In Virtual Replace mode, backspacing over a character that replaced several multi-byte
Sep 3
wzy
6
Sep 3
[vim/vim] runtime(zathura): Recognize zathura history files (PR #20984)
Freed-Wu left a comment (vim/vim#20984) old zathura use a backend plain to output history to a plain
unread,
[vim/vim] runtime(zathura): Recognize zathura history files (PR #20984)
Freed-Wu left a comment (vim/vim#20984) old zathura use a backend plain to output history to a plain
Sep 3
Christian Brabandt
Sep 3
Commit: patch 9.2.1035: filetype: Github citation files are not recognized
patch 9.2.1035: filetype: Github citation files are not recognized Commit: https://github.com/vim/vim
unread,
Commit: patch 9.2.1035: filetype: Github citation files are not recognized
patch 9.2.1035: filetype: Github citation files are not recognized Commit: https://github.com/vim/vim
Sep 3
Christian Brabandt
Sep 3
Commit: patch 9.2.1036: syntax highlighting is slower than necessary
patch 9.2.1036: syntax highlighting is slower than necessary Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.1036: syntax highlighting is slower than necessary
patch 9.2.1036: syntax highlighting is slower than necessary Commit: https://github.com/vim/vim/
Sep 3
Christian Brabandt
Sep 3
Commit: patch 9.2.1034: NFA regexp matching is slow for ASCII text
patch 9.2.1034: NFA regexp matching is slow for ASCII text Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.1034: NFA regexp matching is slow for ASCII text
patch 9.2.1034: NFA regexp matching is slow for ASCII text Commit: https://github.com/vim/vim/commit/
Sep 3
Christian Brabandt
Sep 3
Commit: patch 9.2.1032: scrolling moves cursor up with 'scrolloffpad'
patch 9.2.1032: scrolling moves cursor up with 'scrolloffpad' Commit: https://github.com/vim/
unread,
Commit: patch 9.2.1032: scrolling moves cursor up with 'scrolloffpad'
patch 9.2.1032: scrolling moves cursor up with 'scrolloffpad' Commit: https://github.com/vim/
Sep 3
Christian Brabandt
Sep 3
Commit: patch 9.2.1033: session: sourcing fails on lambdas
patch 9.2.1033: session: sourcing fails on lambdas Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.1033: session: sourcing fails on lambdas
patch 9.2.1033: session: sourcing fails on lambdas Commit: https://github.com/vim/vim/commit/
Sep 3
erry
13
Sep 2
[vim/vim] Add v:termrgbresp (PR #21191)
AstroSnail left a comment (vim/vim#21191) It looks like a race, the response is sent too early,
unread,
[vim/vim] Add v:termrgbresp (PR #21191)
AstroSnail left a comment (vim/vim#21191) It looks like a race, the response is sent too early,
Sep 2
Julien Voisin
2
Sep 2
[vim/vim] Decrease regex-based syntax-highlighting time (PR #21166)
chrisbra left a comment (vim/vim#21166) thanks. — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Decrease regex-based syntax-highlighting time (PR #21166)
chrisbra left a comment (vim/vim#21166) thanks. — Reply to this email directly, view it on GitHub, or
Sep 2
wzy
2
Sep 2
[vim/vim] runtime(cff): Recognize citation files (PR #21163)
chrisbra left a comment (vim/vim#21163) thanks, but I move it to autoload/dist/ft.vim — Reply to this
unread,
[vim/vim] runtime(cff): Recognize citation files (PR #21163)
chrisbra left a comment (vim/vim#21163) thanks, but I move it to autoload/dist/ft.vim — Reply to this
Sep 2
Julien Voisin
2
Sep 2
[vim/vim] NFA regexp matching is slow for ASCII text (PR #21179)
chrisbra left a comment (vim/vim#21179) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] NFA regexp matching is slow for ASCII text (PR #21179)
chrisbra left a comment (vim/vim#21179) thanks — Reply to this email directly, view it on GitHub, or
Sep 2