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

Releases: andreyorst/SimpleSnippets.vim

SimpleSnippets.vim v0.1.6

20 Jul 14:33
Compare
Choose a tag to compare

Fixes:

  1. New commands: SimpleSnippetsImport and SimpleSnippetsUnload to import snippets for different filetype to current filetype.
  2. Testing is switched to use vim-plug as a plugin manager.

Install

  • vim-plug:
    Place this in your .vimrc:

    Plug 'andreyorst/SimpleSnippets.vim'  

    Then run:

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

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

SimpleSnippets.vim v0.1.5

11 Jul 12:34
Compare
Choose a tag to compare

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

SimpleSnippets.vim v0.1.4

03 Jun 19:27
Compare
Choose a tag to compare

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

SimpleSnippets.vim v0.0.9

01 Jun 20:45
Compare
Choose a tag to compare

Features:

  • New function: :SimpleSnippetsEditDescriptions.
    Opens split whit descriptions for current filetype. Accepts filetype as optional parameter.
  • New placeholder: ${VISUAL}.
    Adds support of visual placeholder, which allows to select text and yank it to the snippet body automatically.

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

SimpleSnippets.vim v0.0.8

29 May 05:40
4ee0dda
Compare
Choose a tag to compare

Features:

  • Inword placeholders are now possible

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

SimpleSnippets.vim v0.0.7

24 May 17:51
a07a8e6
Compare
Choose a tag to compare

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

SimpleSnippets.vim v0.0.6

24 May 17:49
Compare
Choose a tag to compare

Features:

  • Repeaters.
  • Mirroring complex lines.

Changes:

  • Simplifications to the core.
  • Zero placeholder is now optional.

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

SimpleSnippets.vim v0.0.5

24 May 17:48
Compare
Choose a tag to compare

Features:

  • Deoplete source
  • Shell placeholders
  • Function to list available snippets

Changes:

  • Snippet descriptions are generated based on snippet body

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

SimpleSnippets.vim v0.0.4

24 May 17:46
Compare
Choose a tag to compare

Features:

  • Complex triggers with non-letter characters.
  • Support for external snippets plugin.

Changes:

  • Plugin respects user filetype synonyms.

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

SimpleSnippets.vim v0.0.3

24 May 17:44
Compare
Choose a tag to compare

New features:

  • Flash snippets

Changes:

  • Core moved to autoload.

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