Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define b:undo_ftplugin and fix b:match_words #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 10, 2014

  1. Add an ftplugin for fish profile output files

    There's no standard extension for these files, so no ftdetect, but an
    ftplugin called `fishprofile` is defined that sets up tabstop and
    folding to make it easier to read/navigate these files.
    
    When reading a fish profile file, run `:setf fishprofile` to turn on the
    plugin.
    lilyball committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    4d7a9e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Define b:undo_ftplugin and fix b:match_words

    Clean up the ftplugin a bit. Use the save_cpo pattern to ensure cpo is
    set appropriately, and define a b:undo_ftplugin.
    
    Change the b:match_words definition to match else/else if.
    lilyball committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    41f8e71 View commit details
    Browse the repository at this point in the history