-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
feat: expose preinserted text in complete_info() #18571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
M src/insexpand.c M src/testdir/test_ins_complete.vim
|
Doesn't this make the |
|
We have |
M src/testdir/test_popup.vim
M src/testdir/test_vim9_builtin.vim
M runtime/doc/builtin.txt M src/insexpand.c M src/testdir/test_ins_complete.vim M src/testdir/test_popup.vim M src/testdir/test_vim9_builtin.vim
|
Removed |
|
thanks |
|
The documentation was changed for cmdcomplete_info(), but it should go to |
|
Sorry about the documentation mixup. thanks. |
Problem: pre-inserted text not exposed in complete_info()
Solution: Add the pre-inserted text to the complete_info() Vim script
function (Girish Palya)
closes: vim/vim#18571
Feat: expose preinserted text in complete_info()
vim/vim@ef5bf58
Co-authored-by: Girish Palya <girishji@gmail.com>
…36342) Problem: pre-inserted text not exposed in complete_info() Solution: Add the pre-inserted text to the complete_info() Vim script function (Girish Palya) closes: vim/vim#18571 Feat: expose preinserted text in complete_info() vim/vim@ef5bf58 Co-authored-by: Girish Palya <girishji@gmail.com>
Useful for defining custom key mappings.
complete_info():