This repository has been archived by the owner on Jul 25, 2020. It is now read-only.
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