Vim Tips Wiki
Register
(adjust Template:ScriptComments to remove id as no longer needed; minor tweaks)
No edit summary
 
Line 13: Line 13:
 
But I had been wanting a way to keep track of plugins and this looks like a good way.
 
But I had been wanting a way to keep track of plugins and this looks like a good way.
 
----
 
----
  +
  +
Thanks for update. This issue was fixed. --mbadran

Latest revision as of 07:12, 3 February 2012

Use this page to discuss script 3455 headlights: create a TextMate-like Bundles menu

  • 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 had to edit the Python file in order to make it work - in the attach_menus function, where it sets up DEBUG_MSG (2 places this happens), change %(sep)c to %(sep)s

DEBUG_MSG = "See the '%(root)s > debug' menu for details.%(sep)s" % locals()
ERROR_MSG = "Headlights encountered a critical error. %(DEBUG_MSG)s" % locals()

if not self.debug_mode:
    DEBUG_MSG = "To enable debug mode, see :help headlights_debug_mode%(sep)s" % locals()

But I had been wanting a way to keep track of plugins and this looks like a good way.


Thanks for update. This issue was fixed. --mbadran