Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 49556 - 49585 of 55364   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
49556
Hello, would it be OK to set some subversion properties for ignoring certain files? This is my suggestion: svn propset svn:ignore "$(for i in objects tags vim;...
Markus Heidelberg
markus.heidelberg@...
Send Email
Mar 1, 2008
10:10 am
49557
... This must be because signal() works like sigaction() with the SA_RESTART flag. ... Nope. ... Why don't we use two methods: When sigaction() is available...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2008
2:05 pm
49558
... It works well for me (after editing my system colorschemes). A few things I noticed: * The new code be wrapped in an #ifdef FEAT_SYN_HL . Certain of the ...
Neil Moore
neil@...
Send Email
Mar 1, 2008
5:48 pm
49559
... (...snip...) ... Yes, it looks simpler. Using asynchronous SIGALRM is better of course. But when it's not possible, polling is a pragmatic and portable...
Dominique Pelle
dominique.pelle@...
Send Email
Mar 2, 2008
9:07 am
49560
... I've included your suggestions. New patch: ... *************** ... return CSCOPE_SUCCESS; } + #if defined(UNIX) && defined(SIGALRM) + /* + * Used to...
Bram Moolenaar
Bram@...
Send Email
Mar 2, 2008
12:33 pm
49561
==buffer== foo bar foo ... In versions prior to 7.1.025, this effectively swapped the 2nd and 3rd line. Since patch 7.1.025 this does nothing, apparently...
ap
politza@...
Send Email
Mar 2, 2008
5:07 pm
49562
... Hmm, why did the code for Ex addresses use the SEARCH_START flag? Not clear to me at all. If I remove it the search appears to work properly: ... ...
Bram Moolenaar
Bram@...
Send Email
Mar 2, 2008
9:02 pm
49563
After loading a session (using e.g. "gvim -S") the cursor line always finds itself 'scrolloff' lines below the top of its window, even if it is the last line...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Mar 3, 2008
6:08 am
49564
Hello, I executed the vim configure for my cross compiling for NetBSD with all your patches (configure & configure.in). Configure completes properly. But by...
gnani
cgsekaran@...
Send Email
Mar 3, 2008
11:45 am
49565
... You will probably have to modify the configure some more, so that: - configure should never try to run gcc (neither the Cygwin-unix one, the Cygwin-Windows...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Mar 3, 2008
12:20 pm
49566
... In reading this thread, it looks like configure is giving you some problems. I haven't delved into it deeply, but it seems to me that what configure does...
Charles E Campbell Jr
drchip@...
Send Email
Mar 3, 2008
2:47 pm
49567
I seem to have a problem where I want to upgrade my version of gvim for linux but am somewhat confused by the site.... there seems to be a vim-7.1.tar.bz2.......
e0richt@...
Send Email
Mar 4, 2008
3:53 pm
49568
... bunzip2 vim-7.1.tar.bz2 tar -xf vim-7.1.tar cd vim71 configure make make install Regards, Chip Campbell ...
Charles E Campbell Jr
drchip@...
Send Email
Mar 4, 2008
5:35 pm
49569
On Tue, Mar 4, 2008 at 4:58 PM, Charles E Campbell Jr ... I find the method using aap much simpler: http://www.a-a-p.org/ports.html It downloads all patches...
François Ingelrest
athropos@...
Send Email
Mar 4, 2008
5:38 pm
49570
... For more details (and a full step-by-step procedure the way I use it to keep Vim up-to-date on Linux) see ...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Mar 4, 2008
6:18 pm
49571
... Hello, Tony! Good explanation -- but (you knew that was coming!) vax/vms is pretty unlike unix. It falls into the totally dissimilar category (ie. not ...
Charles E Campbell Jr
drchip@...
Send Email
Mar 4, 2008
6:35 pm
49572
... What Linux distribution do you use? Isn't there an up-to-date version of Vim available within your package manager? That's the normal way for end-users to ...
Markus Heidelberg
markus.heidelberg@...
Send Email
Mar 5, 2008
6:07 am
49573
... bz2 is a compression format (like gz, but with better compression). On many systems, tar can uncompress tar.bz2 files directly if you do tar xfj...
Nico Weber
nicolasweber@...
Send Email
Mar 5, 2008
8:07 am
49574
Hi, I found VIM(https://vim.svn.sourceforge.net/svnroot/vim/vim7@929) ... +++ Makefile (working copy) @@ -545,8 +545,8 @@ # For unknown reasons adding "-lc"...
Liu Yubao
yubao.liu@...
Send Email
Mar 5, 2008
8:26 am
49575
... The obvious thing to do is use PROFILE_CFLAGS = -pg -g -DWE_ARE_PROFILING and #if defined(SIGPROF) && !defined(FEAT_MZSCHEME) && !defined(WE_ARE_PROFILING)...
Bram Moolenaar
Bram@...
Send Email
Mar 5, 2008
11:57 am
49576
Hi, Under the condition that other tabs have [Location List]. [Location List] is indicated with [Quickfix List] in a result of a ":buffers" command. ... ...
Hiroaki Nishihara
hnisihar@...
Send Email
Mar 5, 2008
3:41 pm
49577
... I test the program below on Debian Etch, Debian Lenny, Ubuntu Gusty, Fedora Core and FreeBSD, strangely it doesn't trigger func_deadly() only on FreeBSD....
Liu Yubao
yubao.liu@...
Send Email
Mar 5, 2008
5:01 pm
49578
... Thanks for fixing this! -- From "know your smileys": +<(:-) The Pope /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\\ ///...
Bram Moolenaar
Bram@...
Send Email
Mar 5, 2008
9:28 pm
49579
... I tried disabling SIGPROF on FreeBSD, doesn't seem to make a difference. Did you try that -D in the Makefile, as I suggested? -- ... /// Bram Moolenaar --...
Bram Moolenaar
Bram@...
Send Email
Mar 5, 2008
9:28 pm
49580
... Yes, I tried, it works on Linux. It seems it's a problem specific to Linux. Best regards, Liu Yubao --~--~---------~--~----~------------~-------~--~----~ ...
Liu Yubao
yubao.liu@...
Send Email
Mar 6, 2008
3:29 am
49581
I see problem with shell highlighting with the following piece, apparently caused by the command named 'locale'. I am using latest runtime files. from rsync. ...
Yakov Lerner
iler.ml@...
Send Email
Mar 6, 2008
8:14 am
49582
... It seems to work fine for me. !cat $VIMRUNTIME/syntax/sh.vim | grep Version " Version: 89 -- Vlad...
Vladimir Marek
Vladimir.Marek@...
Send Email
Mar 6, 2008
10:14 am
49583
... Version 95 here. Yakov --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information,...
Yakov Lerner
iler.ml@...
Send Email
Mar 6, 2008
10:47 am
49584
You can try the scriptvim7-install.sh (attached) which downloads, builds and installs latest vim7 in one command without arguments. Description and download...
Yakov Lerner
iler.ml@...
Send Email
Mar 6, 2008
10:54 am
49585
Patch 7.1.267 Problem: When changing folds cursor may be positioned in the wrong place. Solution: Call changed_window_setting_win() instead of ...
Bram Moolenaar
Bram@...
Send Email
Mar 6, 2008
10:26 pm
Messages 49556 - 49585 of 55364   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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