Humanity

Edit the world by your favorite way

日報

Vimのソース読んでた

  • struct growarrayってvectorみたいなものかな...
    • ga_grow() in misc2.c はなんでrealloc()を使わず単にmalloc()してfree()してるんだろう
  • #if defined(SASC) && SASC < 658
  • typebuf_T
    • 「Used for the typeahead buffer: typebuf」
    • http://en.wikipedia.org/wiki/Typeahead
    • 打ち込んだ文字列を一時的に溜め込んでおくものだろうか
    • その下にtassave_Tってのがあった
      • 「Struct to hold the saved typeahead for save_typeahead()」
      • お、これinputsave()に使われてそう
      • ビンゴだった*1 f_inputsave() in eval.c
      • どこに退避されるんだろ?
        • f_inputsave()の真上にstatic宣言してある変数
        • 相変わらずグローバル変数の多さに漢気を感じます
  • inc() in misc2.c
    • 関数名短え!
  • window.c, etc.
    • switch (cap->nchar) { ... }

C++でギャップバッファを実装してた

Punycodeって日本語URLにアクセスした時に出るアレのことだったのね

はてなブックマーク - 跳.jpb:id:rch850 のコメントで知った
Punycode - Wikipedia

Vim関係

nanotap

追記

Vim desktop calendar for 2011 - vim_dev | Google Groups

You can print this on one sheet of sturdy paper, fold it and put it on
your desk. On one side there is a 12 month calendar, on the rear short
info about ICCF, Vim and Zimbu.

http://groups.google.com/group/vim_dev/browse_thread/thread/c0bc0e471c85191

Vim and Zimbu

http://groups.google.com/group/vim_dev/browse_thread/thread/c0bc0e471c85191

Zimbu

http://groups.google.com/group/vim_dev/browse_thread/thread/c0bc0e471c85191















あれ...え...もしかして...去年のカレンダーの時もZimbuってあったの...?
いや、まさかね...そんなはずは...







...








.......








....!!







Vim calendar and T-shirt - vim_dev | Google Groups

Hello Vim users!

The Vim calendar has been updated for 2010. I replaced the info about
my old A-A-P project with Zimbu, which you probably find a bit more
interesting. You can find the calendar in PDF format, ready to print,
here: http://www.moolenaar.net/#Calendar

You can now order a T-shirt and Polo with the Vim logo from Freewear.
This was the design that most Vim users liked.
http://www.freewear.org/?page=list_items&org=Vim

Happy Vimming!

Google グループ

my old A-A-P project with Zimbu, which you probably find a bit more

Google グループ

Zimbu

Google グループ


*1:ちょっとうれしい

*2:この発言じゃなかったかも。とりあえずこのへん http://twilog.org/omasanori/date-101214

*3:いつか作りたいと思ってるけど

*4:SFINAE