MacVIM help?

2012-06-14 Thread Jason Slack-Moehrle
prefs I have checked: Open files from applications: in the current window as well as the pop-up below as: with a tab for each file. I am still getting separate windows. Can anyone provide advice? -Jason -- You received this message from the vim_mac maillist. Do not top-post! Type your reply below

Ctrl-w not working with Dvorak-Qwerty layout

2012-02-11 Thread Jason Garber
Hi everyone. I need your help figuring out a key mapping issue. I use the Dvorak-Qwerty (Dvorak for typing and Ctrl/Shift/Alt, but Cmd shortcuts are QWERTY) layout in OS X and have used regular vim in the terminal for years. I don't use a keymap or anything; hjkl are spread out over the keyboard.

Feature request: Support for new OS X Lion scrollbars

2012-01-28 Thread jason kuhrt
Simple request: It would be nice to support OS X native Lion scrollbars, i.e. like Safari etc. Maybe it needs to be an option since I'm sure some users will be sensitive to this. However I know others won't since I've already turned scrollbars off in my vimrc due to the annoying visual noise

Re: Text Shadows

2011-09-13 Thread Jason Moiron
On Sep 12, 1:45 pm, björn bjorn.winck...@gmail.com wrote: On 11 September 2011 22:23, Jason Moiron wrote: I've updated the patch to have a better darkening algorithm based on hsv color coordinates.  I'd still appreciate if anyone has any pointers on how to achieve this effect in MacVim

Re: Text Shadows

2011-09-11 Thread Jason Moiron
I've updated the patch to have a better darkening algorithm based on hsv color coordinates. I'd still appreciate if anyone has any pointers on how to achieve this effect in MacVim. Thanks! -- Jason On Sep 10, 3:31 am, Jason Moiron jlmoi...@gmail.com wrote: Sure. The patch is here:  (I

Re: Text Shadows

2011-09-10 Thread Jason Moiron
colors, but it's got all sorts of caveats (anything very red will be considered bright). Still, once rendering the effect is possible, determining the right shadow color is probably a less difficult issue. -- Jason On Sep 9, 5:22 pm, Janusz Bossy janusz.bo...@gmail.com wrote: On Fri, Sep 9, 2011

Re: vim reads java.vim syntax file but MacVim does not

2010-03-11 Thread Jason Zwolak
That works great! thanks a bunch -- Jason Zwolak On Wed, Mar 10, 2010 at 5:02 PM, Carl Jacobsen c...@ucsd.edu wrote: On Wed, 10 Mar 2010, Jason wrote: I am trying to get folds working for Java files in MacVim. To do so I added lines to /usr/share/vim/vim72/syntax/java.vim

vim reads java.vim syntax file but MacVim does not

2010-03-10 Thread Jason
I am trying to get folds working for Java files in MacVim. To do so I added lines to /usr/share/vim/vim72/syntax/java.vim As recommended at http://vim.wikia.com/wiki/Java/C/C%2B%2B_folding Now when I type vim myfile.java I get folds! Great! But when I run MacVim and open myfile.java... there

Re: Project drawer like in TextMate

2009-11-18 Thread jason
constantly open. cheers, keyan On 16 Nov 2009, at 19:30, jason wrote: The reason that I would like a drawer is because I want to have a project navigator always open.  When looking at the tree, I can think faster about what files I need to be editing.  I also forget the name

Re: Project drawer like in TextMate

2009-11-16 Thread jason
The reason that I would like a drawer is because I want to have a project navigator always open. When looking at the tree, I can think faster about what files I need to be editing. I also forget the name of some files. I use nerdtree now, but I dont want to open a tree in my editor, I want it

rubycomplete_rails, gem version

2009-04-01 Thread Jason LaRiviere
and rubycomplete_buffer_loading are both true. So, I'm a little lost. Any ideas what might be going on? Thanks for any pointers, Jason. --~--~-~--~~~---~--~~ You received this message from the vim_mac maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Tab title unhelpful with netrw

2009-02-23 Thread Jason Eggleston
When using netrw and multiple tabs, the title is very terse, like this: s//d//u/l/w/t/t... When editing a file such as this: mvim sftp://dev1//usr/local/www/test/tmp/test.txt How can I fix this? --~--~-~--~~~---~--~~ You received this message from the vim_mac

Re: Tab title unhelpful with netrw

2009-02-23 Thread jason
Nico, Thanks for this, it works perfectly. Also found this http://webexpose.org/2008/10/13/open-macvim-tabs-from-command-line/ which helped a lot as well. For what it's worth I think it is a large enough usability problem that the default behavior should change. Thanks, -Jason On Feb 23, 5

Re: Changing PYTHONPATH for MacVim?

2008-10-19 Thread Jason Foreman
hacking of the autoconf files to get things to link correctly. Jason smime.p7s Description: S/MIME cryptographic signature

[PATCH] Enable NSAppleScriptEnabled to get basic AppleScript support.

2008-10-10 Thread Jason Foreman
, such as telling the window to zoom during startup (functionally similar to simalt ~x on Windows). It works nicely when paired with the MMZoomBoth preference. The full example is included in the description in the patch. Cheers, Jason 0001-Enable-NSAppleScriptEnabled-to-get-basic