diff options
| author | Mathias Fußenegger <mfussenegger@users.noreply.github.com> | 2025-08-09 03:56:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-08 18:56:54 -0700 |
| commit | 196802900323f872ff68facc61bcfec01e476613 (patch) | |
| tree | b9e59339083702cca7cb66feed8084f255547b0a /runtime/lua/vim/provider/python.lua | |
| parent | fa92a0b9fecc096fbfe84703bc71848d159ac061 (diff) | |
fix(snippet): sync tabstop text also if pmenu is visible (#35250)
Using a snippet like:
${1:name} :: ${2}\n${1:name} ${3}= ${4:undefined}${0}
The text for `${1:name}` stopped syncing if the completion popup menu
showed up. E.g. typing `par` where the `a` triggered completion resulted
in:
pat ::
pa = undefined
Instead of:
pat ::
pat = undefined
Diffstat (limited to 'runtime/lua/vim/provider/python.lua')
0 files changed, 0 insertions, 0 deletions
