Holger Rapp
69c95f537d
Added Pedro to the list of contributors.
2012-12-17 11:03:02 +01:00
Aaron Schrab
3a4991fb32
Add option for stripping of trailing whitespace
...
Add "s" snippet option which, if set, will cause trailing whitespace to
be stripped from lines before jumping to the next tab stop.
When used with a snippet like the following this will allow the text
from the $1 tabstop to be removed and have the space in front of that
automatically deleted when the user jumps to $2. This will work even if
using the same key for snippet expansion and jumping to the next
tabstop, whereas if the space was manually removed the key would cause
the snippet to be expanded again.
snippet do "do block" s
do `!p snip.rv = "|" if t[1] else""`${1:args}`!p snip.rv = "|" if t[1] else""`
$2
end
$0
endsnippet
2012-11-24 13:25:29 -05:00
Holger Rapp
54d917ddd4
Fixes and improvements to snipmate conversion util by Steve McKinney
2012-11-24 10:32:00 +01:00
Øystein Walle
a599a6ee6a
Add Øystein Walle to contributors list
2012-11-08 07:40:18 +01:00
Holger Rapp
39f9d77fe3
Improvements to C snippets by Vivien Didelot
2012-11-02 12:46:19 +01:00
Holger Rapp
629ff849ec
New D-snippets from Ferdinand Majerech
2012-11-01 18:34:42 +01:00
Holger Rapp
30fac27e9d
Improved documentation a bit.
2012-10-25 07:18:27 +02:00
Holger Rapp
da776e37b5
Updated the installation doc correctly this time.
2012-10-23 19:14:00 +02:00
Holger Rapp
57e08fbe87
Updated installation documentation
2012-10-17 10:13:34 +02:00
Holger Rapp
27cae38529
DEL and c-h now behave as BS in select mode. Patch partly by buztard
2012-10-14 11:41:22 +02:00
Holger Rapp
4d642ddee3
ife snippet for C by theocrite
2012-10-13 12:11:50 +02:00
Holger Rapp
1690986d23
Indicate success or failure of expansions and jumps
...
Patch by Jorge Rodrigues.
2012-09-06 19:38:41 +02:00
Holger Rapp
bb75169301
Updated ChangeLog
2012-09-01 20:13:56 +02:00
Holger Rapp
e283500a24
Patch by Aaron: optionally disable warning for no Python
2012-08-21 12:51:16 +02:00
Holger Rapp
fe81063b60
Improvements to the syntax file by NagatoPain
2012-08-15 14:16:50 +02:00
Holger Rapp
f98bcd6f53
Test script refactorings by Aaron Schrab
2012-08-09 15:42:16 +02:00
Aaron Schrab
2f7317ed8f
Document UltiSnipsNoPythonWarning variable
...
As requested in SirVer/ultisnips#24
2012-08-06 15:45:48 -04:00
Holger Rapp
890291e42d
Adhere to pseudostandard of length of sections in Vim help. Patch by Martin Krauskopf
2012-07-08 12:01:25 +02:00
Alexander Kondratskiy
e9a783857b
Better commentboxes. Patch by Alexander Kondratskiy.
2012-07-02 13:14:10 +02:00
Holger Rapp
632ebf5147
added full name of pavel
2012-06-26 11:29:14 +02:00
Holger Rapp
44b03675b5
Added exu to the list of contributors
2012-06-26 11:25:29 +02:00
Holger Rapp
30795ee030
Added Laurent to the list of contributors
2012-05-22 11:29:51 +02:00
Holger Rapp
d62714492a
Added luca to the list of contributors
2012-05-22 11:24:38 +02: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
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
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
4be8a92bf6
Added Jim to the list of contributors
2012-03-11 17:30:05 +01: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
Holger Rapp
773d143a96
Added timothy to the list of contributors
2012-02-22 11:56:26 +01:00
Holger Rapp
9abc08aade
added nick to the list of contributors
2012-02-22 11:43:52 +01:00
Holger Rapp
fda166207b
Added the two latest snippet contributors
2012-02-21 21:50:54 +01:00
Holger Rapp
2c08d50f1e
Added Martin Grenfell to the list of contributors
2012-02-14 18:52:59 +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
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
5cb168798d
Added Giuseppe Rota to the list of contributors
2012-02-06 10:22:15 +01:00
Giuseppe Rota
6d79810efb
Small fixes to docs
2012-02-06 10:19:35 +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
13aadb5def
$VISUAL now supports default text
2012-01-31 14:20:49 +01:00
Holger Rapp
bcf8cc8a6d
Change globbing patterns for snippets to follow Vim more closely
2012-01-28 17:07:37 +01:00