- Refactored variables.

This commit is contained in:
Shougo Matsushita
2012-09-30 17:17:31 +09:00
parent 4fe36ca340
commit 6cebc087a2
4 changed files with 36 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
"=============================================================================
" FILE: neosnippet.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" Last Modified: 28 Sep 2012.
" Last Modified: 30 Sep 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
@@ -36,11 +36,6 @@ set cpo&vim
" Obsolute options check."{{{
"}}}
" Global options definition."{{{
if !exists('g:neocomplcache_snippets_disable_runtime_snippets')
let g:neocomplcache_snippets_disable_runtime_snippets = 0
endif
"}}}
" Plugin key-mappings."{{{
inoremap <silent><expr> <Plug>(neosnippet_expand_or_jump)