Commit Graph

316 Commits

Author SHA1 Message Date
Shougo Matsushita
0571ffbc47 Fix TextChanged error 2016-02-18 06:12:47 +09:00
Shougo Matsushita
bbd764ebbc Fix expand snippet error 2016-02-11 20:33:08 +09:00
Shougo Matsushita
644b551aff Add abort flag 2016-02-08 21:48:14 +09:00
Shougo Matsushita
232d2e8def Fix completed snippet behavior 2016-02-06 11:50:02 +09:00
Shougo Matsushita
a323d8255a Implement restore unnamed register feature 2016-01-26 21:32:31 +09:00
Shougo Matsushita
58fa466f7e Fix #322 completed snippet error for < Foo,Fee> in () 2016-01-18 12:03:13 +09:00
Shougo Matsushita
3db55f354d Add neosnippet#util#get_buffer_config() 2016-01-18 11:52:51 +09:00
wsdjeg
cbe71b872c Add defauly pairs
Fix https://github.com/Shougo/neosnippet.vim/issues/323
2016-01-17 17:16:30 +08:00
Shougo Matsushita
76c6bbc54e Fix check autocmd 2016-01-14 10:57:52 +09:00
Shougo Matsushita
7eb577c5d0 Fix #320 completed snippet behavior 2016-01-14 07:27:55 +09:00
Shougo Matsushita
da9806f825 Fix skip auto completion behavior 2016-01-10 00:11:10 +09:00
Shougo Matsushita
f106827933 Fix skip completion behavior 2016-01-09 23:03:19 +09:00
Shougo Matsushita
d1fa664ec9 Improve skip next completion behavior 2016-01-09 22:53:10 +09:00
Shougo Matsushita
ac6ac62a5b Improve completed snippet feature 2016-01-04 12:13:47 +09:00
Shougo Matsushita
57301f8a5d Fix #317 completed snippet problem 2016-01-01 20:53:21 +09:00
Shougo Matsushita
9125b4b57c Fix #318 completed snippet bug 2016-01-01 20:35:44 +09:00
Shougo Matsushita
688cb202bc Fix #316 select mode jump behavior 2015-12-31 10:33:00 +09:00
Shougo Matsushita
50a25a35a2 Improve completed snippet behavior 2015-12-30 12:49:24 +09:00
Shougo Matsushita
3e6f927854 Clear cache file in NeoSnippetMakeCache 2015-12-30 08:53:58 +09:00
Shougo Matsushita
ae512e4818 Add angle support 2015-12-29 21:26:04 +09:00
Shunsuke Shimizu
3e7f5e4e8b Detect and correctly shift indent level of selected target lines. 2015-12-29 01:27:54 +09:00
Shougo Matsushita
795a13701f Add tests 2015-12-26 12:12:08 +09:00
Shougo Matsushita
402f77feb3 Improve completed snippet feature implementation 2015-12-26 11:54:30 +09:00
Shougo Matsushita
0bc303430b Rename to g:neosnippet#enable_completed_snippet 2015-12-26 11:42:46 +09:00
Shougo Matsushita
4583b46376 Improve include implementation 2015-12-23 21:17:56 +09:00
Shougo Matsushita
457d5c8939 Fix cache problem 2015-12-23 21:17:05 +09:00
Shougo Matsushita
49b1743d03 Implement source feature 2015-12-23 21:05:12 +09:00
Shougo Matsushita
5b8038e5d3 Fix #309 snippet range problem 2015-12-23 20:20:24 +09:00
Shougo Matsushita
ff5d9e44ad Fix complete done problem 2015-12-20 09:54:46 +09:00
Shougo Matsushita
8054ac5d1b Improve complete_done 2015-12-19 12:28:49 +09:00
Shougo Matsushita
fef60dbe6c Improve auto placeholder feature 2015-12-19 12:27:49 +09:00
Shougo Matsushita
824c0fbe98 Fix #308 nested snippet problem 2015-12-19 12:16:36 +09:00
Shougo Matsushita
1d5b8589b6 Fix for ${0} problems 2015-12-19 11:44:33 +09:00
Shougo Matsushita
248ee0651f Fix :NeoSnippetClearMarkers error 2015-12-19 11:38:44 +09:00
Shougo Matsushita
12ebafeb81 Add g:neosnippet#enable_auto_clear_markers option 2015-12-19 10:00:57 +09:00
Shougo Matsushita
de5a7e284d Fix nested snippets behavior 2015-12-19 09:09:19 +09:00
Shougo Matsushita
cfc99eedb5 Fix #306 clear all markers when BufWritePost 2015-12-16 03:40:40 +09:00
Shougo Matsushita
4c1650096f Improve complete done behavior 2015-12-15 22:04:36 +09:00
Shougo Matsushita
33aa676c8f Fix #305 indent snippet 2015-12-15 21:26:22 +09:00
Shougo Matsushita
5cff13af13 Fix #305 expand snippet problem 2015-12-15 07:48:13 +09:00
Shougo Matsushita
44b129aa21 Ignore self argument 2015-12-13 18:00:38 +09:00
Shougo Matsushita
6866346823 Fix jump problems 2015-12-13 17:06:24 +09:00
Shougo Matsushita
03e1a6ef79 Fix #304 complete_done problem 2015-12-13 15:53:44 +09:00
Shougo Matsushita
2e188180fd Fix unused variables error 2015-12-12 18:30:19 +09:00
Shougo Matsushita
43438178b0 Fix parse parenthesis 2015-12-12 18:08:13 +09:00
Shougo Matsushita
12ad06d37d Improve complete done behavior 2015-12-12 16:37:15 +09:00
Shougo Matsushita
5246b1f924 Add g:neosnippet#enable_complete_done 2015-12-12 03:07:13 +09:00
Shougo Matsushita
7dc7ce803e Fix completed snippet feature 2015-12-12 01:51:49 +09:00
Shougo Matsushita
3814544033 Fix #302 search the snippet range 2015-12-11 22:12:22 +09:00
Shougo Matsushita
02176938f7 Add auto pairs support 2015-11-21 13:27:09 +09:00
Shougo Matsushita
bc7904ca36 Fix snippets order problem 2015-11-07 10:20:02 +09:00
Shougo Matsushita
625382fab1 Add map-<expr> support in neosnippet#anonymous() 2015-11-04 23:57:00 +09:00
Shougo Matsushita
6ce1d55242 Fix #297 neosnippet#expand() 2015-11-03 17:45:03 +09:00
Shougo Matsushita
601f62b620 Fix #297 add neosnippet#expand() 2015-11-03 15:06:23 +09:00
Shougo Matsushita
755f08a08f Use context_filetype plugin for source filetypes 2015-10-31 18:11:25 +09:00
Shougo Matsushita
b214f7e3fd Fix #295 get snippet files 2015-10-26 22:02:33 +09:00
Shougo Matsushita
e30e797e73 Fix #196 implement File snippets feature in snipMate 2015-10-24 10:33:25 +09:00
Shougo Matsushita
b2e90869af Change function name 2015-10-23 14:23:52 +09:00
Shougo Matsushita
a7c5fc843e Improve parse suffixes 2015-10-23 14:14:03 +09:00
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
Aaron Jensen
ee9713f230 Use Data.String 2015-05-11 22:12:09 -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
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
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
5090af586c Fix #218 add g:neosnippet#expand_word_boundary 2014-03-11 21:28:47 +09:00