MacVim development has come a long way, and I've lately been using it as my primary text editor. I have a couple of minor grievances, though. 1) I usually keep...
hi list, I'm about to learn latex-suite. the docu says that for mac-systems the default-output is pdf, but in my case it is not (dvi is generated). the...
With the most recent snapshot, the fortran highlighting for fortran_free_form is not working. --~--~---------~--~----~------------~-------~--~----~ You...
Is there a way to change the opacity of the MacVim window? Thanks in advance, <>Srinath --~--~---------~--~----~------------~-------~--~----~ You received this...
I downloaded the unix source from here: ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2 I untarred it and ran ./configure --enable-pythoninterp Configure shows...
Hello, I find fullscreen mode very useful, but its current implementation missing a few options: - scrollbars (or macscrollbars/textscrollbars/noscrollbars) ...
Firstly, thanks for the great work! Does a "plug-in" for Java code-completion exist? If not perhaps that could be planned as a new feature. Thanks again ...
Hi! I just switched to MacVim from MacPort's Vim and i'm getting a weird display effect with the string "o/". Wherever it appears (let it be buffers, ex...
Background: Vim 7.0, OSX 10.4.11. In addition to using vim for pretty much everything else, I routinely edit a particular file (my todo list). I wanted to...
hello folks! i'm delighted to have a snapshot with Quicklaunch enabled; it makes MacVim significantly more usable for me. however, i'm having difficulty with...
Hi, try the following: $ cat > test.vim set fullscreen set lines=80 columns=100 ^D $ mvim -S test.vim Expected: A vim window opens that is maximized according...
Hello everyone. I don't usually post here, but Björn Winckler from MacVim thought I should bring this up with the community to decide if it's worthwhile. The...
Hi, the attached patch adds an URL handler to MacVim as suggested at http://code.google.com/p/macvim/issues/detail?id=105 . How the handler works is documented...
Hello, I can't type in accent characters, like '~', '^', '´' and '`' anymore within MacVim. It neither works in insert- nor in ex-mode, not in 7_2-stable-1_2...
Hi, It has been a while since the last MacVim snapshot, but now it is finally built. Get your copy at http://code.google.com/p/macvim Do notice that there are...
Hi, It seems I forgot to include yet another critical patch in the stable branch so I have now included this patch and released a new stable version. This...
hi list, I try to learn latex-suite. One thing I am not able to manage is to deactivate the smart quotes. since there seem to be some german- specific settings...
This is probably in the NERDTree help but I didn't see it... When I open a new tab from the file tree I'd like it ot open as a tab in mvim but also show the...
Hello, I'm using Mac OS X Leopard, and I have macvim installed. I use it a lot. As I write in several languages, I have several keyboard layouts. The strange...
I type mvim in my Terminal. And get : 2008-08-18 08:34:58.770 MacVim[12042:10b] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission...
Hi, As Ben pointed out in a previous thread, I forgot to apply a critical patch to the stable branch. I've remedied this mistake and also disabled the...
Hi, (Mac)Vim is crashing nice and reliably for me at present. I attach a crash log showing two representative samples. close_buffer + 471 seems to be a common...
Hi all, I have uploaded the first build from the stable branch of MacVim. This build is for those of you who want a tried and true version of MacVim, all...
Hello everyone. I have some problems for editing unicode (utf-8) text files with MacVim on Mac OS 9.0. Here is the story : I have some .txt files which have...
I just did a `git pull` and a clean build. My guifont is not being honored. The value is being set in my ~/.vimrc, but I'm seeing a very small, antialiased...
Hi, I just pushed quite a few changes to the public repo and would like to comment on some of these (quickly because I'm tired): 1. The text renderers share a...
... Shouldn't the working directory only be changed when it's a new vim instance opening the file? If it's an existing window, then it should probably stay...
Hi, Find attached a small patch... Michael Wookey (1): Paragraph tidy up in gui_mac.txt. runtime/doc/gui_mac.txt | 39 +++++++++++++++++++--------------------...
Hi, Currently I am building the snapshots on Tiger but this is quite a nuisance for me and it also means that I cannot use Leopard-only APIs which is something...
Hi, I already posted parts of the following in a reply to a post of Ben's earlier, but I accidentally only sent the reply to Ben. Since this topic is...