This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Apr 10 2010 02:50:00) | |
適用済パッチ: 1-402 | |
Modified by Gentoo-7.2.402 | |
Compiled by root@thinca-note | |
Huge 版 with GTK2 GUI. 機能の一覧 有効(+)/無効(-) | |
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent +clientserver | |
+clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments +cryptv -cscope +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() +gettext -hangul_input +iconv | |
+insert_expand +jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let s:dict = { | |
\ 'ja': { | |
\ 'hello': 'こんにちは', | |
\ 'world': '世界', | |
\ }, | |
\ } | |
let s:lang = 'ja' | |
function! _(str) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enabling eskk... | |
a:char = a(97) | |
function eskk#filter..<SNR>34_filter..21..<SNR>35_get_normal_display_str の処理中にエラーが検出されました: | |
行 2: | |
E117: 未知の関数です: get_filter_str | |
function eskk#filter..<SNR>34_filter..21..<SNR>35_get_normal_display_str の処理中にエラーが検出されました: | |
行 2: | |
E15: 無効な式です: buf_str.get_filter_str() . buf_str.get_rom_str() | |
current mode handles key?:0 calling filter function... | |
!!!!!!!!!!!!!! error !!!!!!!!!!!!!! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" <Space><C-n>, <Space><C-p>: Move window position {{{ | |
nnoremap <silent> <Space><C-n> :<C-u> call <SID>swap_window(v:count1)<CR> | |
nnoremap <silent> <Space><C-p> :<C-u> call <SID>swap_window(-v:count1)<CR> | |
function! s:modulo(n, m) "{{{ | |
let d = a:n * a:m < 0 ? 1 : 0 | |
return a:n + (-(a:n + (0 < a:m ? d : -d)) / a:m + d) * a:m | |
endfunction "}}} | |
function! s:swap_window(n) "{{{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%s/\C\<g:NeoComplCache_EnableAtStartup\>/g:neocomplcache_enable_at_startup/ge | |
%s/\C\<g:NeoComplCache_MaxList\>/g:neocomplcache_max_list/ge | |
%s/\C\<g:NeoComplCache_MaxKeywordWidth\>/g:neocomplcache_max_keyword_width/ge | |
%s/\C\<g:NeoComplCache_MaxFilenameWidth\>/g:neocomplcache_max_filename_width/ge | |
%s/\C\<g:NeoComplCache_KeywordCompletionStartLength\>/g:neocomplcache_auto_completion_start_length/ge | |
%s/\C\<g:NeoComplCache_ManualCompletionStartLength\>/g:neocomplcache_manual_completion_start_length/ge | |
%s/\C\<g:NeoComplCache_MinKeywordLength\>/g:neocomplcache_min_keyword_length/ge | |
%s/\C\<g:NeoComplCache_MinSyntaxLength\>/g:neocomplcache_min_syntax_length/ge | |
%s/\C\<g:NeoComplCache_IgnoreCase\>/g:neocomplcache_enable_ignore_case/ge | |
%s/\C\<g:NeoComplCache_SmartCase\>/g:neocomplcache_enable_smart_case/ge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cl /wd4996 /LD /Feautoload/proc.dll autoload/proc_w32.c ws2_32.lib advapi32.lib | |
Microsoft(R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
proc_w32.c | |
autoload/proc_w32.c(809) : warning C4047: '<' : 間接参照のレベルが 'HINSTANCE' と 'int' で異なっています。 | |
Microsoft (R) Incremental Linker Version 9.00.21022.08 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
/dll |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; true = over, false = here | |
(defstruct state :farmer :wolf :gob :cabbage) | |
(defn cross [st & mem] | |
(reduce (fn [s m] (assoc s m (not (st m)))) st mem)) | |
(defn safe? [st] | |
(let [farmer (st :farmer)] | |
(or (= farmer (st :gob)) (= farmer (st :wolf) (st :cabbage))))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 2010年07月06日 13時20分42秒 --- | |
mode change: => hira | |
Do event - leave-mode- | |
Do event - leave-phase-normal | |
Do event - enter-phase-normal | |
Do event - enter-mode-hira | |
Save temp key: <Plug>(eskk:filter: ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- g:eskk_version --- | |
g:eskk_version = 2235 | |
--- g:eskk_version --- | |
--- char --- | |
char: ';'(59) | |
Fn: s:filter_body_call_mode_or_default_filter | |
mode(): i | |
--- char --- | |
--- exception --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r 3331756e4232 .hgignore | |
--- a/.hgignore Thu Jul 08 22:27:55 2010 +0200 | |
+++ b/.hgignore Fri Jul 09 19:13:29 2010 +0900 | |
@@ -42,3 +42,7 @@ | |
*.mo | |
*.swp | |
*~ | |
+ | |
+# KaoriYa | |
+src/Obj/*/pathdef.c |