- Fixed variable name.
This commit is contained in:
parent
20a3ea701c
commit
a7093fd652
@ -1,7 +1,7 @@
|
|||||||
"=============================================================================
|
"=============================================================================
|
||||||
" FILE: snippets_complete.vim
|
" FILE: snippets_complete.vim
|
||||||
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
||||||
" Last Modified: 15 Jan 2012.
|
" Last Modified: 05 Feb 2012.
|
||||||
" License: MIT license {{{
|
" License: MIT license {{{
|
||||||
" Permission is hereby granted, free of charge, to any person obtaining
|
" Permission is hereby granted, free of charge, to any person obtaining
|
||||||
" a copy of this software and associated documentation files (the
|
" a copy of this software and associated documentation files (the
|
||||||
@ -51,7 +51,7 @@ function! s:source.initialize()"{{{
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
call neocomplcache#set_dictionary_helper(
|
call neocomplcache#set_dictionary_helper(
|
||||||
\ g:neocomplcache_plugin_rank, 'snippets_complete', 8)
|
\ g:neocomplcache_source_rank, 'snippets_complete', 8)
|
||||||
|
|
||||||
let s:snippets_dir = []
|
let s:snippets_dir = []
|
||||||
let s:runtime_dir = split(globpath(&runtimepath,
|
let s:runtime_dir = split(globpath(&runtimepath,
|
||||||
|
@ -278,6 +278,9 @@ snippet *neocomplcache-snippets-complete-unite-action-snippet*
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
CHANGELOG *neocomplcache-snippets-complete-changelog*
|
CHANGELOG *neocomplcache-snippets-complete-changelog*
|
||||||
|
|
||||||
|
2012-02-05
|
||||||
|
- Fixed variable name.
|
||||||
|
|
||||||
2012-02-02
|
2012-02-02
|
||||||
- Initial version.
|
- Initial version.
|
||||||
- Improved documentation.
|
- Improved documentation.
|
||||||
|
Loading…
Reference in New Issue
Block a user