- Deleted changelog.
This commit is contained in:
parent
6a49b0fd1d
commit
de31e2cf6c
@ -719,280 +719,5 @@ Q: I want to add snippets dynamically.
|
||||
|
||||
A: You can use |:NeoSnippetSource| for it.
|
||||
|
||||
==============================================================================
|
||||
CHANGELOG *neosnippet-changelog*
|
||||
|
||||
2013-06-25
|
||||
- Improved sh, python, and clojure snip.
|
||||
|
||||
2013-06-18
|
||||
- Improved ruby snip.
|
||||
|
||||
2013-06-16
|
||||
- Added groovy snip.
|
||||
|
||||
2013-06-10
|
||||
- Added sshconfig snip.
|
||||
- Added Makefile snip.
|
||||
|
||||
2013-06-08
|
||||
- Improved context filetype check.
|
||||
|
||||
2013-06-05
|
||||
- Improved documentation.
|
||||
|
||||
2013-06-04
|
||||
- Deleted compatibility features.
|
||||
|
||||
2013-05-30
|
||||
- Added scheme snippets.
|
||||
|
||||
2013-05-28
|
||||
- Supported context_filetype.
|
||||
|
||||
2013-05-27
|
||||
- Added clojure snippets.
|
||||
|
||||
2013-05-21
|
||||
- Improved neosnippet initialization.
|
||||
|
||||
2013-05-18
|
||||
- Added go snippets.
|
||||
|
||||
2013-04-16
|
||||
- Improved changing foldmethod feature.
|
||||
|
||||
2013-04-12
|
||||
- Fixed syntax file.
|
||||
|
||||
2013-04-11
|
||||
- Improved syntax file.
|
||||
|
||||
2013-04-02
|
||||
- Improved escape placeholder behavior.
|
||||
|
||||
2013-03-30
|
||||
- Added rst snippets.
|
||||
- Added g:neosnippet#enable_preview option.
|
||||
|
||||
2013-03-24
|
||||
- Improved documentation.
|
||||
- Added ruby snippets.
|
||||
- Disabled partial match.
|
||||
|
||||
2013-03-21
|
||||
- Added sql snippet.
|
||||
|
||||
2013-03-16
|
||||
- Supported preview window.
|
||||
|
||||
2013-03-10
|
||||
- Fixed menu error.
|
||||
|
||||
2013-03-06
|
||||
- Changed filtering behavior.
|
||||
|
||||
2013-03-05
|
||||
- Fixed error in snippet source.
|
||||
|
||||
2013-03-02
|
||||
- Ver.3.1 development is started.
|
||||
- Improved truncate menu behavior.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
ChangeLog 3.0:
|
||||
|
||||
2013-02-17
|
||||
- Improved :NeoSnippetEdit.
|
||||
- Added neosnippet/runtime and neosnippet/user sources.
|
||||
- Added unite__new_candidate action.
|
||||
|
||||
2013-02-16
|
||||
- Added sh snippet.
|
||||
- Added html snippet.
|
||||
- Delete simple markers when InsertLeave.
|
||||
- Fixed s:get_sources_filetypes() error.
|
||||
|
||||
2013-02-03
|
||||
- Improved php snippets.
|
||||
|
||||
2013-02-01
|
||||
- Added vim snippets.
|
||||
|
||||
2013-01-30
|
||||
- Added autoload snippet in Vim snip.
|
||||
|
||||
2013-01-22
|
||||
- Added NeoBundleLazy snippet.
|
||||
|
||||
2013-01-20
|
||||
- Lazy initialization.
|
||||
|
||||
2013-01-13
|
||||
- Added neosnippet#expandable_or_jumpable().
|
||||
|
||||
2013-01-07
|
||||
- Changed neosnippet#expandable() behavior.
|
||||
|
||||
2013-01-02
|
||||
- Improved initialization timing.
|
||||
|
||||
2012-12-21
|
||||
- Improved tex snippets.
|
||||
|
||||
2012-12-13
|
||||
- Skip neocomplcache completion when expand or jump snippets.
|
||||
- Fixed expand target behavior.
|
||||
|
||||
2012-11-09
|
||||
- Improved syntax error.
|
||||
- Fixed error in java snippet.
|
||||
- Improved snippet rank.
|
||||
- Improved keyword filter behavior.
|
||||
- Fixed convert description.
|
||||
|
||||
2012-11-07
|
||||
- Fixed s:indent_snippet().
|
||||
|
||||
2012-11-06
|
||||
- Improved default tex snippets.
|
||||
- Fixed expand target.
|
||||
|
||||
2012-11-05
|
||||
- Fixed for comment string.
|
||||
- Fixed snippet parser.
|
||||
- Improved syntax description.
|
||||
- Changed spaces behavior.
|
||||
|
||||
2012-11-04
|
||||
- Improved completion behavior.
|
||||
|
||||
2012-11-03
|
||||
- Refactored documentation.
|
||||
- Added :NeoSnippetSource.
|
||||
- Refactored parse routine.
|
||||
- Added regexp syntax.
|
||||
|
||||
2012-11-02
|
||||
- Added g:neosnippet#enable_snipmate_compatibility option.
|
||||
- Used partial match for neocomplcache completion.
|
||||
- Fixed for neocomplcache.
|
||||
- Improved partial match behavior.
|
||||
- Added python snippets.
|
||||
|
||||
2012-11-01
|
||||
- Fixed snippet mirror behavior.
|
||||
- Fixed substitute of target.
|
||||
- Fixed convert description.
|
||||
- Improved java snippets.
|
||||
|
||||
2012-10-31
|
||||
- Improved indent_snippet().
|
||||
- Added <Plug>(neosnippet_start_unite_snippet_target).
|
||||
|
||||
2012-10-30
|
||||
- Implemented commented placeholder.
|
||||
- Improved python snippets.
|
||||
- Fixed for alias.
|
||||
- Implemented targetted placeholder.
|
||||
- Improved documentation.
|
||||
- Added FAQ section.
|
||||
- Added indent option.
|
||||
- Added <Plug>(neosnippet_register_oneshot_snippet).
|
||||
- Refactored snippets files.
|
||||
|
||||
2012-10-29
|
||||
- Improved parse of snippets file.
|
||||
- Improved syntax of markers.
|
||||
- Improved clear select mode mappings.
|
||||
- Added get_selected_text().
|
||||
|
||||
2012-10-28
|
||||
- Improved snipMate compatibility.
|
||||
- Improved expand behavior.
|
||||
- Improved filter behavior.
|
||||
|
||||
2012-10-27
|
||||
- Fixed for :SnippetEdit.
|
||||
- Improved g:neosnippet#disable_select_mode_mappings behavior.
|
||||
|
||||
2012-10-26
|
||||
- Improved javascript snippet file.
|
||||
|
||||
2012-10-25
|
||||
- Deleted sandbox execution.
|
||||
|
||||
2012-10-23
|
||||
- Improved neosnippet#util#expand().
|
||||
|
||||
2012-10-21
|
||||
- Added options head.
|
||||
- Added options word.
|
||||
- Improved options word behavior.
|
||||
- Use head instead of prev_word.
|
||||
|
||||
2012-10-20
|
||||
- Improved scala snip.
|
||||
- Added haskell snip.
|
||||
- Added vim/vital snip.
|
||||
|
||||
2012-10-19
|
||||
- Fixed syntax highlight.
|
||||
- Improved documentation.
|
||||
- Search snippets recursively.
|
||||
- Fixed make cache behavior.
|
||||
|
||||
2012-10-18
|
||||
- Fixed s:get_sources_list().
|
||||
- Added unite__new_candidate action in snippet source.
|
||||
- Fixed menu pattern.
|
||||
|
||||
2012-10-17
|
||||
- Fixed alias problem.
|
||||
- Improved escape placeholder.
|
||||
|
||||
2012-10-15
|
||||
- Improved lua snip.
|
||||
- Improved c++ snip.
|
||||
|
||||
2012-10-07
|
||||
- Improved vim snip.
|
||||
- Improved c snip.
|
||||
|
||||
2012-10-06
|
||||
- Improved indent snippet behavior.
|
||||
- Fixed substitute marker.
|
||||
- Fixed for E749.
|
||||
|
||||
2012-10-04
|
||||
- Refactored snippets filter.
|
||||
- Changed :NeoSnippetEdit behavior.
|
||||
- Added scala snip.
|
||||
- Fixed s:get_cursor_snippet().
|
||||
- Changed g:neosnippet#disable_runtime_snippets behavior.
|
||||
- Changed prev_word behavior.
|
||||
|
||||
2012-10-01
|
||||
- Deleted neosnippet#force_expandable().
|
||||
- Improved python snippets.
|
||||
|
||||
2012-09-30
|
||||
- Changed runtime directory.
|
||||
- Vitalized.
|
||||
- Deleted neocomplcache#util functions.
|
||||
- Refactored variables.
|
||||
- Deleted s:get_cursor_keyword_snippet().
|
||||
- Improved for filetype.
|
||||
- Improved filetype complete.
|
||||
- Improved documentation.
|
||||
- Changed neocomplcache source behavior.
|
||||
- Renamed commands.
|
||||
- Fixed snippet source errors.
|
||||
|
||||
2012-09-27
|
||||
- Ver.3 development is started.
|
||||
- Renamed documentation.
|
||||
- Renamed keymappings.
|
||||
|
||||
==============================================================================
|
||||
vim:tw=78:ts=8:ft=help:norl:noet:fen:noet:
|
||||
|
Loading…
Reference in New Issue
Block a user