Commit Graph

550 Commits

Author SHA1 Message Date
Shougo 38ba96ea91 Merge pull request #116 from osyo-manga/unite_source
add unite-source.
2013-02-16 21:37:00 -08:00
manga_osyo 336870a15a add unite-source. 2013-02-17 14:20:34 +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 c6e175ef71 - Fixed get snippet range. 2013-02-16 21:39:39 +09:00
Shougo Matsushita f2f56b5a0f - Fixed on_insert_leave(). 2013-02-16 21:28:14 +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 b96e2bb402 - Added snippet aliases. 2013-01-22 10:49:21 +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
Shougo 35ea7414ce Merge pull request #112 from 1syo/fix-document
fix document
2013-01-11 04:27:07 -08: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 b1ac2eb3ed - Updated vital. 2012-12-25 22:58:04 +09:00
Shougo Matsushita 23677b98b9 - Improved tex snippets. 2012-12-21 19:19:23 +09:00
Shougo Matsushita 46442d8893 - Fixed typo. 2012-12-17 10:55:50 +09:00
Shougo Matsushita c98182d10d - Converted markers. 2012-12-13 17:34:20 +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
Shougo Matsushita 8e9d221d06 - Improved tex snippet. 2012-12-11 00:41:51 +09:00
Shougo Matsushita 61e87acb1e Merge branch 'master' of github.com:Shougo/neosnippet 2012-12-11 00:37:48 +09:00
Shougo Matsushita 2feefaf9b4 - Improved tex snippet. 2012-12-11 00:37:42 +09:00
Shougo 011bbc25da Merge pull request #108 from syngan/master
improved tex.snip
2012-12-10 05:52:55 -08:00
syngan 87fb9aa4d2 improved tex.snip 2012-12-10 22:25:54 +09:00
ujihisa 536935d28a Merge pull request #107 from syngan/master
fixed typos
2012-12-08 16:39:48 -08: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 9c4b50dd0b - Added NeoBundle snippet. 2012-12-02 00:44:38 +09:00
Shougo Matsushita 705d61471c - Improved for expand(). 2012-11-17 08:49:18 +09:00
Shougo Matsushita 9653ba6c32 - Improved documentation. 2012-11-16 08:05:14 +09:00
Shougo Matsushita d8d4c9e95c Merge branch 'master' of github.com:Shougo/neosnippet 2012-11-15 07:27:39 +09:00
Shougo Matsushita 8a5ac0b6a9 - Fixed error in warning message. 2012-11-15 07:27:05 +09:00
Shougo 6371d1481e Merge pull request #100 from rhysd/fix-synchronized-placeholder-example
fix an example of a synchronized placeholder
2012-11-11 05:54:18 -08:00
Shougo f729a4192a Merge pull request #101 from rhysd/fix-cpp-namespace-snippet
fix C++ namespace snippet
2012-11-11 05:53:58 -08:00
rhysd 33e04bd750 fix C++ namespace snippet
namespace の開き括弧が抜けていたため,修正しました.
2012-11-11 20:57:25 +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