Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

SimpleSnippets.vim v0.1.4

Compare
Choose a tag to compare
@andreyorst andreyorst released this 03 Jun 19:27
· 17 commits to master since this release

Features:

  • New placeholder: choice.
    This placeholder lets your choose the candidate from the list. Choice placeholder supports mirroring. On successful jump this placeholder is converted to either normal, or mirror type.
  • New option: g:SimpleSnippets_split_horizontal
    This option lets you define a layout to SimpleSnippetsEdit command. Now you can choose between vertical (default) and horizontal split.

Included patches:

  • v0.1.4 - Fix #45, update license
  • v0.1.3b - Fix SimpleSnippetsList function output on windows. Documentation updated.
  • v0.1.2b - fix duplicated entries occur in the choice list
  • v0.1.1b - fix bug with accident converting choice to normal while mirroring. Disable conversion at all.

Install

  • Vundle:
    Place this in your .vimrc:

    Plugin 'andreyorst/SimpleSnippets.vim'  

    Then run:

    :source %
    :PluginInstall
  • Pathogen:
    Place this in your .vimrc:

    cd ~/.vim/bundle
    git clone https://github.com/andreyorst/SimpleSnippets.vim