Re: which plugin management system to use?

2011-03-23 Thread Marko Mahnič
On Mar 22, 5:16 pm, Marc Weber marco-owe...@gmx.de wrote: Excerpts from Marko Mahnič's message of Tue Mar 22 11:05:45 +0100 2011: I prefer to enable the plugins in a two step process. First I Add() In Vam you have two functions: Install and ActivateAddons representing both phases. They both

Odd configure problems on Cygwin

2011-03-23 Thread Gary Johnson
I built Vim 7.3.0 on my Cygwin system last August and thought it could use an update, so I pulled and updated the latest changes from the Mercurial repository, ran make distclean and ./configure --prefix=/usr/local --with-features=huge --without-x --enable-gui=no (one line) as I always

Re: Env Vars in Makefile have () so gf does not work

2011-03-23 Thread Jürgen Krämer
Hi, Wes wrote: I haven't found an answer to this on the web. Hopefully you guys can help. I love the 'gf' and 'gF' commands but unfortunately they don't work in Makefiles, which I edit a lot. The reason is that environment variables have to have () in the name, such as:

Re: which plugin management system to use?

2011-03-23 Thread Marc Weber
Excerpts from Marko Mahnič's message of Wed Mar 23 08:32:33 +0100 2011: They both take a list of plugins to install or activate. What I have is a 2 step process for activation. Add() just adds the plugin to the list of plugins to be activated. Activate() has no parameters and uses the list

Re: Odd configure problems on Cygwin

2011-03-23 Thread Tony Mechelynck
On 23/03/11 08:43, Gary Johnson wrote: I built Vim 7.3.0 on my Cygwin system last August and thought it could use an update, so I pulled and updated the latest changes from the Mercurial repository, ran make distclean and ./configure --prefix=/usr/local --with-features=huge --without-x

Re: Odd configure problems on Cygwin

2011-03-23 Thread Benjamin R. Haskell
On Wed, 23 Mar 2011, Gary Johnson wrote: I built Vim 7.3.0 on my Cygwin system last August and thought it could use an update, so I pulled and updated the latest changes from the Mercurial repository, ran make distclean and ./configure --prefix=/usr/local --with-features=huge --without-x

Re: Scrolling by timestamp

2011-03-23 Thread Ben Schmidt
I knew I'd feel stupid. I was just wrong why :-) Ok, thanks. I still have a little trouble getting my diffexpr right. Here is what I have done. It looks great. - I get four (!) output files: diff_in_1 and diff_new_1 only contain one line, 'line1' and 'line2' respectively. diff_in_2 and

Re: Fold by timestamp?

2011-03-23 Thread Tim Chase
On 03/21/2011 11:58 PM, c b wrote: Hi Tom, s/Tom/Tim/ :) On Mon, Mar 21, 2011 at 5:31 PM, Tim Chasev...@tim.thechases.com wrote: On 03/21/2011 01:43 PM, sanjay ravat wrote: [2011-03-21T18:45:46.004-07:00] [Other info]... log message [2011-03-21T18:45:46.008-07:00] [Other info]... log

Re: Fold by timestamp?

2011-03-23 Thread Benjamin R. Haskell
On Wed, 23 Mar 2011, Tim Chase wrote: On 03/21/2011 11:58 PM, c b wrote: Hi Tom, s/Tom/Tim/ :) On Mon, Mar 21, 2011 at 5:31 PM, Tim Chasev...@tim.thechases.com wrote: On 03/21/2011 01:43 PM, sanjay ravat wrote: [2011-03-21T18:45:46.004-07:00] [Other info]... log message

Re: Fold by timestamp?

2011-03-23 Thread Tim Chase
On 03/23/2011 10:05 AM, Benjamin R. Haskell wrote: On Wed, 23 Mar 2011, Tim Chase wrote: set

Re: Odd configure problems on Cygwin

2011-03-23 Thread Gary Johnson
On 2011-03-23, Benjamin R. Haskell wrote: On Wed, 23 Mar 2011, Gary Johnson wrote: I built Vim 7.3.0 on my Cygwin system last August and thought it could use an update, so I pulled and updated the latest changes from the Mercurial repository, ran make distclean and ./configure

Re: Odd configure problems on Cygwin

2011-03-23 Thread Benjamin R. Haskell
On Wed, 23 Mar 2011, Gary Johnson wrote: On 2011-03-23, Benjamin R. Haskell wrote: On Wed, 23 Mar 2011, Gary Johnson wrote: I built Vim 7.3.0 on my Cygwin system last August and thought it could use an update, so I pulled and updated the latest changes from the Mercurial repository, ran

Re: Odd configure problems on Cygwin

2011-03-23 Thread Gary Johnson
On 2011-03-23, Tony Mechelynck wrote: On 23/03/11 08:43, Gary Johnson wrote: I built Vim 7.3.0 on my Cygwin system last August and thought it could use an update, so I pulled and updated the latest changes from the Mercurial repository, ran make distclean and ./configure

Re: Odd configure problems on Cygwin

2011-03-23 Thread Gary Johnson
On 2011-03-23, Benjamin R. Haskell wrote: Another source of weird permissions problems could be (re-)running the Cygwin setup.exe (which could bump you up to Administrator). I didn't note what Windows version you were on. XP SP3 Gary -- You received this message from the vim_use

Re: Odd configure problems on Cygwin

2011-03-23 Thread bill lam
During ./configure, it will compile and run some c programs, if new files cannot get x permission, eg. umask setting, then those test programs cannot be run. Срд, 23 Мар 2011, Gary Johnson писал(а): On 2011-03-23, Benjamin R. Haskell wrote: On Wed, 23 Mar 2011, Gary Johnson wrote: I

