Skip to content

Instantly share code, notes, and snippets.

@choplin
Created December 30, 2011 04:05
Show Gist options
  • Save choplin/1537753 to your computer and use it in GitHub Desktop.
Save choplin/1537753 to your computer and use it in GitHub Desktop.
TweetVimのエラー
function tweetvim#timeline..tweetvim#request..<SNR>163_twibill..tweetvim#twibill#new の処理中にエラーが検出されました:
行 1:
E117: 未知の関数です: twibill#new
E15: 無効な式です: twibill#new(a:config)
行 5:
E121: 未定義の変数です: twibill
行 7:
E121: 未定義の変数です: a:param
E15: 無効な式です: a:param
行 9:
E121: 未定義の変数です: self
E116: 関数の無効な引数です: has_key(self, 'cache_since_id_' . a:url)
E15: 無効な式です: has_key(self, 'cache_since_id_' . a:url)
行 13:
E121: 未定義の変数です: a:url
E116: 関数の無効な引数です: oauth#get(a:url, self.ctx(), {}, a:param)
E15: 無効な式です: oauth#get(a:url, self.ctx(), {}, a:param)
行 14:
E121: 未定義の変数です: res
E116: 関数の無効な引数です: json#decode(res.content)
E15: 無効な式です: json#decode(res.content)
行 16:
E121: 未定義の変数です: a:url
E15: 無効な式です: a:url =~ "search.json"
行 28:
E121: 未定義の変数です: tweets
E15: 無効な式です: tweets
function tweetvim#timeline..tweetvim#request の処理中にエラーが検出されました:
行 10:
E715: 辞書型が必要です
function tweetvim#timeline..tweetvim#buffer#load..<SNR>165_process..<SNR>165_append_tweets の処理中にエラーが検出されました:
行 2:
E714: リスト型が必要です
function tweetvim#timeline..tweetvim#buffer#load..tweetvim#verify_credentials..tweetvim#request の処理中にエラーが検出されました:
行 10:
E715: 辞書型が必要です
function tweetvim#timeline..tweetvim#buffer#load..tweetvim#verify_credentials の処理中にエラーが検出されました:
行 3:
E715: 辞書型が必要です
function tweetvim#timeline..tweetvim#buffer#load の処理中にエラーが検出されました:
行 15:
E121: 未定義の変数です: screen_name
E15: 無効な式です: tweetvim#verify_credentials().screen_name
行 16:
E121: 未定義の変数です: screen_name
E15: 無効な式です: "syntax match tweetvim_reply '@" . screen_name . "'"
function tweetvim#timeline の処理中にエラーが検出されました:
行 34:
E712: map() の引数はリスト型または辞書型でなければなりません
function tweetvim#timeline..<SNR>163_write_cache の処理中にエラーが検出されました:
行 9:
E714: リスト型が必要です
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Nov 11 2011 06:30:10)
MacOS X (unix) 版
適用済パッチ: 1-353
Compiled by [email protected]
Huge 版 with MacVim GUI. 機能の一覧 有効(+)/無効(-)
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent +clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments +conceal +cryptv +cscope +cursorbind +cursorshape
+dialog_con_gui +diff +digraphs +dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path +float +folding -footer +fork() +fullscreen +gettext +guess_encode -hangul_input
+iconv +insert_expand +jumplist +keymap +kaoriya +langmap +libcall +linebreak +lispindent +listcmds +localmap -lua +menu +migemo +mksession +modify_fname +mouse +mouseshape +mouse_dec -mouse_gpm
-mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +mouse_urxvt +multi_byte +multi_lang -mzscheme +netbeans_intg +odbeditor +path_extra +perl/dyn +persistent_undo +postscript +printer +profile
+python/dyn +python3/dyn +quickfix +reltime +rightleft +ruby/dyn +ruby19/dyn +scrollbind +signs +smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary +tag_old_static
-tag_any_white -tcl +terminfo +termresponse +textobjects +title +toolbar +transparency +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace +wildignore +wildmenu +windows
+writebackup -X11 -xfontset +xim -xsmp -xterm_clipboard -xterm_save
システム vimrc: "$VIM/vimrc"
ユーザ vimrc: "$HOME/.vimrc"
ユーザ exrc: "$HOME/.exrc"
システム gvimrc: "$VIM/gvimrc"
ユーザ gvimrc: "$HOME/.gvimrc"
システムメニュー: "$VIMRUNTIME/menu.vim"
省略時の $VIM: "/Applications/MacPorts/MacVim.app/Contents/Resources/vim"
コンパイル: /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -pipe -O2 -arch x86_64 -arch i386 -arch x8
6_64 -arch i386 -D_FORTIFY_SOURCE=1
リンク: /usr/bin/gcc -L. -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib -L. -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib -L. -L. -L/opt/local/lib -headerpad_max_in
stall_names -arch x86_64 -arch i386 -arch x86_64 -arch i386 -L/usr/local/lib -o Vim -framework Cocoa -framework Carbon -lm -lncurses -liconv -lintl -lmigemo -framework Cocoa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment