Releases: andreyorst/SimpleSnippets.vim
SimpleSnippets.vim v0.1.6
Fixes:
- New commands:
SimpleSnippetsImport
andSimpleSnippetsUnload
to import snippets for different filetype to current filetype. - 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
Fixes:
- Exclude backup files from snippet list when using
SimpleSnippetsList
and
inside popup menu. - 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
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 eithernormal
, ormirror
type. - New option:
g:SimpleSnippets_split_horizontal
This option lets you define a layout toSimpleSnippetsEdit
command. Now you can choose betweenvertical
(default) andhorizontal
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
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
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
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
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
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
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
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