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

SimpleSnippets.vim v0.0.7

Compare
Choose a tag to compare
@andreyorst andreyorst released this 24 May 17:51
· 76 commits to master since this release
a07a8e6

Features:

  • Backward jumping.
  • Support of Vim 7.4.
  • Automatic testing system.

Changes:

  • Respecting user options like lazyredraw, cursorline.
  • Parameters support to the SimpleSnippetsEdit function.

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