2006-07-30から1日間の記事一覧

Quickfix ウィンドウを nobuflisted にするハック

vim

--- ../src.orig/quickfix.c Wed May 3 16:47:42 2006 +++ quickfix.c Sun Jul 30 17:33:15 2006 @@ -2274,6 +2274,7 @@ OPT_LOCAL); set_option_value((char_u *)"bh", 0L, (char_u *)"wipe", OPT_LOCAL); set_option_value((char_u *)"diff", 0L, (char_u …

getopt いろいろ

C言語 getopt http://www.h7.dion.ne.jp/~matsu/feature/c-language/basic-library/getargs.htmlman getopt, getopt_long http://www.linux.or.jp/JM/html/LDP_man-pages/man3/getopt.3.html C++ GetOpt クラス http://www.fides.dti.ne.jp/~oka-t/libraries…