cursor drawn over wrong character after cursoring over unicode character, Ubuntu 16.04, Vim 7.4

2017-08-14 Thread Adam Monsen
Vim (in a terminal) is drawing the cursor over the wrong character after I walk over some crazy high Unicode characters. Here's a screenshot: https://imgur.com/VjrddEK Notice how the broken heart is highlighted, but the text on the bottom terminal line shows the result of me typing ga in normal

Re: wrong encoding for digraph page

2017-08-14 Thread Adam Monsen
Looks like this is still an issue. On Sun, Feb 26, 2012 at 7:59 PM, Adam Monsen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I think there's a problem with > http://vimdoc.sourceforge.net/htmldoc/digraph.html . > > 1. the server doesn't say what character

Re: Any way to make packadd load plugins in start when -u NONE or --noplugins are passed

2017-08-14 Thread Tony Mechelynck
On Tue, Aug 15, 2017 at 5:44 AM, skeept wrote: > I have some plugins in the locations: > > > ~/.vim/pack/bundle/start > ~/.vim/pack/bundle/opt > > if I start vim with > vim --noplugins > vim -u NONE > > then I can load plugins from opt but not from start. > So if a plugin say,

Any way to make packadd load plugins in start when -u NONE or --noplugins are passed

2017-08-14 Thread skeept
I have some plugins in the locations: ~/.vim/pack/bundle/start ~/.vim/pack/bundle/opt if I start vim with vim --noplugins vim -u NONE then I can load plugins from opt but not from start. So if a plugin say, unimpaired is in ~/.vim/pack/bundle/opt I can load it with packadd unimpaired (and

does VIM read OK the tags file if ctags was installed after VIM?

2017-08-14 Thread Jose Caballero
Hi, I am working on a host that didn't have ctags installed. I have just installed it. However, I think I am missing some step. After creating the tags file, opening a file with VIM and hitting CTRL+] on a string, it does not jump to the file with the definition. It just gives me a comment like

Re: wrapping a series of comma separated words

2017-08-14 Thread 'Andy Wokula' via vim_use
Am 14.08.2017 um 17:06 schrieb 'Andy Wokula' via vim_use: Am 11.08.2017 um 21:08 schrieb Ben Fritz: On Thursday, August 10, 2017 at 10:57:27 AM UTC-5, Chris Lott wrote: I'm constantly needing to wrap a series of comma separated titles with html tags, so this: John has published work in

Re: wrapping a series of comma separated words

2017-08-14 Thread 'Andy Wokula' via vim_use
Am 11.08.2017 um 21:08 schrieb Ben Fritz: On Thursday, August 10, 2017 at 10:57:27 AM UTC-5, Chris Lott wrote: I'm constantly needing to wrap a series of comma separated titles with html tags, so this: John has published work in foo, fubar, boo review, and many more. Becomes this