Hi, The motion t{char} does not work when the character I choose is "}". Does anyone know why? I use gvim 7.3 on Windows XP. Thanks, Antonis -- You received...
130751
John Beckett
johnb.beckett@...
May 2, 2012 11:45 am
A Loumiotis ... Please spell out what happens and what you expect. Does it work after starting with 'vim -N -u NONE'? On next line, 0vt} correctly selects...
130752
A Loumiotis
antonis.loumiotis@...
May 2, 2012 12:33 pm
Thank you for your help John. Your example does work. I now realize that t{char} is a line motion. I thought (wrongly) it was looking for the first matching...
130753
Christian Brabandt
cblists@...
May 2, 2012 12:48 pm
... The plugin ft_improved http://www.vim.org/scripts/script.php?script_id=3877 does this, unfortunately, it doesn't work with the yankring plugin. regards, ...
130754
A Loumiotis
antonis.loumiotis@...
May 2, 2012 1:12 pm
... Thanks Christian. That's exactly what I was looking for! -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below...
130755
Kevin O'Gorman
kogorman@...
May 2, 2012 1:30 pm
I have a few files I use to script my backups. I've been tweaking them as usual. Suddenly vim is acting very strange, and the files are misbehaving. The main...
130756
Arno Valentin
valentin.arno@...
May 2, 2012 1:43 pm
... I don't know, what pkg-config is, but after gtk test comes 551 configure:7772: checking for pkg-config 552 configure:7803: result: no ... yes I tried...
130757
Tim Chase
vim@...
May 2, 2012 1:46 pm
... I believe this is Vim trying to talk to your X server and failing. I suspect you're running X as non-root and then "su"'ed to root. A couple options exist...
130758
Christian Brabandt
cblists@...
May 2, 2012 1:51 pm
Hi John! ... Looks like a redraw issue to me. This fixes it for me: diff --git a/src/eval.c b/src/eval.c ... +++ b/src/eval.c @@ -18507,7 +18507,7 @@ ...
130759
Tim Chase
vim@...
May 2, 2012 2:33 pm
... It's the sort of thing you might notice happening, but not the context in which it was happening. I don't know whether issuing bash$ su bash# vim file.txt...
130760
Ben Fritz
fritzophrenic@...
May 2, 2012 2:55 pm
... Use a / search. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more...
130761
Thilo Six
T.Six@...
May 2, 2012 5:48 pm
... 4) ,----[ ~/.bashrc ]-------- if [[ ${EUID} -eq 0 ]] ; then [[ -n ${DISPLAY} ]] && unset DISPLAY fi `--------------------------------------------- ,----[...
130762
Bram Moolenaar
Bram@...
May 2, 2012 6:56 pm
... Perhaps this should call changed_window_setting() instead of the individual items marked as changed? -- Close your shells, or I'll kill -9 you Tomorrow...
130763
Chris Jones
cjns1989@...
May 2, 2012 8:03 pm
... Maybe it's best to keep the tip as it is & hang one of this big red warning signs somewhere near the top, informing users that the tip is 100% wrong.....
130764
Thilo Six
T.Six@...
May 2, 2012 8:42 pm
Hello Excerpt from Thilo Six: -- <snip> -- ... i just realised i should add a little note. Sometimes<Esc>bdwiRepeatedly i send emails with as little as that...
130765
John Little
John.B.Little@...
May 2, 2012 11:30 pm
... My reading of the configure script indicates that pkg-config is needed to compile vim-gtk. There's a package for it at the HP porting centre. Regards,...
130766
Chris Lott
chris@...
May 3, 2012 12:28 am
... Or EasyMotion: http://www.vim.org/scripts/script.php?script_id=3526 c -- Chris Lott <chris@...> -- You received this message from the "vim_use"...
130767
John Little
John.B.Little@...
May 3, 2012 3:41 am
... My sympathies, how were you supposed to know that? I've just checked that the "gtk+2-2.24.10" tarball from the porting centre has the .pc files that...
130768
Christian Brabandt
cblists@...
May 3, 2012 6:28 am
Hi Bram! ... Yes, this also seems to work. regards, Christian -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below...
130769
Erik Christiansen
dvalin@...
May 3, 2012 8:56 am
... That looks like a neat fix, Thilo. But is there a weakness in the OP's access control config? Here, on my ubuntu 10.04, unaltered and still as OOTB,...
130770
Arno Valentin
valentin.arno@...
May 3, 2012 1:28 pm
... Thank you for that advice. I got the depot of pkg-config, installed it, started the installation of vim from scratch (remove directory vim73, tar -xvf...
130771
Arno Valentin
valentin.arno@...
May 3, 2012 2:27 pm
... now i deinstalled gtk+ and gtk+2.6, reinstalled gtk as before with the result, that SMH now shows "gtk+2 Revision 2.24.10, gtk+2. Maybe, the former gtk2.6...
130772
Arno Valentin
valentin.arno@...
May 3, 2012 2:52 pm
... I can understand that, I don't find libglib-2.0 either and something similar neither: # find . -name libglib-2.0* # pwd / But where do I get it from? -- ...
130773
howard Schwartz
howardb21@...
May 3, 2012 4:09 pm
A while back I voiced interest and got help in disabling abbreviations, when I was on the : command line. I want to write functions to do this, in a little ...
130774
Thilo Six
T.Six@...
May 3, 2012 4:56 pm
Hello Erik, Excerpt from Erik Christiansen: -- <snip> -- ... I am not impolite but we are getting out of the focus of this list. Please ask this question again...
130775
Dotan Cohen
dotancohen@...
May 3, 2012 5:37 pm
I am trying to get the "=+" operator highlighted as an error in PHP files. I have this file: $ cat /home/dotancohen/.vim/after/syntax/php.vim scriptencoding...
130776
sc
toothpik@...
May 3, 2012 5:45 pm
... the first obvious question is: does vim recognize the filetype of whatever you are editing as 'php'? sc -- You received this message from the "vim_use"...
130777
Ben Fritz
fritzophrenic@...
May 3, 2012 6:31 pm
... I also do not see a syntax/php.vim or a ftplugin/php.vim in the list anywhere. It looks like you either don't have filetype detection turned on, you don't...
130778
Benjamin R. Haskell
vim@...
May 3, 2012 6:31 pm
... Your ~/.vim/after/plugin/matchparen.vim was run after the plugin/matchparen.vim from $VIMRUNTIME. (Plugins are loaded when Vim is starting up.) Similarly,...
130779
Ben Fritz
fritzophrenic@...
May 3, 2012 6:36 pm
... 1. I am not sure where you found <s-args>. I think you want <f-args>. See :help <f-args> for what it does. 2. your line exe 'ab <expr>' a:first...