Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Group path
vim_dev
1–30 of 52790
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
h_east
9:25 AM
[vim/vim] runtime(doc): some Blob functions are missing from blob-functions (PR #21148)
blob2str(), str2blob(), base64_encode() and base64_decode() are only listed under string-functions
unread,
[vim/vim] runtime(doc): some Blob functions are missing from blob-functions (PR #21148)
blob2str(), str2blob(), base64_encode() and base64_decode() are only listed under string-functions
9:25 AM
h_east
,
Christ van Willegen
3
8:40 AM
[vim/vim] Vim9: hang when a line break is used before "->(" (PR #21147)
h-east left a comment (vim/vim#21147) The backslash case already worked before this patch.
unread,
[vim/vim] Vim9: hang when a line break is used before "->(" (PR #21147)
h-east left a comment (vim/vim#21147) The backslash case already worked before this patch.
8:40 AM
Barrett Ruth
2:25 AM
[vim/vim] runtime(bazelrc): add bazelrc filetype support (PR #21146)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/21146
unread,
[vim/vim] runtime(bazelrc): add bazelrc filetype support (PR #21146)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/21146
2:25 AM
Mladen Mijatov
13
1:04 AM
[vim/vim] GTK3 UI has font rendering issues (Issue #21063)
dezza left a comment (vim/vim#21063) Did you recreate with just set guiligatures and -u NONE or --
unread,
[vim/vim] GTK3 UI has font rendering issues (Issue #21063)
dezza left a comment (vim/vim#21063) Did you recreate with just set guiligatures and -u NONE or --
1:04 AM
h_east
Aug 24
[vim/vim] popup: border is not shown when the popup does not fit (PR #21145)
Problem: A popup with a border loses part of the border when it does not fit on the screen: the right
unread,
[vim/vim] popup: border is not shown when the popup does not fit (PR #21145)
Problem: A popup with a border loses part of the border when it does not fit on the screen: the right
Aug 24
SectionCotangentBundle
Aug 24
[vim/vim] Vim hangs with memory leak (Issue #21144)
SectionCotangentBundle created an issue (vim/vim#21144) Steps to reproduce Write `bug.vim'
unread,
[vim/vim] Vim hangs with memory leak (Issue #21144)
SectionCotangentBundle created an issue (vim/vim#21144) Steps to reproduce Write `bug.vim'
Aug 24
h_east
Aug 24
[vim/vim] a completion function cannot tell why it was called (PR #21143)
Problem: A function used through 'omnifunc' or 'complete' is called the same way
unread,
[vim/vim] a completion function cannot tell why it was called (PR #21143)
Problem: A function used through 'omnifunc' or 'complete' is called the same way
Aug 24
dkearns
Aug 24
[vim/vim] runtime(syntax): Add Regexp default highlight group (PR #21141)
Most syntax files currently use String or Normal for highlighting regular expression literals; these
unread,
[vim/vim] runtime(syntax): Add Regexp default highlight group (PR #21141)
Most syntax files currently use String or Normal for highlighting regular expression literals; these
Aug 24
JosefAlbers
Aug 24
[vim/vim] A small plugin for displaying LaTeX and images inline (Discussion #21142)
Image: https://github.com/JosefAlbers/thumb (view on web) I like to make small Markdown notes while
unread,
[vim/vim] A small plugin for displaying LaTeX and images inline (Discussion #21142)
Image: https://github.com/JosefAlbers/thumb (view on web) I like to make small Markdown notes while
Aug 24
Mao-Yining
4
Aug 24
[vim/vim] Remove listener if callback throw error. (Issue #21121)
h-east left a comment (vim/vim#21121) That is a fair distinction, and a stronger case than the buffer
unread,
[vim/vim] Remove listener if callback throw error. (Issue #21121)
h-east left a comment (vim/vim#21121) That is a fair distinction, and a stronger case than the buffer
Aug 24
Mao-Yining
5
Aug 24
[vim/vim] feat: support winid as argument for foldclosed*() (PR #21133)
mao-yining left a comment (vim/vim#21133) Two things go wrong here regardless of the interface
unread,
[vim/vim] feat: support winid as argument for foldclosed*() (PR #21133)
mao-yining left a comment (vim/vim#21133) Two things go wrong here regardless of the interface
Aug 24
glepnir
4
Aug 24
[vim/vim] completion list is miss sorted after complete() (PR #21103)
h-east left a comment (vim/vim#21103) The force-push took care of the test comparing the whole line.
unread,
[vim/vim] completion list is miss sorted after complete() (PR #21103)
h-east left a comment (vim/vim#21103) The force-push took care of the test comparing the whole line.
Aug 24
Mao-Yining
4
Aug 24
[vim/vim] feat: use getwininfo() to get displayed lines (PR #21139)
mao-yining left a comment (vim/vim#21139) OK — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] feat: use getwininfo() to get displayed lines (PR #21139)
mao-yining left a comment (vim/vim#21139) OK — Reply to this email directly, view it on GitHub, or
Aug 24
glepnir
Aug 24
[vim/vim] duplicate dict code in ins_compl_dict_alloc() (PR #21140)
Problem: ins_compl_dict_alloc() builds the same dict as fill_complete_info_dict(). Solution: Call
unread,
[vim/vim] duplicate dict code in ins_compl_dict_alloc() (PR #21140)
Problem: ins_compl_dict_alloc() builds the same dict as fill_complete_info_dict(). Solution: Call
Aug 24
dwivedipranav-dev
2
Aug 23
[vim/vim] Problem: backupcopy=auto writes in place with a restrictive umask (PR #21137)
dwivedipranav-dev left a comment (vim/vim#21137) Thanks, applied. There is now a single blank line
unread,
[vim/vim] Problem: backupcopy=auto writes in place with a restrictive umask (PR #21137)
dwivedipranav-dev left a comment (vim/vim#21137) Thanks, applied. There is now a single blank line
Aug 23
icedman
Aug 23
[vim/vim] vim homage - nxvim (Discussion #21138)
https://github.com/nextvim/nxvim First test release for nxvim. An homage to vim in Rust. It is packed
unread,
[vim/vim] vim homage - nxvim (Discussion #21138)
https://github.com/nextvim/nxvim First test release for nxvim. An homage to vim in Rust. It is packed
Aug 23
Christian Brabandt
Aug 23
Commit: patch 9.2.1001: complete_info() does not report the item highlight groups
patch 9.2.1001: complete_info() does not report the item highlight groups Commit: https://github.com/
unread,
Commit: patch 9.2.1001: complete_info() does not report the item highlight groups
patch 9.2.1001: complete_info() does not report the item highlight groups Commit: https://github.com/
Aug 23
Christian Brabandt
Aug 23
Commit: patch 9.2.1000: Vim9: listener_add() fails when given only a callback
patch 9.2.1000: Vim9: listener_add() fails when given only a callback Commit: https://github.com/vim/
unread,
Commit: patch 9.2.1000: Vim9: listener_add() fails when given only a callback
patch 9.2.1000: Vim9: listener_add() fails when given only a callback Commit: https://github.com/vim/
Aug 23
glepnir
7
Aug 23
[vim/vim] complete_info() does not report the item highlight groups (PR #21105)
chrisbra left a comment (vim/vim#21105) okay, fine thanks — Reply to this email directly, view it on
unread,
[vim/vim] complete_info() does not report the item highlight groups (PR #21105)
chrisbra left a comment (vim/vim#21105) okay, fine thanks — Reply to this email directly, view it on
Aug 23
Shane Harper
3
Aug 23
[vim/vim] Reject non-string-literal arguments to STRLEN_LITERAL (PR #21122)
h-east left a comment (vim/vim#21122) related: #19725 — Reply to this email directly, view it on
unread,
[vim/vim] Reject non-string-literal arguments to STRLEN_LITERAL (PR #21122)
h-east left a comment (vim/vim#21122) related: #19725 — Reply to this email directly, view it on
Aug 23
h_east
2
Aug 23
[vim/vim] Vim9: listener_add() fails when given only a callback (PR #21116)
chrisbra left a comment (vim/vim#21116) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Vim9: listener_add() fails when given only a callback (PR #21116)
chrisbra left a comment (vim/vim#21116) thanks — Reply to this email directly, view it on GitHub, or
Aug 23
Christian Brabandt
Aug 23
Commit: runtime(doc): update :h write-plugin and readdir() example
runtime(doc): update :h write-plugin and readdir() example Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(doc): update :h write-plugin and readdir() example
runtime(doc): update :h write-plugin and readdir() example Commit: https://github.com/vim/vim/commit/
Aug 23
Christian Brabandt
Aug 23
Commit: patch 9.2.0999: serverlist() fails when there is no connection to the server
patch 9.2.0999: serverlist() fails when there is no connection to the server Commit: https://github.
unread,
Commit: patch 9.2.0999: serverlist() fails when there is no connection to the server
patch 9.2.0999: serverlist() fails when there is no connection to the server Commit: https://github.
Aug 23
Josep Puigdemont
2
Aug 23
[vim/vim] Documentation updates (PR #21123)
chrisbra left a comment (vim/vim#21123) thanks. Let me merge it as a single commit. — Reply to this
unread,
[vim/vim] Documentation updates (PR #21123)
chrisbra left a comment (vim/vim#21123) thanks. Let me merge it as a single commit. — Reply to this
Aug 23
thinca
2
Aug 23
[vim/vim] serverlist() fails when there is no connection to the X server (PR #21124)
chrisbra left a comment (vim/vim#21124) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] serverlist() fails when there is no connection to the X server (PR #21124)
chrisbra left a comment (vim/vim#21124) thanks — Reply to this email directly, view it on GitHub, or
Aug 23
Christian Brabandt
Aug 23
Commit: patch 9.2.0998: Reject non-string-literal arguments to STRLEN_LITERAL
patch 9.2.0998: Reject non-string-literal arguments to STRLEN_LITERAL Commit: https://github.com/vim/
unread,
Commit: patch 9.2.0998: Reject non-string-literal arguments to STRLEN_LITERAL
patch 9.2.0998: Reject non-string-literal arguments to STRLEN_LITERAL Commit: https://github.com/vim/
Aug 23
Peter Kenny
4
Aug 23
[vim/vim] vim9.txt: rewrite Section 2 (PR #21132)
chrisbra left a comment (vim/vim#21132) Vimtags check failed. Could you run helptags ++t for doc/ ?
unread,
[vim/vim] vim9.txt: rewrite Section 2 (PR #21132)
chrisbra left a comment (vim/vim#21132) Vimtags check failed. Could you run helptags ++t for doc/ ?
Aug 23
Christian Brabandt
Aug 23
Commit: patch 9.2.0997: ch_sendexpr() cannot answer a request named with a string id
patch 9.2.0997: ch_sendexpr() cannot answer a request named with a string id Commit: https://github.
unread,
Commit: patch 9.2.0997: ch_sendexpr() cannot answer a request named with a string id
patch 9.2.0997: ch_sendexpr() cannot answer a request named with a string id Commit: https://github.
Aug 23
Mazunki Hoksaas
5
Aug 23
[vim/vim] Add \- as a synonym to \{-\} in magic mode (Issue #20953)
mazunki left a comment (vim/vim#20953) @Houl While that's certainly an option, and I believe
unread,
[vim/vim] Add \- as a synonym to \{-\} in magic mode (Issue #20953)
mazunki left a comment (vim/vim#20953) @Houl While that's certainly an option, and I believe
Aug 23
Christian Brabandt
Aug 23
Commit: runtime(vim): Update base syntax, allow Vim9 block terminators after :bar
runtime(vim): Update base syntax, allow Vim9 block terminators after :bar Commit: https://github.com/
unread,
Commit: runtime(vim): Update base syntax, allow Vim9 block terminators after :bar
runtime(vim): Update base syntax, allow Vim9 block terminators after :bar Commit: https://github.com/
Aug 23