Commit Graph

169 Commits

Author SHA1 Message Date
Shougo Matsushita b0d0bb1a6c - Added unite__new_candidate action. 2013-02-17 16:11:21 +09:00
Shougo Matsushita 8fa2d27f62 - Improved snippet sources. 2013-02-17 14:58:57 +09:00
Shougo Matsushita fb1adf391b - Improved :NeoSnippetEdit. 2013-02-17 13:10:41 +09:00
Shougo Matsushita 47a1bfda12 - Fixed s:get_sources_filetypes() error. 2013-02-16 23:03:22 +09:00
Shougo Matsushita 925c03824d - Delete simple markers when InsertLeave. 2013-02-16 20:50:22 +09:00
Shougo Matsushita 6b10975d74 - Fixed documentation. 2013-02-16 20:23:13 +09:00
Shougo Matsushita 2666977005 - Added html snippet. 2013-02-16 14:35:09 +09:00
Shougo Matsushita 24dd5cff66 merged. 2013-02-16 13:15:46 +09:00
Shougo Matsushita a6eae4ae36 - Added sh snippet. 2013-02-16 13:13:32 +09:00
ujihisa f607d3bac1 Improved php snippets. 2013-02-03 15:36:52 -08:00
Shougo Matsushita d8605ea946 - Added vim snippets. 2013-02-01 11:47:59 +09:00
Shougo Matsushita 27274a32a4 - Added autoload snippet in Vim snip. 2013-01-30 08:03:53 +09:00
Shougo Matsushita 15cbea0616 - Improved documentation. 2013-01-27 06:56:06 +09:00
Shougo Matsushita 6863f6139c - Added NeoBundleLazy snippet. 2013-01-22 10:48:34 +09:00
Shougo Matsushita cc4d978744 - Lazy initialization. 2013-01-20 11:59:32 +09:00
Shougo Matsushita bdc7f9cb5b - Added neobundle#expandable_or_jumpable(). 2013-01-13 08:08:51 +09:00
Shougo Matsushita ff8b0b60c9 Merge branch 'master' of github.com:Shougo/neosnippet 2013-01-12 00:00:16 +09:00
Shougo Matsushita e1babfc02a - Deleted foldlevel. 2013-01-11 23:59:59 +09:00
TAKAHASHI Kazunari d828d4d004 fix document 2013-01-10 15:15:13 +09:00
Shougo Matsushita d59bf09b9b - Improved documentation. 2013-01-07 10:39:44 +09:00
Shougo Matsushita 20f82b2e02 - Changed neosnippet#expandable() behavior. 2013-01-07 10:37:02 +09:00
Shougo Matsushita 7e57355018 - Improved initialization timing. 2013-01-02 13:53:58 +09:00
Shougo Matsushita 23677b98b9 - Improved tex snippets. 2012-12-21 19:19:23 +09:00
Shougo Matsushita 0fa62bcea1 - Fixed expand target behavior. 2012-12-13 16:52:58 +09:00
Shougo Matsushita d01cd7247f - Skip neocomplcache completion when expand or jump snippets. 2012-12-13 14:53:23 +09:00
syngan bc1262804a fixed typos 2012-12-08 22:57:59 +09:00
ujihisa e8d2dc9fa7 trivial typofix 2012-12-07 13:24:45 -08:00
Shougo Matsushita 9653ba6c32 - Improved documentation. 2012-11-16 08:05:14 +09:00
rhysd a44f4bd414 fix an example of a synchronized placeholder
$number が含まれて折らず,a synchronized placeholder の例になって
いなかったので,$number を使っているものに修正しました.
例は自分の作ったスニペットの中から適当に持ってきているので,もっと
適切な例があればそれを使っていただければと思います.
2012-11-11 20:52:52 +09:00
Shougo Matsushita 8da63999f5 - Merged. 2012-11-10 10:48:10 +09:00
Shougo Matsushita ef5b97466e - Improved keyword filter behavior. 2012-11-10 10:47:14 +09:00
Shougo Matsushita bc1f26d74d - Fixed convert description. 2012-11-09 14:25:32 +09:00
Shougo Matsushita 5ccca08ff8 - Improved snippet rank. 2012-11-09 08:47:12 +09:00
Shougo Matsushita d709b75afe - Fixed error in java snippet. 2012-11-09 07:58:17 +09:00
Shougo Matsushita 4c605a5d8f - Improved syntax error. 2012-11-09 07:55:40 +09:00
Shougo Matsushita 26a8a75a7e - Fixed s:indent_snippet(). 2012-11-08 11:56:07 +09:00
Shougo 2783eac03a Merge pull request #94 from AmaiSaeta/fix/typo_neosnippet-snippet-syntax
Fixed a typo in 'SNIPPET SYNTAX' section of the help.
2012-11-06 17:46:36 -08:00
AmaiSaeta 5e038dfc90 Fixed the lacking 'options head' specifier in the example of the help. 2012-11-07 01:13:55 +09:00
AmaiSaeta 29b1b6d38d Fixed a typo in 'SNIPPET SYNTAX' section of the help. 2012-11-07 00:44:05 +09:00
Shougo Matsushita df8767752e - Fixed expand target. 2012-11-06 15:28:54 +09:00
Shougo Matsushita 15cad9454d - Improved default tex snippets. 2012-11-06 14:56:29 +09:00
Shougo Matsushita 0a2d19aea4 - Changed spaces behavior. 2012-11-05 16:59:39 +09:00
Shougo Matsushita 83c199831c - Improved syntax description. 2012-11-05 16:41:01 +09:00
Shougo Matsushita bbf1f43ec5 - Fixed snippet parser. 2012-11-05 12:11:25 +09:00
Shougo Matsushita 177940ae3a - Fixed for comment string. 2012-11-05 12:01:14 +09:00
Shougo Matsushita 59f7c05fb2 - Improved completion behavior. 2012-11-04 20:47:54 +09:00
Shougo Matsushita 45c3baaf23 - Added regexp syntax. 2012-11-03 15:35:27 +09:00
Shougo Matsushita ff8b6f19c3 - Refactored parse routine. 2012-11-03 14:08:11 +09:00
Shougo Matsushita 2aed9fa34d - Added :NeoSnippetSource. 2012-11-03 12:40:08 +09:00
Shougo Matsushita 5952b6e51d - Refactored documentation. 2012-11-03 12:33:18 +09:00