Re: How to prevent plugins loading in MacVim like vim -u NONE

2012-04-02 Thread Billy Huang
i think what he ment is how to unload all the plugins within the app
command.

im looking for this too
On Apr 2, 2012 5:12 PM, björn bjorn.winck...@gmail.com wrote:

 On Mon, Apr 2, 2012 at 7:55 AM, Bee wrote:
  After MacVim is open, is it possible to prevent plugins from effecting
  the opening of a file?
 
  I know I can do this in terminal vim:
  vim -u NONE

 If you have the mvim script installed (it comes bundled with MacVim,
 put somewhere in your path), then you can do

 mvim -u NONE

 Otherwise, try

 /Applications/MacVim.app/Contents/MacOS/Vim -g -u NONE

 Björn

 --
 You received this message from the vim_mac maillist.
 Do not top-post! Type your reply below the text you are replying to.
 For more information, visit http://www.vim.org/maillist.php


-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


RE: visual navigation bar

2011-12-18 Thread Billy Huang
You probably want something that only offers in sublime editor, its
currently in beta. Its the next closest thing from vim, (other than
emac) but more public friendly.

Sent from my Windows Phone From: Guido Van Hoecke
Sent: Sunday, 18 December 2011 18:58
To: vim_mac@googlegroups.com
Subject: Re: visual navigation bar
 it really seems like a must have now. Is this available for MacVim?

http://www.vim.org/scripts/script.php?script_id=273

-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: visual navigation bar

2011-12-18 Thread Billy Huang
you welcome
if you like vim key-binding be sure to check out vintage mode, it give you
some basic vim bindings.
i pretty much use sublime on temporary pc/mac, better replacement for
notepad++ for pc.  though i still love vim more.

On Sun, Dec 18, 2011 at 10:30 PM, Phantrast phantr...@gmail.com wrote:

 thanks about pointing me to sublime editor.
 haven't seen it before.

 On 18.12.2011, at 10:30, Billy Huang wrote:

  You probably want something that only offers in sublime editor, its
  currently in beta. Its the next closest thing from vim, (other than
  emac) but more public friendly.
 
  Sent from my Windows Phone From: Guido Van Hoecke
  Sent: Sunday, 18 December 2011 18:58
  To: vim_mac@googlegroups.com
  Subject: Re: visual navigation bar
  it really seems like a must have now. Is this available for MacVim?
 
  http://www.vim.org/scripts/script.php?script_id=273
 
  --
  You received this message from the vim_mac maillist.
  Do not top-post! Type your reply below the text you are replying to.
  For more information, visit http://www.vim.org/maillist.php
 
  --
  You received this message from the vim_mac maillist.
  Do not top-post! Type your reply below the text you are replying to.
  For more information, visit http://www.vim.org/maillist.php

 --
 You received this message from the vim_mac maillist.
 Do not top-post! Type your reply below the text you are replying to.
 For more information, visit http://www.vim.org/maillist.php


-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


RE: Open project from command line?

2011-11-09 Thread Billy Huang
The situation I had is some what similar when opening a PHP file with
lot of classes for taglist, autocomplpop, huge list of dict file and
xptemplate to process. So I would say it depends on how many things you
need to process by your plugins in the file to determine the lag. But
after a while, lets say around 10minutes, the lag is gone.

Sent from my Windows Phone From: Sylvain Soliman
Sent: Thursday, 10 November 2011 1:12
To: vim_mac
Subject: Re: Open project from command line?
Hi,

  I'm slightly off topic but...

* GunsNRails joseg...@googlemail.com:
 Honestly when I go to vim cocoa and double click to select a text I'm
 so amazed that it just does it immediately (as most other editors). I
 got used to the slowness of macvim, but not enough.

  I must admit I almost never do that (i.e., selecting text by double
clicking it), but after reading your mail I tried it (in MacVim) and I
really don't see how it could be faster...

  Does this behavior depend on the size of the file? the filetype or the
syntax? the plugins you have loaded? (e.g. do you have the same problem
with mvim -u NONE? if you :syntax off? etc.)

Sylvain

-- 
Sylvain Soliman sylvain.soli...@m4x.org   GnuPG Public Key: 0x0F53AF99
Page personnelle   http://contraintes.inria.fr/~soliman/

-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


RE: Best way to setup C++ for autocompletion in MacVim?

2011-10-18 Thread Billy Huang
Easiest option Google eclim
A vim build with eclipse like functions. Otherwise start looking for
plugins such as omni complete, autocomplpop, snipmate or xptemplate(I
use xpt, its much more powerful but takes a bit time to learn and
setup), ctags, use vimrc to load dict files of your c++

Yup to setup vim to your personal taste will take you a couple of weeks
than fine tune it as you work. You will stick with it and never want to
touch a non vim editor anymore after you build your ultimate editor.
But if you dont have the time than advice you not to play with it.

Sent from my Windows Phone From: Richard Catlin
Sent: Wednesday, 19 October 2011 11:59
To: vim_mac
Subject: Best way to setup C++ for autocompletion in MacVim?
I am new to MacVim and Vim in general.  I have always programmed in
Thicker IDE, such a Eclipse and SlickEdit.  These editors
automatically setup autocompletion for C++.  What is the best way to
do this in MacVim?  I am on Snow Leopard.

-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Re: Environment Variables for MacVim

2011-06-11 Thread Billy Huang
are you launching mvim or vi in terminal?

if is mvim, than in the menu, click on 'edit; than select startup settings,
see if you that is using the same .vimrc file,

however, what is used in macvim gui should act the same to vi terminal, only
some of the color schemes don't work under both.



On Sat, Jun 11, 2011 at 11:07 PM, Ben Schmidt mail_ben_schm...@yahoo.com.au
 wrote:

 On 11/06/11 10:57 PM, Stephen Rasku wrote:

 I have some customizations in my .vimrc that depend on environment
 variables to work.  If I call MacVim from the terminal these
 customizations work but if I launch it from the dock it doesn't.  I
 assume this is because my .bashrc is not sourced when launching from
 the dock but it is when running from the terminal.  Is there a way to
 ensure that the environment variables are set even when MacVim is
 launched from the dock?


 Hi, Stephen,

 Sounds like you have things in your .bashrc (for interactive non-login
 shells--or, for some insane reason I have yet to understand,
 non-interactive non-login shells when invoked by ssh) that you want in
 .profile (for login shells). MacVim, like Terminal, launches a login
 shell when it starts Vim instances. But for MacVim it is not an
 interactive shell.

 Ben.



 --
 You received this message from the vim_mac maillist.
 Do not top-post! Type your reply below the text you are replying to.
 For more information, visit http://www.vim.org/maillist.php


-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php