Commit Graph

581 Commits

Author SHA1 Message Date
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
Holger Rapp
bcf8cc8a6d Change globbing patterns for snippets to follow Vim more closely 2012-01-28 17:07:37 +01:00
Holger Rapp
5ebad7351c Fixes for Python 3 2012-01-28 17:07:37 +01:00
Holger Rapp
e69838c4bf UltiSnips should now be able to cope with formatoptions. Removed turning them off and the corresponding snippet option "f" 2012-01-28 17:07:37 +01:00
Holger Rapp
5325d3bfa4 Fixed a bug in the last commit 2012-01-28 17:07:37 +01:00
Holger Rapp
f2ce576fbd Fixed various smaller bugs I encountered 2012-01-28 17:07:37 +01:00
Holger Rapp
0f37d62f8a No longer cache the whole buffer, only the last range 2012-01-28 17:07:37 +01:00
Holger Rapp
2dc4148f0f We now require py >= 2.6 2012-01-28 17:07:37 +01:00
Holger Rapp
6226b29fb5 Added and fixed a failing test case 2012-01-28 17:07:37 +01:00
Holger Rapp
3efd38305e Fixed a bug concerning python locals.
The update order of children must be spacial, 
otherwise python codes are not executed in order
which means that locals might or might not be defined.
2012-01-28 17:07:36 +01:00
Holger Rapp
0caa5be256 Small refactoring 2012-01-28 17:07:36 +01:00
Holger Rapp
ced34ee36a Made simple insertion and deletion a little more robust 2012-01-28 17:07:36 +01:00
Holger Rapp
7ece270e3f Really removed debug output 2012-01-28 17:07:36 +01:00
Holger Rapp
4e1d340a10 Remove debug output 2012-01-28 17:07:36 +01:00
Holger Rapp
13ea92dd31 More test that I thought could make trouble. 2012-01-28 17:07:36 +01:00
Holger Rapp
e8416d868d - More cleanups and fixes 2012-01-28 17:07:36 +01:00
Holger Rapp
a4f8e12c24 VimBuffer.cursor.line is no 0 based 2012-01-28 17:07:36 +01:00