Vim Tips Wiki
(Created page with 'I'm not sure why, but the default presence of the menu supplied by rails.vim is !has('mac') I've changed it locally on my Mac (OS X, 10.6.2) to has('gui') And I've found no i…')
 
(standard format)
Line 1: Line 1:
  +
{{ScriptComments|1567|rails: Ruby on Rails: easy file navigation, enhanced syntax highlighting, and more}}
  +
  +
==Comments==
 
I'm not sure why, but the default presence of the menu supplied by rails.vim is
 
I'm not sure why, but the default presence of the menu supplied by rails.vim is
  +
<pre>
 
 
!has('mac')
 
!has('mac')
  +
</pre>
   
 
I've changed it locally on my Mac (OS X, 10.6.2) to
 
I've changed it locally on my Mac (OS X, 10.6.2) to
  +
<pre>
 
 
has('gui')
 
has('gui')
  +
</pre>
   
And I've found no ill effects so far.
+
And I've found no ill effects so far. -R
 
-R
 

Revision as of 10:52, 26 April 2010

Use this page to discuss script 1567 1567

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments

I'm not sure why, but the default presence of the menu supplied by rails.vim is

!has('mac')

I've changed it locally on my Mac (OS X, 10.6.2) to

has('gui')

And I've found no ill effects so far. -R