Commit Graph

431 Commits

Author SHA1 Message Date
Shougo Matsushita
d657c10abe Improve indent 2015-10-23 14:11:23 +09:00
Shougo Matsushita
32e56accfa Use snippets_file instead of snippet_file 2015-10-23 14:10:36 +09:00
Shougo Matsushita
97e0886596 Fix #294 improve snippet initialization 2015-10-23 08:15:02 +09:00
Shougo Matsushita
e1940d7780 Fix #293 spelling 2015-10-22 07:21:47 +09:00
Shougo Matsushita
bf4d2fdd31 Fix #293 add neosnippet#annonymous() 2015-10-21 21:13:14 +09:00
Shougo Matsushita
7c07c4d8a2 Improve menu 2015-10-03 10:35:58 +09:00
Shougo Matsushita
bab27f8a95 Add b:neosnippet_disable_snippet_triggers 2015-10-02 06:32:37 +09:00
Shougo Matsushita
1617094a8c Fix paren parser 2015-09-01 05:56:41 +09:00
Shougo Matsushita
32e2cf9f70 Implement auto clear markers feature 2015-08-29 09:33:43 +09:00
Shougo Matsushita
58ed397963 Improve clear markers behavior 2015-08-29 09:27:32 +09:00
Shougo Matsushita
8cd4224432 Improve select mode mapping 2015-08-29 09:25:51 +09:00
Shougo Matsushita
19dc3db526 Improve completed snippet behavior 2015-08-25 20:40:08 +09:00
Shougo Matsushita
c76a668f40 Fix completed snippet 2015-08-25 08:11:37 +09:00
Shougo Matsushita
b4d50769c2 Fix #288 don't overwrite exists snippet 2015-08-23 14:49:33 +09:00
Shougo Matsushita
88d5efde15 Implement completed snippet feature 2015-08-22 06:36:11 +09:00
Shougo Matsushita
0760054560 Clear markers before save buffers 2015-08-16 07:07:40 +09:00
Shougo Matsushita
a272ad16d1 Improve NeoSnippetClearMarkers behavior 2015-08-16 07:05:02 +09:00
Shougo Matsushita
58ac259dc5 Improve error messages 2015-08-15 09:24:37 +09:00
Shougo Matsushita
2c97d62503 Fix #279 add g:neosnippet#enable_conceal_markers 2015-06-23 21:51:14 +09:00
Shougo Matsushita
7c1d60f499 Remove g:neosnippet#enable_preview 2015-06-04 07:35:36 +09:00
Aaron Jensen
ee9713f230 Use Data.String 2015-05-11 22:12:09 -07:00
Aaron Jensen
4fcaf4221f Upgrade vital, add Data.String 2015-05-11 22:11:55 -07:00
Shougo Matsushita
48689a972d Fix #273 check modifiable in :NeoSnippetClearMarkers 2015-05-04 16:26:59 +09:00
Shougo Matsushita
526b31253e Don't use \v patterns 2015-05-04 16:26:33 +09:00
Shougo Matsushita
4fcc89017b Add honza snippets function for compatibility 2015-04-11 12:44:14 +09:00
wuranbo
455193d750 *feature) 添加uppercase函数。 2015-04-10 17:07:46 +08:00
Shougo Matsushita
18e7aadc91 Fix sudo check 2015-01-13 23:12:17 +09:00
bluehavana
03e044871d Replace XDG_CACHE_DIR with XDG_CACHE_HOME
per http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
2014-11-17 16:48:12 -08:00
Shougo Matsushita
23327c4379 Fix #257 remove <Plug>(neosnippet_expand_target) 2014-10-27 19:27:04 +09:00
Shougo Matsushita
4734238921 Fix #252 improve optional placeholder behavior 2014-10-14 20:52:34 +09:00
Shougo Matsushita
58a8296b2a Remove backticks 2014-09-10 02:24:42 +09:00
Shougo Matsushita
292df943a0 Fix #243 improve expand target behavior 2014-07-30 20:20:47 +09:00
Shougo Matsushita
b898dd9a9b Fix #237 expand trigger problem 2014-07-30 20:19:09 +09:00
Shougo Matsushita
01d17aa885 Remove iminsert reset 2014-07-15 19:08:09 +09:00
Shougo Matsushita
d981b8aee7 Fix #169 support for multiple filetypes 2014-07-09 22:41:11 +09:00
Shougo Matsushita
c871e0f84b Fix for vimlint 2014-07-01 08:05:07 +09:00
Shougo Matsushita
8d61e62a65 Fix #239 $XDG_CACHE_DIR 2014-06-27 22:06:42 +09:00
Shougo Matsushita
6d475877bf Fix #237 expand trigger problem 2014-06-16 19:33:58 +09:00
Shougo Matsushita
58a203c5dd Fix #235 improve clear_select_mode_mappings behavior 2014-06-11 21:50:37 +09:00
Jacob Niehus
31ffdd6808 Escape ampersand in mirror text 2014-05-12 21:39:57 -07:00
Shougo Matsushita
d02aafcbdd Fix neosnippet parser error 2014-05-13 08:23:49 +09:00
Shougo Matsushita
8b504f2dd8 Implement cache feature 2014-05-11 17:56:27 +09:00
Shougo Matsushita
e8b1af724b Improve snippets parser 2014-05-11 17:46:20 +09:00
Shougo Matsushita
a7c05372ba Remove autodate 2014-03-29 11:39:44 +09:00
Shougo Matsushita
c48dbf4077 Improve candidates filtering 2014-03-11 21:34:54 +09:00
Shougo Matsushita
5090af586c Fix #218 add g:neosnippet#expand_word_boundary 2014-03-11 21:28:47 +09:00
Shougo Matsushita
bc2d1772a2 Fix #212 indentation behavior 2014-02-15 11:00:28 +09:00
Shougo Matsushita
7502b06be0 Update vital 2014-02-15 10:54:15 +09:00
Josh Matthews
94531f7081 Fixing typos in unite sources. 2014-02-09 21:39:54 -05:00
Shougo Matsushita
cf1211c242 Fix :NeoSnippetClearMarkers behavior 2014-01-20 00:13:32 +09:00