This file contains 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
" ku - An interface for anything | |
" Version: 0.2.2 | |
" Copyright (C) 2008-2009 kana <http://whileimautomaton.net/> | |
" License: MIT license {{{ | |
" Permission is hereby granted, free of charge, to any person obtaining | |
" a copy of this software and associated documentation files (the | |
" "Software"), to deal in the Software without restriction, including | |
" without limitation the rights to use, copy, modify, merge, publish, | |
" distribute, sublicense, and/or sell copies of the Software, and to | |
" permit persons to whom the Software is furnished to do so, subject to |
This file contains 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
edit k | |
append | |
vim: set nrformats=hex number : | |
. | |
write | |
edit | |
setlocal nrformats? number? " ==> nrformats=hex number | |
split | |
setlocal nrformats= | |
%substitute/number/nonumber/ |
This file contains 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
#include <stdio.h> | |
typedef struct Greeter | |
{ | |
struct Greeter (*hello)(const char*); | |
} Greeter; | |
Greeter hello(const char *name); |
This file contains 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 -u NONE -c 'source test.vim' |
This file contains 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
YUKI.N> git clone git://github.com/kana/config.git | |
YUKI.N> cd config | |
YUKI.N> git checkout vim-operator-replace-bug-char-vs-char-case-1 | |
YUKI.N> make PACKAGE_NAME=vim-operator-replace test-a-package | |
TEST: test/vim-operator-replace/basic ... FAILED | |
--- test/vim-operator-replace/basic.expected 2009-09-06 17:57:31.000000000 +0900 | |
+++ test/vim-operator-replace/basic.output 2009-09-06 17:57:07.000000000 +0900 | |
@@ -29,7 +29,9 @@ | |
TEST: getline(1, line('$')) ==> text ... ok | |
TEST: [line('.'), col('.')] ==> [1, 7] ... ok |
This file contains 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
1.065487 | |
0.933179 | |
0.843261 | |
0.705416 |
This file contains 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
kana@avril ~/working/config (2) [vim-ku-0.3] | |
YUKI.N> gdb ../vim-debug/src/vim | |
GNU gdb 6.3.50-20050815 (Apple version gdb-962) (Sat Jul 26 08:14:40 UTC 2008) | |
Copyright 2004 Free Software Foundation, Inc. | |
GDB is free software, covered by the GNU General Public License, and you are | |
welcome to change it and/or distribute copies of it under certain conditions. | |
Type "show copying" to see the conditions. | |
There is absolutely no warranty for GDB. Type "show warranty" for details. | |
This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries ..... done |
This file contains 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
status key command | |
Conversion Backspace Cancel | |
Conversion Ctrl ; DisplayAsHalfWidth | |
Conversion Ctrl : DisplayAsHalfAlphanumeric | |
Conversion Ctrl ' DisplayAsHalfAlphanumeric | |
Conversion Ctrl a SegmentFocusFirst | |
Conversion Ctrl b SegmentFocusLeft | |
Conversion Ctrl d SegmentFocusRight | |
Conversion Ctrl e ConvertPrev | |
Conversion Ctrl f SegmentFocusRight |
This file contains 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年アゾンインターナショナル福袋 | |
525 60カラーショーツ(黄緑ST) | |
735 60アリスハイソックス(グレーx白) | |
945 60ロリータオーバー二ーソックスC(黒x黒x黒) | |
1890 60編み上げホットパンツ(黒) | |
1890 パンクハイネックTシャツ(白) | |
1995 60プリーツチェックミニスカート(グリーンタータン) | |
2520 60サイドベルトチェックスカート(赤タータンx黒フリル) | |
2730 60ガーターベルト&ストッキング(黒) |
This file contains 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
configure: Setting lib to 'lib' (the default) | |
configure: Will try -pthread then -lpthread to enable POSIX Threads. | |
configure: CHECKS for site configuration | |
configure: CHECKS for programs | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes |