- Fixed variable name.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"=============================================================================
|
||||
" FILE: snippets_complete.vim
|
||||
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
||||
" Last Modified: 15 Jan 2012.
|
||||
" Last Modified: 05 Feb 2012.
|
||||
" License: MIT license {{{
|
||||
" Permission is hereby granted, free of charge, to any person obtaining
|
||||
" a copy of this software and associated documentation files (the
|
||||
@@ -51,7 +51,7 @@ function! s:source.initialize()"{{{
|
||||
endif
|
||||
|
||||
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:runtime_dir = split(globpath(&runtimepath,
|
||||
|
||||
Reference in New Issue
Block a user