Odd behavior auto Scroll Up when I save the file

2011-03-23 Thread carlosvillu
Hi all, I have a odd behavior in VIM. When i try to save the file, automaticaly the file do a Scroll Up to the first lines. Is very unconfortable because all time the text is moved around the screen. I hope what anybody can help me to come back at the normal behavior of my lovely VIM. Thank for

Function to write correctly French quotation marks

2011-03-23 Thread Steve
Hi ! This is my first message on this list. I've been using vim for several years now but I'm far from mastering it (unfortunately). I often do translations from English into French (for Debian docs) and I use vim for that. I noticed that I often have to write quotation marks and until now I've

Re: Function to write correctly French quotation marks

2011-03-23 Thread Christian Brabandt
On Wed, March 23, 2011 3:20 pm, Steve wrote: Hi ! This is my first message on this list. I've been using vim for several years now but I'm far from mastering it (unfortunately). I often do translations from English into French (for Debian docs) and I use vim for that. I noticed that I often

Re: Odd configure problems on Cygwin

2011-03-23 Thread Gary Johnson
On 2011-03-24, bill lam wrote: During ./configure, it will compile and run some c programs, if new files cannot get x permission, eg. umask setting, then those test programs cannot be run. $ umask 0022 Gary -- You received this message from the vim_use maillist. Do not top-post!

Re: Compiling vim7.3 with python-interp support

2011-03-23 Thread neophilic
I finally went ahead and compiled vim with --enable-pythoninterp flag successfully. But :version shows -python. Which means no support for python yet? Can anyone please help? -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying

Re: which plugin management system to use?

2011-03-23 Thread Israel Chauca F .
On Mar 21, 2011, at 7:01 PM, Marc Weber wrote: Hi Israel Chauca F, On Mar 21, 2011, at 5:18 AM, Marc Weber wrote: * I don't like having a list of plugins in my vimrc. Can you elaborate? Listing every plugin like this: call Activate(plugin1, plugin2, plugin3,...) or call

autocomplete of ?xml... in xml files

2011-03-23 Thread Adam Monsen
Does Vim know how to complete the first part of an XML declaration/header/whatchamacallit (?xml...?) ? I see some code in /usr/share/vim/vim72/autoload/xmlcomplete.vim that looks like it should, but ?xmlc-xc-o doesn't work for me. I'm using Vim 7.2.330 on Ubuntu 10.04.2 LTS. -- You received

Re: which plugin management system to use?

2011-03-23 Thread ZyX
Reply to message «Re: which plugin management system to use?», sent 21:56:42 23 March 2011, Wednesday by Israel Chauca F.: Listing every plugin like this: call Activate(plugin1, plugin2, plugin3,...) If you have more then 20 plugins, you will have to use ``vam#ActivateAddons([plugin1,

Re: Compiling vim7.3 with python-interp support

2011-03-23 Thread Ben Fritz
On Mar 23, 1:26 pm, neophilic naval.dudho...@gmail.com wrote: I finally went ahead and compiled vim with --enable-pythoninterp flag successfully. But :version shows -python. Which means no support for python yet? Can anyone please help? It's for windows, but you can see if there's anything

Re: Odd behavior auto Scroll Up when I save the file

2011-03-23 Thread Ben Fritz
On Mar 23, 9:07 am, carlosvillu carlosvi...@gmail.com wrote: Hi all, I have a odd behavior in VIM. When i try to save the file, automaticaly the file do a Scroll Up to the first lines. Is very unconfortable because all time the text is moved around the screen. I hope what anybody can help

Re: which plugin management system to use?

2011-03-23 Thread ZyX
Reply to message «Re: which plugin management system to use?», sent 23:35:51 23 March 2011, Wednesday by Israel Chauca F.: I see. Point 2 suggest to me that VAM will source plugins that have an after dir even when Vim starts up, is that so? That's what I understood when I was considering it

Re: which plugin management system to use?

2011-03-23 Thread Israel Chauca F.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 23, 2011, at 4:02 PM, ZyX wrote: Reply to message «Re: which plugin management system to use?», sent 23:35:51 23 March 2011, Wednesday by Israel Chauca F.: I see. Point 2 suggest to me that VAM will source plugins that have an after

Re: Scrolling by timestamp

2011-03-23 Thread Malte Forkel
Am 23.03.2011 14:43, schrieb Ben Schmidt: I think what's happening is that Vim is using these 'line1' and 'line2' files to check diff is working properly. And when they get changed to 'lin' and 'lin', diff no longer outputs what Vim expects, so it fails. Try ensuring those files don't have

snipMate destructive tab

2011-03-23 Thread Adam Monsen
I'm playing around with https://github.com/MarcWeber/snipmate. I installed it using https://github.com/MarcWeber/vim-addon-manager. Very cool so far! Couple of questions: 1. If default placeholder text is left alone, a subsequent TAB key destroys it! Is this expected behavior? Is there any way

Re: Compiling vim7.3 with python-interp support

2011-03-23 Thread neophilic
It's for windows, but you can see if there's anything useful here: http://vim.wikia.com/wiki/Build_Python-enabled_Vim_on_Windows_with_MinGW or maybe here: http://vim.wikia.com/wiki/Category:Building_Vim I am on Ubuntu 10.10. I have the following installed - python 2.6.6-2ubuntu2 python

Re: which plugin management system to use?

2011-03-23 Thread Marc Weber
Excerpts from Israel Chauca F.'s message of Wed Mar 23 19:56:42 +0100 2011: call Use(dir1, dir2) I guess that adding a vam#Use() function should take no more than 10sec. We could also extend VAM to allow directory prefixes: call ActivateAddons([dir-a/snipmate,dir-b/python-support-plugin])