ujihisa
|
5b78c5c6f6
|
bugfix: javascript setTimeout(...); has semicolon in the end which means it's not an expression but a statement.
|
2012-10-25 18:55:12 -07:00 |
|
ujihisa
|
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.
|
2012-10-25 18:54:21 -07:00 |
|
Shougo Matsushita
|
e24b6baeb9
|
- Merged.
|
2012-10-26 10:48:41 +09:00 |
|
Shougo Matsushita
|
2a4db10f9b
|
- Improved javascript snippet file.
|
2012-10-26 10:46:05 +09:00 |
|
ujihisa
|
b01091afd7
|
ditto in lua and vim/vital
|
2012-10-25 09:12:39 -07:00 |
|
ujihisa
|
43247731b7
|
javascript snippet bugfix: follows changes in prev_word/options
|
2012-10-25 09:00:22 -07:00 |
|
Shougo Matsushita
|
f87a6b324a
|
- Improved neosnippet#util#expand().
|
2012-10-23 11:00:22 +09:00 |
|
Shougo Matsushita
|
f79f3df531
|
- Use head instead of prev_word.
|
2012-10-21 21:13:26 +09:00 |
|
Shougo Matsushita
|
deaa1469f5
|
- Merged.
|
2012-10-21 18:03:39 +09:00 |
|
Shougo Matsushita
|
15e014ca10
|
- Added options word.
|
2012-10-21 18:03:10 +09:00 |
|
Shougo Matsushita
|
87b97cd385
|
- Added options head.
|
2012-10-21 17:51:07 +09:00 |
|
ujihisa
|
898488cccd
|
Added vim/vital snip.
|
2012-10-20 19:48:13 -07:00 |
|
ujihisa
|
5919706b02
|
Added haskelll snip.
|
2012-10-20 19:16:15 -07:00 |
|
ujihisa
|
76e8612410
|
Improved scala snip -- prev_word wasn't used properly
|
2012-10-20 00:24:26 -07:00 |
|
Shougo Matsushita
|
77b3a1950d
|
- Fixed markdown snip.
|
2012-10-19 19:26:30 +09:00 |
|
Shougo Matsushita
|
de6dd9aae2
|
- Improved documentation.
|
2012-10-19 11:02:08 +09:00 |
|
ujihisa
|
b5afaa3363
|
Improved C++ snip
|
2012-10-15 23:05:24 -07:00 |
|
ujihisa
|
776b5801a3
|
improved lua snip
|
2012-10-15 23:03:51 -07:00 |
|
rhysd
|
2f30c8c83e
|
Added C++ snippets
- static_cast ( this is C++11 feature )
- namespace
- new casts
|
2012-10-16 14:55:50 +09:00 |
|
ujihisa
|
030e98deda
|
improving C snip -- abbr has more info
|
2012-10-13 18:11:05 -07:00 |
|
ujihisa
|
50b9a3a059
|
Improved vim snip -- adding augroup snippet.
|
2012-10-07 14:36:32 -07:00 |
|
Shougo Matsushita
|
cc22621217
|
- Fixed vim snippets.
|
2012-10-06 18:00:21 +09:00 |
|
Shougo Matsushita
|
e370a62d44
|
- Changed g:neosnippet#disable_runtime_snippets behavior.
|
2012-10-04 17:51:15 +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
|
6780dd60f6
|
- Improved python snippets.
|
2012-10-01 13:25:38 +09:00 |
|
Shougo Matsushita
|
e3fa0bbf64
|
- Renamed commands.
|
2012-09-30 19:10:25 +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
|
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 |
|