Closed (fixed)
Project:
Vim Plugin For Drupal
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Nov 2012 at 17:10 UTC
Updated:
22 Nov 2012 at 17:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
benjifisherCommitted: be9eb72.
The attached patch adds a test for
has('unix') && system('uname') =~ 'Darwin'. It also fixes a related problem: ifOpenCommand()returns'', then the last menu command at the end offtplugin/drupal.vimfails becauses:optionsis defined conditionally. I moved the definition of this variable outside theifstatement.While I was looking at the end of that file, I decided to make an unrelated change and move the PHP-specific option settings near the top of the file.