Re: i write a new vim package/plugin manager like debian's apt

2013-03-09 Thread Marc Weber
Excerpts from 孔晓泉's message of Sat Mar 09 05:42:23 +0100 2013: hello everyone: recently i write a new vim package/plugin manager .because it operate like dbian's apt, so i call it vimapt. here is the repository https://bitbucket.org/howlanderson/vimapt and some article in my blog

Vim chokes on mail.vim ftplugin function

2013-03-09 Thread Jorge Luis Gonzalez
I'm using Vim 7.3 from ports on FreeBSD. When mutt loads the editor it throws the following error: Error detected while processing /usr/local/share/vim/vim73/ftplugin/mail.vim: line 54: :%s/^[[:space:]%|#]\+$//e :%s/^[[:space:]%|#]\+$//e Here's the

Re: Vim chokes on mail.vim ftplugin function

2013-03-09 Thread Marcin Szamotulski
Hi, I don't see such a function in /usr/share/vim/vim73/ftplugin/mail.vim (on Linux) I got it using: globpath(rtp, 'ftplugin/mail.vim'). My version of this file is from: 2012 Nov 20. The exe command works here just fine. Maybe your vim is not compiled with some features ... Marcin On

Re: i write a new vim package/plugin manager like debian's apt

2013-03-09 Thread stosss
On Sat, Mar 9, 2013 at 5:06 AM, Marc Weber marco-owe...@gmx.de wrote: Excerpts from 孔晓泉's message of Sat Mar 09 05:42:23 +0100 2013: hello everyone: recently i write a new vim package/plugin manager .because it operate like dbian's apt, so i call it vimapt. here is the repository

Re: Vim chokes on mail.vim ftplugin function

2013-03-09 Thread Christian Brabandt
Hi Jorge! On Sa, 09 Mär 2013, Jorge Luis Gonzalez wrote: I'm using Vim 7.3 from ports on FreeBSD. When mutt loads the editor it throws the following error: Error detected while processing /usr/local/share/vim/vim73/ftplugin/mail.vim: line 54:

Re: i write a new vim package/plugin manager like debian's apt

2013-03-09 Thread Charles E Campbell
Marc Weber wrote: snip Your very last sentence sasy: == Inspiration and ideas from == vundle pathogen bundler Scott Bronson which clearly shows that you've missed vim-addon-manager, which might be closest to what you've been looking for. Which in turn makes me think we should no longer wait,

Re: Vim on the iPad

2013-03-09 Thread Eric Weir
On Mar 8, 2013, at 7:19 AM, Jeroen Budts wrote: On 03/08/2013 02:39 AM, Eric Weir wrote: On Mar 7, 2013, at 3:39 PM, Jeroen Budts jer...@lightyear.be wrote: I use Hacker's Keyboard daily on my Nexus 7 btw. Together with VimTouch and my entire Vim config (which I could just copy over to

Re: Vim on the iPad

2013-03-09 Thread Benjamin Klein
On Mar 9, 2013, at 2:23 PM, Eric Weir eew...@bellsouth.net wrote: At $200, I'm tempted by the Nexus 7 simply to run Vim, or rather, VimTouch. I myself am likely to jailbreak an iOS device instead. It is sad that there is no way to really make use of Vim apart from jailbreaking, but it is so by

Re: Is there a way to see autocommand events fire?

2013-03-09 Thread Ben Fritz
On Friday, March 8, 2013 2:23:52 PM UTC-6, coot_. wrote: On 07:28 Fri 08 Mar , Axel Bender wrote: I'm looking for a way to see the order in which autocommand events fire. Setting verbose doesn't seem to do... -- -- You received this message from the vim_use

Re: vim voldmarker with a space

2013-03-09 Thread Ben Fritz
On Friday, March 8, 2013 7:13:53 PM UTC-6, ping wrote: On 3/8/2013 6:01 PM, Tim Chase wrote: On 2013-03-08 17:13, ping wrote: See |fold-marker|. but if I use this: :set foldmarker= {,} I got E536: comma required: foldmarker= why space not supported? You

Re: i write a new vim package/plugin manager like debian's apt

2013-03-09 Thread 孔晓泉
dear Marc Weber: yes, i agree some point of your ideal. now let's explain some thing: 1. vundle pathogen i read their code and i think their function are quite less. why i want write a another manager? because: 1.1 some plugin need out of band program to help them, such as ctag, package manager

Re: i write a new vim package/plugin manager like debian's apt

2013-03-09 Thread Ben Fritz
On Saturday, March 9, 2013 4:06:10 AM UTC-6, MarcWeber wrote: which clearly shows that you've missed vim-addon-manager, which might be closest to what you've been looking for. Which in turn makes me think we should no longer wait, we have to setup the git based wiki system on

Re: i write a new vim package/plugin manager like debian's apt

2013-03-09 Thread 孔晓泉
dear Charles E Campbell and stosss: maybe you can find my answer in to Marc Weber's letter. sorry. i have something to do this morning. so i don't have much time. if not i will explain to your question myself. Happy to discuss with you all. Thank you for your pingback. 2013/3/10 孔晓泉