Is there a way to tear off a tab to create a new window? I would like functionality similar to Terminal or Safari. Thanks, Richard -- You received this...
Hi List or esp. Hi Bjoern, here's the situation I had for a couple of days now: - colorcolumn enabled - more than 1 buffer open now when I wanted to delete a...
Hi, I've been using macvim for a while. This one: http://code.google.com/p/macvim/ But lately it has become sooo slow, specially text selection, that I can't...
Hey guys, I got an error recently, when I use MacVim to open files in Finder. It states: "Error detected while processing command line:" "E486: Pattern not...
I've added this to the macvim google code issue on Lion crashes but I'm hoping someone has already found a way to fix this. I recently updated to Lion and a...
What is the recommended way to edit the $PATH that MacVim uses for things like equalprg and !commands? I've tried everything I could find by searching (short...
MacVim enthusiasts, I have been looking into why Eclim won't work on OS X and was trying to come up with a potential solution. I know the way Eclim works on ...
I am unable to import the search string from another application to MacVim using the Command+E shortcut (aka the "Use Selection for Find" menu command). Is...
Anyone have a hack we can use to put text into the center of the screen when going into fullscreen mode? Currently, you have to turn to the left to see your...
I find it very useful to copy from ex, and have used this feature on linux for many years. Unfortunately, I can't find a way to do it on macvim. 1)How can I do...
I'm familiar with gvim on linux ubuntu. Am now learning to use Macvim on Mac Mini (Lion OS). Syntax highlighting is not working, except for a few keywords. I'm...
... (I've moved this thread over from vim_dev to vim_mac.) The latest MacVim snapshot supports Lion native full-screen. (I believe that is what the OP was...
FYI: old (in more ways than one) linux coder. New to mac. A week or so ago, I build MacVim with Xcode with a minimum of fumbling on a Mac Mini 2011 with Lion....
Hi all, I tried without success to interpolate a variable in a regex in a vimscript; let x = 3 echo matchstr("abcdef", '.\{'.eval("x").'}39;) I was expecting the...
FYI: Linux 10 years, new to mac. I have installed MacVim on a mac mini (OS=lion). This version has everything that I need, I believe, except for python. Having...
This may not be very useful since I don't really know what *exactly* I did, but here it goes. It happened while the complete list was opened - I don't know...
I have used vim / gvim on windows and Linux for many years, and have recently started using mvim. The color scheme I use is the default VIM colors, except...
Hi, A new snapshot of MacVim is available, see what has changed and download from: https://github.com/b4winckler/macvim/wiki/ChangeLog Note that there are two...
I'm having trouble with my configs. I'm following the same method as spf-13 uses: https://github.com/spf13/spf13-vim I have a folder at ~/config/vim This...
Hey All, I've recently written a hacky little patch for vim gtk+x11 which will draw faux shadows under text. I quite like the look of this, and wanted to get...
In brief: I have a problem with compiling macvim with preferred python version. When I use --enable-pythoninterp it compiles with system OSX python version. ...
I use macvim built with python interpreter support on OS X lion for python coding. In order for omnicompletion to work with the libraries for a particular...
Hi, Just trying to spread the word regarding VimConf, a virtual conference for Vim lovers: http://www.vimconf.org/?s=2TV Dominik -- You received this message...
Here's my crash report. http://pastie.org/private/ho8imhr94lu4zlnpf9saw -- You received this message from the "vim_mac" maillist. Do not top-post! Type your...
Hello, I am trying to select multiple lines that are not in a continuous chunk. E.g., I want to select line 1 and 3 simultaneously without selecting line 2: ...