Commit Graph

847 Commits

Author SHA1 Message Date
Chris Lasher
2ee0b01e60 Python snippets docstrings adhere to PEP 257.
These changes bring the presentation of Python docstrings within the
Python snippets inline with the standards set out in PEP 257.
http://www.python.org/dev/peps/pep-0257/

The changes include: making sure that there is a blank line between the
end of a multiline docstring and the closing triple-quotes; making sure
code starts on the next immediate line after a docstring (no blank lines
following a docstring); removing trailing whitespace from docstring
lines.
2012-03-01 17:14:08 -05:00
Holger Rapp
f8af2e2fa6 Updated go snippets, added json snippets 2012-02-24 09:42:56 +01:00
Holger Rapp
45b1d09d53 Fixed bug: / could not be escaped in Visual default text 2012-02-24 09:42:02 +01:00
Holger Rapp
773d143a96 Added timothy to the list of contributors 2012-02-22 11:56:26 +01:00
Holger Rapp
b0f6985fe8 Merge branch 'patch-1' of https://github.com/mellort/ultisnips 2012-02-22 11:55:30 +01:00
Holger Rapp
9abc08aade added nick to the list of contributors 2012-02-22 11:43:52 +01:00
Nick Anderson
14578a2366 Add bind zonefile snippets for creating a new zone, and inserting an A record 2012-02-21 23:59:08 -06:00
Holger Rapp
fda166207b Added the two latest snippet contributors 2012-02-21 21:50:54 +01:00
Holger Rapp
aa44eb3637 Merge branch 'add-haskell' of https://github.com/anthonywilson/ultisnips 2012-02-21 21:49:19 +01:00
Holger Rapp
8a7af50154 Load snippets as soon as filetype is set. This avoids a delay in the first expansion in a file 2012-02-21 21:47:12 +01:00
Anthony Wilson
cb95040960 Add Haskell snippets.
- Initial version courtesy github.com/laughedelic/dotvim
- Converted to ultisnips format
2012-02-21 22:55:20 +08:00
mellort
b049fe7d52 oops! looks like someone misnumbered this snippet 2012-02-20 17:39:36 -05:00
Holger Rapp
874cb89401 Fixed a bug when visual expand was used after umlauts or tabs. 2012-02-16 21:42:26 +01:00
Holger Rapp
e5551cd6cf Added a vis snippet to snippets.snippets 2012-02-16 20:36:38 +01:00
Holger Rapp
a961c98ca4 Updated ChangeLog 2012-02-14 22:47:20 +01:00
Holger Rapp
2c08d50f1e Added Martin Grenfell to the list of contributors 2012-02-14 18:52:59 +01:00
Martin Grenfell
7c1fc6cf88 Fix a bug with the eruby:slt snippet
One of the placeholders was missing a $ sign.
2012-02-14 18:52:44 +01:00
Alejandro Exojo
850b9a6c64 Fix a link in the docs that was written as a tag. 2012-02-13 10:37:05 +01:00
Holger Rapp
bed41564c0 Python code has access to text for VISUAL via snip.v 2012-02-12 12:33:53 +01:00
Holger Rapp
c1e5bb6c5f Visual now supports transformations 2012-02-12 12:15:54 +01:00
Holger Rapp
92209f99d2 Fixed jumping back bug after killing the current tabstop 2012-02-12 09:37:59 +01:00
Holger Rapp
164bcbc714 Fixed bug triggered by deleting the last few lines of a snippet in normal mode 2012-02-12 08:53:42 +01:00
Holger Rapp
6d6fe9dbb6 Fixed a bug when tabstop zero was deleted and then a jump attemted 2012-02-12 08:14:21 +01:00
Holger Rapp
1b904ea637 Some fixes in rails and ruby snippets 2012-02-12 08:10:27 +01:00
Holger Rapp
7f426f51b8 Documentation clarification by Jorge 2012-02-08 21:12:42 +01:00
Holger Rapp
30875494e4 Made python version configurable 2012-02-08 16:28:39 +01:00
Holger Rapp
1b71a872b2 Disable Deprecation warnings for fetching strings. 2012-02-07 21:54:03 +01:00
Holger Rapp
5cb168798d Added Giuseppe Rota to the list of contributors 2012-02-06 10:22:15 +01:00
Giuseppe Rota
85832c1b25 Fix bug in python snipmate conversion script, to avoid skipping every other snippet 2012-02-06 10:21:38 +01:00
Giuseppe Rota
6d79810efb Small fixes to docs 2012-02-06 10:19:35 +01:00
Holger Rapp
6c1371ff25 htmldjango is django + html 2012-02-06 10:11:52 +01:00
Holger Rapp
a5738f653e Improvements to the tex/texmath snippets by jorge 2012-02-06 10:10:41 +01:00
Holger Rapp
22bb4e0205 Minor bug in the docs fixed 2012-02-06 10:03:58 +01:00
Holger Rapp
5f670d0e15 Updated with new screencast. 2012-02-05 14:44:58 +01:00
Holger Rapp
b0827fe3f6 Some improvements to Syntax highlighting including support for ${VISUAL} 2012-02-05 13:15:25 +01:00
Holger Rapp
49d9ff23c6 Added ${VISUAL} in some snippets I use regularly. 2012-02-05 13:15:02 +01:00
Holger Rapp
fd03a1c7d9 Fixed a bug in snippet listing and silenced tests 2012-02-01 23:37:37 +01:00
Holger Rapp
aedd4851d5 Don't <esc> out of normal mode 2012-02-01 23:13:23 +01:00
Holger Rapp
8dd7720c29 Fix bug: List snippets didn't work after whitespace. 2012-02-01 21:39:33 +01:00
Holger Rapp
46f3258af9 Fixed a bug in snippet selection when using selection=exclusive 2012-02-01 20:31:03 +01:00
Holger Rapp
13aadb5def $VISUAL now supports default text 2012-01-31 14:20:49 +01:00
Holger Rapp
8c9bf502f2 Fixed a bug that could happen when a whole snippet was deleted. 2012-01-31 08:12:05 +01:00
Holger Rapp
634fdeb282 Fixed two small bugs with text object positioning. 2012-01-31 07:53:43 +01:00
Holger Rapp
36cba73046 Removed a no longer needed todo 2012-01-30 20:43:49 +01:00
Holger Rapp
e34fac23ff One error in last commit 2012-01-29 17:03:11 +01:00
Holger Rapp
da71206fce Significant bug fixes for windows. 2012-01-29 16:51:22 +01:00
Holger Rapp
599f3f75fb Reformatted ChangeLog 2012-01-28 18:11:50 +01:00
Holger Rapp
26c2de0879 Updated ChangeLog with the features of 2.0 2012-01-28 18:10:06 +01:00
Holger Rapp
ee607db3be Guess when a tabstop is overwritten 2012-01-28 17:07:37 +01:00
Holger Rapp
d537d1d438 A few more tests. 2012-01-28 17:07:37 +01:00