Commit Graph

612 Commits

Author SHA1 Message Date
Pavel Puchkin
4f80d6c084 Added PDB breakpoint snippet 2012-05-05 17:50:50 +11:00
Holger Rapp
93b480ab6f html: added doctype for html 5.0. Suggested by harry 2012-04-25 09:49:04 +02:00
Holger Rapp
5782180811 Added chapter and part to RST snippets. Suggested by Chen Houwu 2012-04-25 09:14:19 +02:00
Holger Rapp
98799115e3 rst: Parts should be marked with '#' 2012-04-24 11:33:17 +02:00
Holger Rapp
2ddb5b7263 Small bug fix for last commit 2012-04-01 16:50:50 +02:00
Holger Rapp
bfce5af642 Implemented UltiSnipsAddFiletypes
It makes it possible to add filetypes in ftplugin/ft.vim or manually while editing.
2012-04-01 16:42:34 +02:00
Holger Rapp
9d35d72a25 Links to fourth screencast about python interpolation 2012-03-31 16:40:12 +02:00
Holger Rapp
5640013a9a Fixed critical bug in last commit. Sorry 2012-03-28 09:21:37 +02:00
Holger Rapp
c5bf7dc6cc Also leave snippets when exiting the buffer, not only when exiting the window 2012-03-28 07:42:05 +02:00
Holger Rapp
d49db703e5 Fixed bug with mkline and noexpandtab 2012-03-24 20:15:43 +01:00
Holger Rapp
4be8a92bf6 Added Jim to the list of contributors 2012-03-11 17:30:05 +01:00
Holger Rapp
2c3db308d3 Merge pull request #12 from iiijjjii/master
Documentation update
2012-03-11 09:27:42 -07:00
Jim Karsten
80d36d7492 Documentation improvements 2012-03-10 15:41:47 -05:00
Holger Rapp
6d4061418e Added Chris to the list of contributors 2012-03-03 23:37:41 +01:00
Chris Lasher
c3a02d849d Allow Sphinx info field list-formatted docstrings.
This change supports Sphinx info field lists in docstrings.
http://sphinx.pocoo.org/domains.html#info-field-lists

The user can specify this preference by setting the
``ultisnips_python_style`` variable to ``"sphinx"``; e.g., in the .vimrc
or other configuration file, add the following line:

    let g:ultisnips_python_style = "sphinx"
2012-03-03 23:36:32 +01:00
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