mattn
8e515a11c2
Add custom_expand
2013-06-06 17:32:10 +09:00
mattn
30d304ff1f
Add user-defined dollar expression (Merged tang3w's awesome commits)
2013-06-06 12:17:42 +09:00
mattn
857ecdb813
Fix typo
2013-06-03 22:27:41 +09:00
mattn
64b64e6bf8
Lorem Ipsum
2013-06-03 12:06:12 +09:00
mattn
6fd2031fa2
Fixed #98 pass to indent to html#toString()
2013-04-24 20:43:15 +09:00
mattn
bc262ed52b
Use group_itemno or itemno that greating. close #118
2013-04-23 09:46:04 +09:00
mattn
6d07bd9752
Separate rendering type and filetype
2013-04-09 19:18:41 +09:00
mattn
857809e676
Fix guessing filetype
2013-04-09 18:55:21 +09:00
mattn
dc199ba273
Fix $# expands
2013-04-09 18:14:39 +09:00
mattn
f5bb76ba39
Expands $# as content. close #116
2013-04-09 18:05:28 +09:00
mattn
59c2fb6647
Check bundled type at the first
2013-03-26 12:48:02 +09:00
mattn
82c09728d7
Fix checking type for expanding abbreviation. Also move types htmldjango/drupal into default settings.
2013-03-26 12:43:43 +09:00
Philipp Hinrichsen
73386514ea
added less support
2013-02-18 13:20:19 +01:00
mattn
8c108ad27d
use lower case 'html' for <DOCTYPE HTML>
2013-01-07 12:07:05 +09:00
mattn
77855c4fe1
add snippets for sass.
2012-10-24 11:27:34 +09:00
mattn
6575f65eaf
support linear gradient.
2012-10-16 17:07:47 +09:00
Charles McGarvey
68f6e1851a
add option for customizing the empty tag suffix
...
Example: To expand the br tag as <br/> instead of the default <br />, put this
in your .vimrc:
let g:user_zen_settings = {
\ 'html': {
\ 'empty_element_suffix': '/>',
\ },
\}
2012-09-01 13:09:50 -06:00
Charles McGarvey
e7af8d0793
make snippet expanding obey user tab settings
2012-09-01 13:03:59 -06:00
mattn
7ad7c1032e
escape indent character if it's like '\t' (not "\t"). however, it won't beuseful for me.
2012-07-26 08:58:08 +09:00
mattn
2393c3772a
escape filter to be possible to specify regexp.
2012-07-23 20:54:47 +09:00
mattn
2ad5bddc8c
filter to split to separated columns with wrap-with-abbreviation.
2012-07-23 20:48:49 +09:00
mattn
d5a3582b6a
behave wrap with abbr if dollar_expr is set.
2012-07-06 16:28:06 +09:00
mattn
5244c6ec5e
fix test.
2012-07-02 13:14:23 +09:00
mattn
490802965d
fix escape filter. close #85
2012-07-02 10:03:43 +09:00
mattn
255902037d
cache result of file types checking.
2012-06-29 09:54:58 +09:00
mattn
43a9e6f962
fix inline_elements/block_elements.
2012-06-20 12:42:01 +09:00
mattn
57754d9506
open folding. close #83
2012-06-20 11:43:58 +09:00
mattn
264df14c43
treat as scss.
2012-06-13 22:11:17 +09:00
mattn
24e65cd412
default filetype.
2012-06-13 21:45:38 +09:00
mattn
bddc3f9ff5
check encoding more smart.
2012-06-13 18:44:45 +09:00
mattn
05688356b3
fix indent for ${child}.
2012-06-13 18:21:30 +09:00
mattn
65c8fe1d23
missing }
2012-06-13 17:36:52 +09:00
mattn
e5b1e29964
fix indent for multiplier items.
2012-06-13 17:20:36 +09:00
mattn
b61feb2f76
why call in several time.
2012-06-11 20:02:12 +09:00
mattn
d19b2b4fcd
fix snippets for haml & slim.
2012-06-11 19:15:45 +09:00
mattn
15c3f99c68
fix: {item number $ ${nl}}*5
2012-06-11 17:41:41 +09:00
mattn
dcccfc6881
fix group item number. close #25
2012-06-11 11:32:59 +09:00
mattn
d5145397cb
new style formatter.
2012-06-10 01:55:16 +09:00
mattn
faaaed9840
new feature, add code pretty.
2012-06-07 12:50:07 +09:00
mattn
7967655b9c
add indent spaces.
2012-06-04 17:22:13 +09:00
mattn
4dfd07003e
removeTag for haml & slim.
2012-06-04 17:12:31 +09:00
mattn
d3f4db7367
calculate 'indentation' from shiftwidth. close #78
2012-06-04 16:37:45 +09:00
mattn
3d3ae065eb
add :Zen command.
2012-06-03 01:21:25 +09:00
mattn
1efd8a094f
move splitJoinTag into each types.
2012-06-03 00:39:05 +09:00
mattn
7b0c846018
fix re-set parent of brother node. all tests are passed again!
2012-06-02 23:06:28 +09:00
mattn
4c33c082c8
start to fix formatting.
2012-06-01 18:58:13 +09:00
mattn
99585c507c
anchorizeURL.
2012-05-31 22:07:05 +09:00
mattn
d484c131b9
oops.
2012-05-31 19:26:40 +09:00
mattn
04b34844f1
add function to get snippets candidates for completion. thanks: https://gist.github.com/469369
2012-05-31 19:25:21 +09:00
mattn
7fe889d214
moveNextPrev
2012-05-31 17:47:14 +09:00