Skip to content

Instantly share code, notes, and snippets.

@qickstarter
Created December 7, 2012 03:42
Show Gist options
  • Save qickstarter/4230591 to your computer and use it in GitHub Desktop.
Save qickstarter/4230591 to your computer and use it in GitHub Desktop.
Please report this error to author.
`:help eskk` to see author's e-mail address.
金 12/ 7 12:42:41 2012
--- char ---
char: ''(0)
mode(): n
--- char ---
--- exception ---
exception type: eskk exception
v:exception: eskk: error occurred while :EskkUpdateDictionary: eskk: SKK dictionary parse error: invalid self.okuri_ari_idx value (at autoload/eskk/dictionary.vim) (at autoload/eskk/commands.vim)
v:throwpoint: function <SNR>110_cmd_update_dictionary..eskk#get_skk_dict..eskk#dictionary#new..<SNR>177_Dictionary_new..<SNR>177_PhysicalDict_new..<SNR>177_PhysicalDict_update_lines..<SNR>177_PhysicalDict_parse_lines, 行 6
function <SNR>177_PhysicalDict_parse_lines()
1 let self.okuri_ari_idx = index( self._content_lines, ';; okuri-ari entries.')
5 if self.okuri_ari_idx <# 0
6 throw eskk#dictionary#parse_error( "invalid self.okuri_ari_idx value")
9 endif
10
11 let self.okuri_nasi_idx = index( self._content_lines, ';; okuri-nasi entries.')
15 if self.okuri_nasi_idx <# 0
16 throw eskk#dictionary#parse_error( "invalid self.okuri_nasi_idx value")
19 endif
20
21 if self.okuri_ari_idx >= self.okuri_nasi_idx
22 throw eskk#dictionary#parse_error( "okuri-ari entries must be before okuri-nasi entries.")
25 endif
endfunction
--- exception ---
--- preedit ---
(no preedit)
--- preedit ---
--- Vim's :version ---
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 23 2012 05:52:58)
MacOS X (unix) 版
適用済パッチ: 1-633
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 +mouse_sgr +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: "/usr/local/Cellar/macvim-kaoriya/HEAD/MacVim.app/Contents/Resources/vim"
コンパイル: /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include -DMACOS_X_UNIX -no-cpp-precomp -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
リンク: /usr/bin/clang -L. -L. -L. -L. -L/usr/local/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -mmacosx-version-min=10.7 -headerpad_max_install_names -o Vim -framework Cocoa -framework Carbon -lncurses -liconv -lintl -lmigemo -framework Cocoa -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lm -lutil -lc
--- Vim's :version ---
--- Operating System ---
"uname -a" = Darwin alpaca-iMac.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64
--- Operating System ---
--- feature-list ---
gui_running = 0
unix = 1
mac = 1
macunix = 1
win16 = 0
win32 = 0
win64 = 0
win32unix = 0
win95 = 0
amiga = 0
beos = 0
dos16 = 0
dos32 = 0
os2 = 1
qnx = 0
vms = 0
--- feature-list ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment