Commit Graph

626 Commits

Author SHA1 Message Date
Holger Rapp
c7e78522fd Fix a bug with localisation 2012-06-01 14:33:55 +02:00
Holger Rapp
30795ee030 Added Laurent to the list of contributors 2012-05-22 11:29:51 +02:00
Laurent Peuch
af2f762e07 avoid crashing if trig list is empty 2012-05-22 11:29:03 +02:00
Holger Rapp
d62714492a Added luca to the list of contributors 2012-05-22 11:24:38 +02:00
Holger Rapp
cf7839b4da Merge branch 'master' of https://github.com/lucapette/ultisnips 2012-05-22 11:23:56 +02:00
Holger Rapp
e41bb29792 Merge pull request #16 from graudeejs/master
Updated ruby snippets by graudeejs
2012-05-22 02:19:14 -07:00
Holger Rapp
0423ee5073 Coffee and Jasmine snippets by Ches Martin 2012-05-22 11:14:58 +02:00
Aldis Berjoza
25be45de10 Update ruby snippets 2012-05-19 14:55:09 +03:00
lucapette
d203e69c58 Change visualmode to visual-mode 2012-05-15 18:27:16 +02:00
Holger Rapp
3406aca82a Added fgalassi to the list of contributors 2012-05-14 09:56:27 +02:00
Federico Galassi
17954d27e3 fixed error in documentation about file pattern for snippets files 2012-05-11 10:24:22 +02:00
Holger Rapp
d28259d8b8 added pavel to the lists of contributors 2012-05-06 18:15:06 +02:00
Holger Rapp
95cff58cc6 Merge pull request #13 from neoascetic/pdb
Added PDB breakpoint snippet (by Pavel)
2012-05-06 09:12:43 -07:00
Pavel Puchkin
6f223dcd3f ...only on new line 2012-05-05 18:11:13 +11:00
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