Go to file
2014-02-15 23:56:39 +01:00
after/plugin Moved the core of the plugin into autoload. This will not really impact loading times because UltiSnips is loaded on the first CursorMovedI command anyways, but it might fix some issues with --noplugin. 2014-02-11 07:56:56 +01:00
autoload Moving towards Snippet providers. 2014-02-15 00:54:04 +01:00
doc Project is now hosted on github. 2014-02-15 13:16:12 +01:00
ftdetect Moved the core of the plugin into autoload. This will not really impact loading times because UltiSnips is loaded on the first CursorMovedI command anyways, but it might fix some issues with --noplugin. 2014-02-11 07:56:56 +01:00
ftplugin do not expand tabs in snippet files. 2013-06-10 18:34:38 +02:00
plugin Moved the core of the plugin into autoload. This will not really impact loading times because UltiSnips is loaded on the first CursorMovedI command anyways, but it might fix some issues with --noplugin. 2014-02-11 07:56:56 +01:00
pythonx/UltiSnips Removed a unnecessary property. 2014-02-15 23:56:39 +01:00
syntax Improvements to the syntax file. 2013-03-21 11:32:17 +01:00
UltiSnips vim-jinja (https://github.com/mitsuhiko/vim-jinja) uses the filetype htmljinja, kinda like htmldjango 2014-02-14 21:41:15 +01:00
utils Fixes and improvements to snipmate conversion util by Steve McKinney 2012-11-24 10:32:00 +01:00
.bzrignore Ignore .bzr-repo 2010-03-05 14:31:40 +01:00
.gitignore Fixed ignored list in .gitignore 2011-12-30 08:20:54 +01:00
ChangeLog Updated ChangeLog 2012-09-01 20:13:56 +02:00
COPYING.txt Added a license file. 2013-10-29 07:22:06 +01:00
pylintrc Refactored how snippet files are parsed. 2014-02-10 08:40:37 +01:00
README.rst Project is now hosted on github. 2014-02-15 13:16:12 +01:00
test.py Project is now hosted on github. 2014-02-15 13:16:12 +01:00

UltiSnips
=========

This is the official repository for UltiSnips. Send Pull request to
SirVer/ultisnips, not the automatic clone from vim-scripts or any
other fork of this project.

Screencasts
-----------

The blog posts of the screencasts contain more advanced examples of the things
discussed in the videos.

* `Episode 1: What are snippets and do I need them?`__
* `Episode 2: Creating Basic Snippets`__
* `Episode 3: What's new in version 2.0`__
* `Episode 4: Python Interpolation`__

__ http://www.sirver.net/blog/2011/12/30/first-episode-of-ultisnips-screencast/
__ http://www.sirver.net/blog/2012/01/08/second-episode-of-ultisnips-screencast/
__ http://www.sirver.net/blog/2012/02/05/third-episode-of-ultisnips-screencast/
__ http://www.sirver.net/blog/2012/03/31/fourth-episode-of-ultisnips-screencast/