Go to file
Aaron Schrab 461a475d2a Have test script set vim buffer type to nofile
Instruct vim not to complain about quitting without writing the buffer
used to run tests by setting the buftype option to nofile.
2012-08-08 19:39:50 -04:00
after/plugin Finally fixed #404819 2009-07-27 16:59:04 +02:00
doc Adhere to pseudostandard of length of sections in Vim help. Patch by Martin Krauskopf 2012-07-08 12:01:25 +02:00
ftdetect Implemented UltiSnipsAddFiletypes 2012-04-01 16:42:34 +02:00
ftplugin Added a ftplugin file for .snippets file and set some sane defaults for folding 2011-03-27 08:09:12 +02:00
plugin Made an error message more sensible 2012-06-26 11:22:24 +02:00
syntax Some improvements to Syntax highlighting including support for ${VISUAL} 2012-02-05 13:15:25 +01:00
UltiSnips Improved HTML and PHP snippets. Patch by Jacek Wysocki 2012-08-06 11:21:50 +02:00
utils Fix bug in python snipmate conversion script, to avoid skipping every other snippet 2012-02-06 10:21:38 +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-06-27 11:43:32 +02:00
README.rst Links to fourth screencast about python interpolation 2012-03-31 16:40:12 +02:00
test.py Have test script set vim buffer type to nofile 2012-08-08 19:39:50 -04:00

UltiSnips
=========

This is the official repository for UltiSnips on GitHub. It is held in sync
with the official bzr repository over at Launchpad [1] and is meant as a
convenience for contributors. Send Pull request to this repository, not
the automatic clone from vim-scripts.

Note that we do not use the Issue tracker here one GitHub because the one on
Launchpad is superior and already has a significant history. Please report
`issues over there`_.

[1] http://launchpad.net/ultisnips

.. _issues over there: https://bugs.launchpad.net/ultisnips

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

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

* `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/