Commit Graph

87 Commits

Author SHA1 Message Date
Shougo Matsushita d7d138090e - Changed prev_word behavior. 2012-10-04 18:49:16 +09:00
Shougo Matsushita e370a62d44 - Changed g:neosnippet#disable_runtime_snippets behavior. 2012-10-04 17:51:15 +09:00
Shougo Matsushita 2e6791e870 - Fixed typo. 2012-10-04 15:37:13 +09:00
Shougo Matsushita ce8e095c9c - Fixed s:get_cursor_snippet(). 2012-10-04 14:28:37 +09:00
ujihisa e7ac14bf34 scala snip tweaks 2012-10-03 21:24:24 -07:00
ujihisa ab9dc6873b Adding new snip: scala 2012-10-03 21:22:37 -07:00
Shougo Matsushita 6eef3d5462 - Changed :NeoSnippetEdit behavior. 2012-10-04 12:35:07 +09:00
Shougo Matsushita 82dce7fb66 Merge branch 'neosnippet' of github.com:Shougo/neocomplcache-snippets-complete into neosnippet 2012-10-04 10:22:56 +09:00
Shougo Matsushita 6e733a5ccb - Refactored snippets filter. 2012-10-04 10:22:35 +09:00
ujihisa eb19289a31 bugfix: :leftbelow command doesn't exit. now -split option will work. 2012-10-02 14:26:38 -07:00
Shougo Matsushita 6780dd60f6 - Improved python snippets. 2012-10-01 13:25:38 +09:00
Shougo Matsushita f64bb1d55a - Deleted neosnippet#force_expandable(). 2012-10-01 10:26:09 +09:00
ujihisa 5cd0e35f10 bugfix: it was infinite loop! 2012-09-30 15:11:20 -07:00
Shougo Matsushita e31b261755 - Fixed snippet source errors. 2012-09-30 23:16:26 +09:00
Shougo Matsushita e3fa0bbf64 - Renamed commands. 2012-09-30 19:10:25 +09:00
Shougo Matsushita f065035e7f - Changed neocomplcache source behavior. 2012-09-30 18:22:30 +09:00
Shougo Matsushita 83e20ff749 - Improved documentation. 2012-09-30 18:13:49 +09:00
Shougo Matsushita ba03d23a91 - Fixed error. 2012-09-30 18:04:48 +09:00
Shougo Matsushita 0739b9b12e - Improved filetype complete. 2012-09-30 17:45:41 +09:00
Shougo Matsushita d5e1a678d4 - Fixed errors. 2012-09-30 17:34:34 +09:00
Shougo Matsushita 9b4b9e6a02 - Improved for filetype. 2012-09-30 17:33:50 +09:00
Shougo Matsushita 67b59e9a1b - Deleted s:get_cursor_keyword_snippet(). 2012-09-30 17:30:21 +09:00
Shougo Matsushita 50cabbdce7 - Deleted neocomplcache depends. 2012-09-30 17:21:47 +09:00
Shougo Matsushita 2a0d6f18ad - Renamed vital. 2012-09-30 17:18:38 +09:00
Shougo Matsushita 6cebc087a2 - Refactored variables. 2012-09-30 17:17:31 +09:00
Shougo Matsushita 4fe36ca340 - Deleted neocomplcache#util functions. 2012-09-30 17:09:49 +09:00
Shougo Matsushita c07fdec557 - Vitalized. 2012-09-30 17:06:28 +09:00
Shougo Matsushita cb51dd674d - Changed runtime directory. 2012-09-30 17:04:46 +09:00
Shougo Matsushita 2359481091 - Fixed initialization. 2012-09-28 00:42:34 +09:00
Shougo Matsushita a21c9ef22d - Renamed keymappings. 2012-09-27 21:30:33 +09:00
Shougo Matsushita 7f3241815d - Re-Fixed wrong indentation when 'expandtab'. 2012-09-27 14:42:37 +09:00
ujihisa 8e7e2d4ee4 expanding tabs to spaces. it'll indent well with 'expandtab' 2012-09-26 19:06:23 -07:00
Shougo Matsushita 9bfd793dfa - Improved add placeholder behavior. 2012-09-27 07:38:16 +09:00
ujihisa c0503b0f00 c.snip: trivial spacing fixes 2012-09-22 23:52:30 -07:00
ujihisa 52d86e726c Improved ruby snip. 2012-09-22 22:55:13 -07:00
Shougo Matsushita 8bf26b819f - Merged. 2012-09-23 14:30:30 +09:00
Shougo Matsushita fd9d2ea81a - Fixed column in select mode. 2012-09-23 14:30:02 +09:00
ujihisa 476f33018f adding new snippet: lua 2012-09-22 22:26:56 -07:00
ujihisa c2c75968d7 javascript snippet bugfixes: some of them didn't need semicolons. some of them didn't space properly. 2012-09-22 22:19:54 -07:00
ujihisa 11a541c5cd consistant indentation 2012-09-22 22:16:41 -07:00
Shougo Matsushita d321e4f1c9 - Improved cursor position. 2012-09-23 13:48:35 +09:00
Shougo Matsushita 20eedd2741 - Fixed substitute tab character. 2012-09-23 13:45:38 +09:00
Shougo Matsushita 589a3287db - Merged. 2012-09-06 11:00:35 +09:00
Shougo Matsushita eed6af62f0 - Added neocomplcache__convertable attribute. 2012-09-05 17:03:56 +09:00
Shougo Matsushita fcf3af4b46 - Changed <Plug>(neocomplcache_snippets_expand) behavior. 2012-09-01 10:50:22 +09:00
Shougo Matsushita 878130bcf0 Merge branch 'master' of github.com:Shougo/neocomplcache-snippets-complete 2012-08-27 12:20:48 +09:00
Shougo Matsushita b45fc3a55f - Fixed neocomplcache#sources#snippets_complete#force_expandable(). 2012-08-27 12:20:31 +09:00
Ifaz Kabir 48bc8c32b1 fixed html-lists snippet typos 2012-08-15 23:20:21 -04:00
Shougo Matsushita 1367f60705 - Improved caching snippet files. 2012-08-02 11:11:44 +09:00
Shougo Matsushita 0dc85a33c5 - Added neocomplcache#sources#snippets_complete#get_snippets_dir(). 2012-06-06 10:01:42 +09:00