Go to file
Joe Lencioni 43a78a8273 Add "b" trigger option to JS console snippets
The "b" trigger option will require that the snippet be expanded only if
it is at the "beginning of the line", that is, only whitespace may
precede the tab trigger.

As suggested by @SirVer[1], this commit adds the "b" tab trigger option
to all of the JavaScript console API snippets.

[1]: https://github.com/SirVer/ultisnips/pull/122/files#r8665940
2014-01-06 07:46:16 -08:00
after/plugin Finally fixed #404819 2009-07-27 16:59:04 +02:00
doc Pulled from saikobee's branch. 2014-01-04 07:30:01 +01:00
ftdetect Implemented UltiSnipsAddFiletypes 2012-04-01 16:42:34 +02:00
ftplugin do not expand tabs in snippet files. 2013-06-10 18:34:38 +02:00
plugin Pulled from saikobee's branch. 2014-01-04 07:30:01 +01:00
syntax Improvements to the syntax file. 2013-03-21 11:32:17 +01:00
UltiSnips Add "b" trigger option to JS console snippets 2014-01-06 07:46:16 -08: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
README.rst Small fixes and new c-sharp (cs) snippets by Matthew Strawbridge. 2013-04-15 07:19:07 +02:00
test.py Add a test case for bug 1251994 2013-12-29 01:56:32 +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 on 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/