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

SimpleSnippets.vim v0.1.5

Compare
Choose a tag to compare
@andreyorst andreyorst released this 11 Jul 12:34
· 15 commits to master since this release

Fixes:

  1. Exclude backup files from snippet list when using SimpleSnippetsList and
    inside popup menu.
  2. Handle gdefault option in all substitution commands

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