Hi, I was wondering if it's possible to remap the "Insert" key (the literal key - not the mode) in MacVim so it behaves like vim on Linux and Windows? I use a...
Hi, I ran into a problem with MacVim. I'm not sure where it comes from. The problem can be reproduced as follows: 1. Source the attached file. 2. Create a new...
I'd like to write a plugin to open a certain file in a new osx window (and switch to that window) (unless it is already open.) ... " a short test script maca...
I learned a while ago about the wondrous :perldo and :rubydo commands in vim, but they don't work in the standard terminal vi that OS X comes with, so I kind...
Is there way to change the default font size for all sessions? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
I have a file "test.rb", whose inside is puts "hello" and I set compiler ruby and when I run the command ... I get ... and I get no more output. All I could do...
Whenever I try to use :make it fails (appears the cwd for the file is incorrect) - example !make 2>&1| tee /var/folders/3a/3aHhikj0HIio0xqUSFXaDE+++TI/-Tmp-/ ...
Hi Is it possible to show tabbar as sidebar, like in gvim for MacOsx? It is pretty useful, becuase it can contain much more files, than usual bar. With best...
Hi, recently I get some drawing problems with underscores in MacVim: any editing operation that changes the position of an existing underscore (or deletes one)...
Hi, Many thanks for this MacVim project. For last 10 year I'm everyday using vi/vim and can't live without them :) Feature request: please add options like...
I'm unable to unmap some Command-key combinations that are assigned to the menus by default for things like "New Tab", "Open File...", "Open Tab...", "Select...
Hi, i_Ctrl-O or ctrl-o in insert mode is supposed to let the user run a single normal mode command. Right now when I do ctrl-o in insert mode, a new line is...
... This is not the right group for such a specific question. This group is about problems related with _using_ already compiled versions of Vim. Problems...
Hello, The attached patch tells OS X that MacVim can edit reStructuredText files. Travis Jeffery --~--~---------~--~----~------------~-------~--~----~ You...
Hi all, I would love a port of MacVim for the Windows platform. This is a little weird for obvious reasons, (am I requesting a port of a port?), but to me,...
I'm running 'MacVim 7.2 stable 1.2/33.3' and using the mvim shell script provided with it. I have it in ~/bin/ with symlinks to it from view, vim, gview, and...
The first problem is that the vim-latex templates do not have file names in the MacVim menu (Tex-Suite -> Templates) only numbers. So I have to guess at which...
Hi Since updating to snapshot 45 I've had a lot of warnings of the following form: 2009-04-30 16:43:23.974 MacVim[96558:10b] [processInputQueues:] WARNING: No...
Hi there! I am using "set gfn=Monaco:h16" in my .vimrc file. I have an external display (17" 1280x1024) attached to my MacBook Pro (15.4" 1400x900). If I...
Hi, I have fixed im_get_status. It called GetScriptManagerVariable Carbon API from Vim, so I moved this into MacVim as well. This fix doesn't affect in...
hi, in the "regular" vim, I used to be able to select a block of text, then hit "shift >" to indent this block of text. Now with mac vim, this no longer work -...
Hi, I seemed to have an issue running the bundled vim (/usr/bin/vim), for example: $ /usr/bin/vim ... $ echo $? 1 But if I use vim built by myself: $...
Hi, the attached patch tells OS X that MacVim can edit markdown files. Nico --~--~---------~--~----~------------~-------~--~----~ You received this message...
Hi all, I'm struggling with MacVim and Ruby 1.9.1. I've put together patch & information here: http://code.google.com/p/macvim/issues/detail?id=169 Could...
I get the following error message when trying to execute a file.rb. bin/bash permission denied. Is there a way to fix this? I'm logged in as the root/admin...
Problem with rendering Combining Diacritics, using DejaVuSansMono in MacVim/gvim I use MacVim/gvim with either 1. DejaVuSansMono.ttf , currently 2.29, or 2....
I wonder if there is a way to toggle tabs to ASCII-view when I switch to fullscreen mode, and then toggle them back to gui-mode when I quit fullscreen mode. ...