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

Allow command chaining for :ClearSwapList and :SwapIdea #18

Merged
merged 1 commit into from
Jun 9, 2014

Conversation

inkarkat
Copy link
Contributor

@inkarkat inkarkat commented Jun 4, 2014

Especially for :ClearSwapList, one may want to put this into

let b:undo_ftplugin .= '|ClearSwapList'

To enable appending other such commands, the command must support chaining, and because it doesn't take arguments, this is trivially done through -bar.

Especially for :ClearSwapList, one may want to put this into
    let b:undo_ftplugin .= '|ClearSwapList'

To enable appending other such commands, the command must support chaining, and because it doesn't take arguments, this is trivially done through -bar.
mjbrownie added a commit that referenced this pull request Jun 9, 2014
Allow command chaining for :ClearSwapList and :SwapIdea
@mjbrownie mjbrownie merged commit d7d9f6d into mjbrownie:master Jun 9, 2014
@inkarkat inkarkat deleted the allow-command-chaining branch February 16, 2016 15:55
@inkarkat inkarkat restored the allow-command-chaining branch February 16, 2016 16:06
@inkarkat inkarkat deleted the allow-command-chaining branch February 16, 2016 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants