Commit Graph

  • d10ee801d6 Added initial README Christian Höltje 2012-10-29 19:00:04 -0400
  • 617a858341 - Improved documentation. Shougo Matsushita 2012-10-30 07:45:46 +0900
  • efecca4fb8 - Implemented target placeholder. Shougo Matsushita 2012-10-30 07:38:37 +0900
  • be5b8e37cd - Fixed for alias. Shougo Matsushita 2012-10-30 05:18:59 +0900
  • ff281e5171 - Improved python snippets. Shougo Matsushita 2012-10-30 05:11:23 +0900
  • 9e96a69061 - Implemented commented placeholder. Shougo Matsushita 2012-10-30 05:09:50 +0900
  • c1cfe686ad - Added get_selected_text(). Shougo Matsushita 2012-10-29 19:27:18 +0900
  • d4870c9987 - Improved clear select mode mappings. Shougo Matsushita 2012-10-29 12:28:33 +0900
  • e1bb6d58ef - Improved syntax. Shougo Matsushita 2012-10-29 11:32:38 +0900
  • d30ce7fe79 - Improved syntax of markers. Shougo Matsushita 2012-10-29 11:27:22 +0900
  • de453e5a16 - Improved parse of snippets file. Shougo Matsushita 2012-10-29 11:22:37 +0900
  • 2b5eb202f7 - Improved filter behavior. Shougo Matsushita 2012-10-28 19:15:58 +0900
  • 6f2f181cb3 - Improved expand behavior. Shougo Matsushita 2012-10-28 18:58:55 +0900
  • 77375e8fd3 Merge pull request #61 from vinsonchuong/refactor-folding-fix Shougo 2012-10-28 02:54:47 -0700
  • d74196b4fd Merge pull request #63 from vinsonchuong/fix-conceal-autocmd Shougo 2012-10-28 02:53:28 -0700
  • a0cae1175e - Improved ruby snippets. Shougo Matsushita 2012-10-28 18:49:19 +0900
  • f1a6401519 - Improved snipMate compatibility. Shougo Matsushita 2012-10-28 18:47:26 +0900
  • d305dde1cc - Merged. Christian Höltje 2012-10-28 01:25:52 -0400
  • 2fde49493b Add compatability for SnipMate-style `abbr` Christian Höltje 2012-10-28 00:43:55 -0400
  • 5470da2546 Fix autocmd not firing for initial buffer Vinson Chuong 2012-10-27 19:07:17 -0700
  • 870db7dfca Simplified fix not working for some snippets Vinson Chuong 2012-10-27 17:03:56 -0700
  • 0a3edfa3a0 - Improved a bit. Shougo Matsushita 2012-10-27 18:06:46 +0900
  • b955d17e5e - Improved g:neosnippet#disable_select_mode_mappings behavior. Shougo Matsushita 2012-10-27 18:04:53 +0900
  • e9db76f71f - Fixed for :SnippetEdit. Shougo Matsushita 2012-10-27 12:20:00 +0900
  • dcef469919 Merge pull request #57 from vinsonchuong/refactor-folding-fix Shougo 2012-10-25 22:59:58 -0700
  • aa0bc464fa Simplify folding fix Vinson Chuong 2012-10-25 22:43:28 -0700
  • 5b78c5c6f6 bugfix: javascript setTimeout(...); has semicolon in the end which means it's not an expression but a statement. ujihisa 2012-10-25 18:55:12 -0700
  • 020c2f126e bugfix: JavaScript function literal is not only a statement but also an expression; you can pass the function literal as an argument for a function call. ujihisa 2012-10-25 18:54:21 -0700
  • e24b6baeb9 - Merged. Shougo Matsushita 2012-10-26 10:48:41 +0900
  • d94e807286 Merge pull request #56 from vinsonchuong/fix-folding Shougo 2012-10-25 18:47:25 -0700
  • 2a4db10f9b - Improved javascript snippet file. Shougo Matsushita 2012-10-26 10:46:05 +0900
  • b01091afd7 ditto in lua and vim/vital ujihisa 2012-10-25 09:12:39 -0700
  • 43247731b7 javascript snippet bugfix: follows changes in prev_word/options ujihisa 2012-10-25 09:00:07 -0700
  • e25014e008 Prevent folding of expanded snippet Vinson Chuong 2012-10-25 07:56:08 -0700
  • f46f36837e - Deleted sandbox execution. Shougo Matsushita 2012-10-25 10:50:25 +0900
  • f87a6b324a - Improved neosnippet#util#expand(). Shougo Matsushita 2012-10-23 11:00:22 +0900
  • f79f3df531 - Use head instead of prev_word. Shougo Matsushita 2012-10-21 21:13:26 +0900
  • fdc6880600 - Fixed print_error(). Shougo Matsushita 2012-10-21 21:07:57 +0900
  • e44c9d6562 - Improved options word behavior. Shougo Matsushita 2012-10-21 20:48:02 +0900
  • deaa1469f5 - Merged. Shougo Matsushita 2012-10-21 18:03:39 +0900
  • 15e014ca10 - Added options word. Shougo Matsushita 2012-10-21 18:03:10 +0900
  • 87b97cd385 - Added options head. Shougo Matsushita 2012-10-21 17:51:07 +0900
  • 898488cccd Added vim/vital snip. ujihisa 2012-10-20 19:48:13 -0700
  • 5919706b02 Added haskelll snip. ujihisa 2012-10-20 19:16:15 -0700
  • 76e8612410 Improved scala snip -- prev_word wasn't used properly ujihisa 2012-10-20 00:24:26 -0700
  • 7286b8e819 better English ujihisa 2012-10-19 20:59:02 -0700
  • 42e3c7561f typofix ujihisa 2012-10-19 20:56:03 -0700
  • b3dc4abc38 better English ujihisa 2012-10-19 20:55:19 -0700
  • 77b3a1950d - Fixed markdown snip. Shougo Matsushita 2012-10-19 19:26:30 +0900
  • a0c387de1e - Improved documentation. Shougo Matsushita 2012-10-19 18:38:52 +0900
  • f0a97fa957 - Fixed make cache behavior. Shougo Matsushita 2012-10-19 18:31:55 +0900
  • 003ecce466 - Improved documentation. Shougo Matsushita 2012-10-19 16:11:37 +0900
  • 355789b029 - Search snippets recursively. Shougo Matsushita 2012-10-19 16:07:15 +0900
  • de6dd9aae2 - Improved documentation. Shougo Matsushita 2012-10-19 11:02:08 +0900
  • 16762dfe1d - Fixed syntax highlight. Shougo Matsushita 2012-10-19 09:00:36 +0900
  • 5970efcf6b - Fixed menu pattern. Shougo Matsushita 2012-10-18 16:31:45 +0900
  • ae1c34cdfa - Improved unite__new_candidate action. Shougo Matsushita 2012-10-18 12:35:04 +0900
  • befa939da6 - Added unite__new_candidate action in snippet source. Shougo Matsushita 2012-10-18 12:28:51 +0900
  • 97b0a2a246 - Fixed s:get_sources_list(). Shougo Matsushita 2012-10-18 11:57:09 +0900
  • a0600fa2fe Merge pull request #47 from NagatoPain/stardiviner Shougo 2012-10-17 01:46:05 -0700
  • 2ff38d0d21 improve include doc NagatoPain 2012-10-17 16:43:23 +0800
  • daba463774 - Improved documentation. Shougo Matsushita 2012-10-17 16:27:12 +0900
  • 10281266ea - Improved documentation. Shougo Matsushita 2012-10-17 14:45:37 +0900
  • e17f326239 - Improved escape placeholder. Shougo Matsushita 2012-10-17 08:27:52 +0900
  • 33de2273e8 - Fixed alias problem. Shougo Matsushita 2012-10-17 08:19:37 +0900
  • 25d448c133 Merge branch 'neosnippet' of github.com:Shougo/neocomplcache-snippets-complete into neosnippet Shougo Matsushita 2012-10-17 08:06:05 +0900
  • f160bf7f20 Merge pull request #44 from davedevelopment/patch-1 Shougo 2012-10-16 16:04:33 -0700
  • b6f4c54716 Allow backslashes in placeholder defaults Dave Marshall 2012-10-16 16:04:04 +0200
  • b5afaa3363 Improved C++ snip ujihisa 2012-10-15 23:05:24 -0700
  • 776b5801a3 improved lua snip ujihisa 2012-10-15 22:06:45 -0700
  • 4e5225ae06 Merge pull request #42 from rhysd/add-cpp-snippets ujihisa 2012-10-15 23:02:51 -0700
  • 2f30c8c83e Added C++ snippets rhysd 2012-10-16 14:55:50 +0900
  • e260e63b95 Merge branch 'neosnippet' of github.com:Shougo/neocomplcache-snippets-complete into neosnippet Shougo Matsushita 2012-10-15 08:41:27 +0900
  • 7219f062fa - Improved error check. Shougo Matsushita 2012-10-15 08:39:34 +0900
  • 030e98deda improving C snip -- abbr has more info ujihisa 2012-10-13 18:11:05 -0700
  • d7d40d66f4 - Improved documentation. Shougo Matsushita 2012-10-14 09:51:30 +0900
  • dcacb06461 - Improved documentation. Shougo Matsushita 2012-10-14 09:46:24 +0900
  • 93ef606993 Merge branch 'neosnippet' of github.com:Shougo/neocomplcache-snippets-complete into neosnippet Shougo Matsushita 2012-10-08 22:01:34 +0900
  • b6eed31074 - Fixed typo. Shougo Matsushita 2012-10-08 22:01:19 +0900
  • 50b9a3a059 Improved vim snip -- adding augroup snippet. ujihisa 2012-10-07 14:36:32 -0700
  • 496ef77c79 - Fixed for E749. Shougo Matsushita 2012-10-06 20:19:44 +0900
  • c301eea419 - Fixed for E749. Shougo Matsushita 2012-10-06 20:18:15 +0900
  • 23dd5a099e Don't create file in editting snippet file Shougo Matsushita 2012-10-06 20:04:08 +0900
  • 4e8f2ab813 - Fixed setfiletype. Shougo Matsushita 2012-10-06 19:54:47 +0900
  • cc22621217 - Fixed vim snippets. Shougo Matsushita 2012-10-06 18:00:21 +0900
  • 2ce74aabd7 - Improved indentation behavior. Shougo Matsushita 2012-10-06 17:56:10 +0900
  • 365357b741 - Fixed substitute marker. Shougo Matsushita 2012-10-06 17:16:56 +0900
  • 88821a7d9b - Improved indent snippet behavior. Shougo Matsushita 2012-10-06 16:22:36 +0900
  • d7d138090e - Changed prev_word behavior. Shougo Matsushita 2012-10-04 18:49:16 +0900
  • e370a62d44 - Changed g:neosnippet#disable_runtime_snippets behavior. Shougo Matsushita 2012-10-04 17:51:15 +0900
  • 725151160e - Improved documentation. Shougo Matsushita 2012-10-04 17:17:42 +0900
  • 2e6791e870 - Fixed typo. Shougo Matsushita 2012-10-04 15:37:13 +0900
  • c51e616a7c typo, fix options dictionary NagatoPain 2012-10-04 14:13:48 +0800
  • ce8e095c9c - Fixed s:get_cursor_snippet(). Shougo Matsushita 2012-10-04 14:28:37 +0900
  • 306ef025a7 Merge branch 'neosnippet' of github.com:Shougo/neocomplcache-snippets-complete into neosnippet Shougo Matsushita 2012-10-04 14:21:21 +0900
  • 4d20ebd679 - Fixed documentation. Shougo Matsushita 2012-10-04 14:21:05 +0900
  • e7ac14bf34 scala snip tweaks ujihisa 2012-10-03 21:24:24 -0700
  • ab9dc6873b Adding new snip: scala ujihisa 2012-10-03 21:22:37 -0700
  • 6eef3d5462 - Changed :NeoSnippetEdit behavior. Shougo Matsushita 2012-10-04 12:35:07 +0900
  • 82dce7fb66 Merge branch 'neosnippet' of github.com:Shougo/neocomplcache-snippets-complete into neosnippet Shougo Matsushita 2012-10-04 10:22:56 +0900