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: ...
Guys, Yoke is a small tool that allows to execute code in any input filed of OSX. It just got support for Python, Bash, Perl, PHP. Might come handy ->...
Hi all, I would like to compile MacVim from source and use all the same flags as the MacVim-7_3-53-ppc-i386-OSX10_5.tbz binary download. Is there a place where...
Hi, I was using Tagbar and noticed that the arrow symbols are not display properly. For each symbol, only the left half is displayed, and the right half is...
Hi to all, first msg here. I'm looking at MacVim to migrate finally for all times. I'm not happy anymore with lazy, java bloated IDEs. I use MBP 15 with Lion...
Hi I have not previously used Macvim for regexp searching (only BBedit). I can't seem to understand how to enter the regexp. I want to use the following regexp...
I use a project folder hierarchy where the Project folder contains the Makefile and Doxyfile files. Then the source files are in Project/src, the intermediate...
Hi If i save a text file, say text1.txt, that contains the following text "påsk häre" and look at it in quick preview it displays correctly. BBedit also...
Hello, When I have a tall Vim window open on a small file, and I split the window in two, the view onto the file scrolls a little even though there is plenty...