Skip to content

Instantly share code, notes, and snippets.

@yuuki
Last active December 16, 2015 20:49
Show Gist options
  • Save yuuki/5494817 to your computer and use it in GitHub Desktop.
Save yuuki/5494817 to your computer and use it in GitHub Desktop.
VimFilerのエクススプローラ起動時にこんなエラーがでます。 Vimのバージョンは7.3.515。ううっ
function <SNR>34_browse_check..vimfiler#handler#_event_handler..<SNR>80_on_BufReadCmd..unite#vimfiler_check_filetype..<SNR>82_initial
ize_context の処理中にエラーが検出されました:
行 1:
E121: 未定義の変数です: g:unite_winwidth
E15: 無効な式です: { 'input' : '', 'start_insert' : g:unite_enable_start_insert, 'complete' : 0, 'script' : 0, 'col' : col('.'), 'no_
quit' : 0, 'buffer_name' : 'default', 'profile_name' : '', 'prompt' : g:unite_prompt, 'default_action' : 'default', 'winwidth' : g:un
ite_winwidth, 'winheight' : g:unite_winheight, 'immediately' : 0, 'no_empty' : 0, 'auto_preview' : 0, 'auto_highlight' : 0, 'vertical
' : g:unite_enable_split_vertically, 'direction' : g:unite_split_rule, 'no_split' : 0, 'temporary' : 0, 'verbose' : 0, 'auto_resize'
: 0, 'old_buffer_info' : [], 'toggle' : 0, 'quick_match' : 0, 'create' : 0, 'cursor_line_highlight' : g:unite_cursor_line_highligh
t, 'no_cursor_line' : 0, 'update_time' : g:unite_update_time, 'no_buffer' : 0, 'hide_source_names' : 0, 'max_multi_lines' : 5, 'here'
: 0, 'silent' : 0, 'keep_focus' : 0, 'auto_quit' : 0, 'is_redraw' : 0, 'is_resize' : 0, 'no_focus' : 0, 'multi_line' : 0, 'resume' :
0, 'wrap' : 0, 'select' : 0, 'log' : 0, 'unite__direct_switch' : 0, 'unite__is_interac
行 64:
E121: 未定義の変数です: default_context
E116: 関数の無効な引数です: extend(default_context, unite#get_profile(profile_name, 'context'))
E15: 無効な式です: extend(default_context, unite#get_profile(profile_name, 'context'))
行 67:
E121: 未定義の変数です: default_context
E116: 関数の無効な引数です: extend(default_context, a:context)
E15: 無効な式です: extend(default_context, a:context)
行 69:
E121: 未定義の変数です: context
E15: 無効な式です: context.temporary || context.script
行 76:
E121: 未定義の変数です: context
E116: 関数の無効な引数です: get(context, 'complete', 1) && !has_key(a:context, 'start_insert')
E15: 無効な式です: get(context, 'complete', 1) && !has_key(a:context, 'start_insert')
行 79:
E121: 未定義の変数です: context
E116: 関数の無効な引数です: get(context, 'no_start_insert', 0)
E15: 無効な式です: get(context, 'no_start_insert', 0)
83:
E121: 未定義の変数です: context
E116: 関数の無効な引数です: has_key(context, 'horizontal')
E15: 無効な式です: has_key(context, 'horizontal')
行 87:
E121: 未定義の変数です: context
E15: 無効な式です: context.immediately
行 91:
E121: 未定義の変数です: context
E116: 関数の無効な引数です: has_key(context, 'short_source_names')
E15: 無効な式です: !has_key(context, 'short_source_names')
行 94:
E121: 未定義の変数です: context
E116: 関数の無効な引数です: get(context, 'long_source_names', 0)
E15: 無効な式です: get(context, 'long_source_names', 0)
行 102:
E121: 未定義の変数です: context
行 104:
E121: 未定義の変数です: context
E15: 無効な式です: context
function <SNR>34_browse_check..vimfiler#handler#_event_handler..<SNR>80_on_BufReadCmd..unite#vimfiler_check_filetype の処理中にエラーが検出されました:
行 2:
E706: 変数の型が一致しません: context
function <SNR>34_browse_check..vimfiler#handler#_event_handler..<SNR>80_on_BufReadCmd..unite#vimfiler_check_filetype..<SNR>82_initial
ize_current_unite の処理中にエラーが検出されました:
行 4:
E716: 辞書型にキーが存在しません: create && !context.temporary
E15: 無効な式です: !context.create && !context.temporary
function <SNR>34_browse_check の処理中にエラーが検出されました:
行 23:
E171: :endif がありません
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment