Yuki Iwanaga
728c2601b4
Fixes SID_PREFIX bug
2013-12-01 00:50:17 +09:00
Shougo
f1afc46c5d
Merge pull request #194 from syngan/bib.snip
...
add bib.snip
2013-11-26 07:21:14 -08:00
syngan
559d0407aa
add bib.snip
2013-11-26 23:06:04 +09:00
Shougo Matsushita
accdab4bf2
Fix <Plug>(neosnippet_jump)
2013-11-26 16:25:22 +09:00
Shougo Matsushita
869ba9875c
Fix target problem.
2013-11-22 12:26:44 +09:00
Shougo Matsushita
4d3bc928e0
Fix #192 target behavior
2013-11-22 12:21:35 +09:00
Shougo Matsushita
3003f6078d
Split view functions
2013-11-21 18:54:04 +09:00
Shougo Matsushita
e295f190dc
Delete echodoc support.
2013-11-21 18:41:17 +09:00
Shougo Matsushita
212609b1e3
Move many helper functions
2013-11-21 18:40:40 +09:00
Shougo Matsushita
3d4487111e
Add helpers file
2013-11-21 18:25:37 +09:00
Shougo Matsushita
3e60de00a3
Improve variables methods
2013-11-21 18:20:36 +09:00
Shougo Matsushita
4f35262ae1
Improve snipMate compatibility init
2013-11-21 18:16:10 +09:00
Shougo Matsushita
7b1f900912
Move register_oneshot_snippet function
2013-11-21 18:14:07 +09:00
Shougo Matsushita
038d75ce58
Add parser
...
Move echodoc
Move mappings API
2013-11-21 18:10:26 +09:00
Shougo Matsushita
374a77c59d
Merge branch 'refactor' of https://github.com/Shougo/neosnippet.vim into refactor
2013-11-21 11:21:06 +09:00
Shougo Matsushita
a952edd245
- Added variable file.
2013-11-21 11:20:55 +09:00
Shougo Matsushita
eba42def68
- Fixed mappings.
2013-11-20 18:01:49 +09:00
Shougo Matsushita
4c37e44248
Merged.
2013-11-20 18:00:12 +09:00
Shougo Matsushita
4fa3a17b10
- Fixed #191 register broken
2013-11-20 17:56:45 +09:00
Shougo Matsushita
bee4d73092
- Added commands.
2013-11-19 16:19:33 +09:00
Shougo Matsushita
c3ca7a9ae2
- Improved clear mappings.
2013-11-19 16:07:04 +09:00
Shougo Matsushita
3f4e7a6ea9
- Improved initializer.
2013-11-19 16:04:32 +09:00
Shougo Matsushita
3ff2918433
- Splitted mappings file.
2013-11-18 20:14:01 +09:00
Shougo Matsushita
afa9ecc176
- Fixed #190 regexp feature.
2013-11-18 12:02:49 +09:00
Shougo Matsushita
b59609c74e
- Fixed neosnippet#util#set_default().
2013-11-13 06:15:57 +09:00
Shougo Matsushita
ad8cc61168
- Changed g:neosnippet#snippets_directory default value for compatibility.
2013-11-12 18:13:13 +09:00
Shougo Matsushita
294bcf2ff0
- g:neosnippet#snippets_directory allows list.
2013-11-12 17:31:06 +09:00
Shougo Matsushita
fa587d5435
- Changed g:neosnippet#enable_snipmate_compatibility behavior.
2013-11-12 17:14:24 +09:00
Shougo Matsushita
9df3ad16cb
- Fixed #187 initialization.
2013-10-28 13:47:23 +09:00
Shougo Matsushita
fc713ecb62
- Fixed snippet.
2013-10-24 11:48:26 +09:00
Shougo Matsushita
e86bb3799f
- Added bundle_hooks snippet.
2013-10-17 13:02:15 +09:00
Shougo Matsushita
4ee658007c
- Updated vital.
2013-10-01 10:07:11 +09:00
Shougo Matsushita
382d86577d
- Updated vital.
2013-10-01 06:38:24 +09:00
Shougo Matsushita
4c67a1b1ac
- Fixed for sudo.
2013-09-26 15:24:48 +09:00
Shougo Matsushita
24b2ed20c6
- Improved save snippets.
2013-09-26 11:43:39 +09:00
rhysd
63fc52ad57
Added save_xxx snippets
...
Saving some values in temprary variables is common process in writing
Vim script. I made snippets for them for DRY.
Added save_xxx snippets
- save_pos
- save_register
- save_options
Followings are examples of them.
let pos_save = getpos('.')
call setpos('.', pos_save)
let save_reg_g = getreg('g')
let save_regtype_g = getregtype('g')
call setreg('g', save_reg_g, save_regtype_g)
let selection_save = &selection
let &selection =
let &selection = selection_save
2013-09-26 00:55:44 +09:00
Shougo Matsushita
e1d053c3b7
- Fixed #180 select default.
2013-09-23 13:26:44 +09:00
Shougo Matsushita
b7ec09cf4d
- Deleted snoremap.
2013-09-08 12:30:22 +09:00
alpaca_taichou
6cd254e7ec
Append neosnippet_source action to action_table.
2013-09-01 19:19:22 +09:00
ujihisa
fb74e09c89
Improve javascript snip.
2013-08-28 16:25:46 -07:00
Sheile
97066bad41
Improve Javascript snip.
2013-08-28 13:29:12 +09:00
Sheile
84b4c2f540
Fixed javascript snip.
2013-08-28 11:31:11 +09:00
Shougo
6784e02b58
Merge pull request #173 from crazymaster/master
...
Improve liquid snippet
2013-08-18 04:48:35 -07:00
Shougo Matsushita
ce865813ef
- Updated vital.
2013-08-18 20:32:40 +09:00
crazymaster
79d14a7677
Improve liquid snippet
2013-08-17 15:34:56 +09:00
crazymaster
4ef59e37bf
Improve liquid snippet
2013-08-17 15:19:48 +09:00
crazymaster
23ce1eab41
Improve liquid snippet
2013-08-17 01:55:50 +09:00
ujihisa
d062862957
Improve ruby snip.
2013-07-23 23:23:12 -07:00
ujihisa
bda2f8ae64
Improve lua snippet.
2013-07-14 12:37:30 -07:00
ujihisa
49ccfb3791
Add erlang snippets.
2013-07-14 12:37:00 -07:00