Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 130755 - 130784 of 137744   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
130755 Kevin O'Gorman
kogorman@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
May 2, 2012
5:48 pm
... 4) ,----[ ~/.bashrc ]-------- if [[ ${EUID} -eq 0 ]] ; then [[ -n ${DISPLAY} ]] && unset DISPLAY fi `--------------------------------------------- ,----[...
130762 Bram Moolenaar
Bram@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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...
130780 Dotan Cohen
dotancohen@... Send Email
May 3, 2012
7:16 pm
... I can confirm that the file is named someFile.php and that other PHP code in the file is in fact highlighted. For instance, "someVar" is not highlighted...
130781 Ben Fritz
fritzophrenic@... Send Email
May 3, 2012
7:34 pm
... It shouldn't, without a syntax/php.vim file somewhere. As noted, this file is only sourced as-needed; is the output of the :scriptnames command you gave...
130782 Dotan Cohen
dotancohen@... Send Email
May 3, 2012
8:00 pm
... The PHP syntax is probably being sourced from whatever the default is in /etc or /usr ... syntax=php Last set from /usr/share/vim/vim73/syntax/syntax.vim ...
130783 Charles Campbell
Charles.E.Campbell@... Send Email
May 3, 2012
8:14 pm
... Chip -- 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 information,...
130784 Gary Johnson
garyjohn@... Send Email
May 3, 2012
8:48 pm
... Neither of those files was in the :scriptnames output that you posted originally. 1: /usr/share/vim/vimrc 2: /usr/share/vim/vim73/debian.vim 3:...
Messages 130755 - 130784 of 137744   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help