Completion deletes part of word

2016-02-20 Fir de Conversatie Jan Christoph Ebersbach
Hi, I ran into two different behaviors when completing a word using "" and "". Assume the following content of a new buffer with "set completeopt+=noinsert": hello h The expected behavior is produced by pressing "" followed by "xxx" which results in the message "Back at original" because

Re: \%V matches one character too short

2014-09-14 Fir de Conversatie Jan Christoph Ebersbach
Hi Christian, Thank you for pointing out the discussion to me. I was able to work around this behavior. Cheers, Jan Christoph -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

\%V matches one character too short

2014-09-09 Fir de Conversatie Jan Christoph Ebersbach
Hi, I noticed that the search pattern \%V matches one character too short. I inserted the following text: foo x bary Now, I selected foo x bar without the y in visual mode. According to the documentation the search pattern \%Vfoo.*bar\%V should match what I just selected, but it

Re: Object Oriented Python Interface

2012-03-13 Fir de Conversatie Jan Christoph Ebersbach
Hi Guy, I don't know of any such interface. It would be great to have it but you can easily build a wrapper yourself. E.g.: def expand(expr): return vim.eval(expand('%s') % expr) Jan Christoph On Feb 17, 11:20 am, Guy Rutenberg guyrutenb...@gmail.com wrote: Hi, Currently, if one wants

Re: INVALID: Popup menu is automatically closed when folds are visible

2011-07-16 Fir de Conversatie Jan Christoph Ebersbach
Hi, What command do you use to get the completion menu? Any plugins or settings that matter?  Try starting with vim -u NONE. Thank you for pointing me in the right direction. Actually it's a bug in my vim-orgmode plugin. Greetings, Jan Christoph -- You received this message from the

[Bug] Popup menu is automatically closed when folds are visible

2011-07-03 Fir de Conversatie Jan Christoph Ebersbach
Hi, When I define a fold, close it and then open the popup completion menu somewhere else in the buffer, the menu appears for a short moment and is then removed. I can reproduce this behavior only when the fold is visible in the current window. And it doesn't matter whether the popup menu is