Vim

lettuce colorschme

Vim

よさげ。ちょっと使ってみる。

patch 117-130

Vim

VIM - Vi IMproved 7.1 (2007 May 12, compiled Oct 2 2007 22:15:19) Included patches: 1-130パッチ出すぎですがな

patch 82-116

Vim

忘れてたので上げる。 VIM - Vi IMproved 7.1 (2007 May 12, compiled Sep 22 2007 20:16:36) Included patches: 1-116

patch 57-82

Vim

VIM - Vi IMproved 7.1 (2007 May 12, compiled Aug 24 2007 01:28:57) Included patches: 1-87

patch 82

Macports も追従が早そうだ。

gVim 入れ替え

最初にインストールした香り屋パッチ入りの gVim はどうも手になじまないのでやめ。X11 for Mac OS X を入れて gtk2 版を入れる。これがいい。M+ OUTLINE フォントも苦労せずに設定可。 set guifont=M+\ 1mn\ 14で、おけ。IM は kinput2-maim を入れて Comma…

ATSUI よりも freetype2

いやマジでフォントきれいなんですが...

macvim よりも gtk2+

いやマジで速いんですけど。さくさくです。

gVim のフォント設定

前提はこれ http://lapangan.net/darwinports/index.php?PrivatePortfile%2FVim で、.gvimrc はこんな感じ。 set antialias set macatsui set guifont=M+_1mn_regular:h14インライン入力のフォントがぼろぼろになるが、どうしても M+ OUTLINE を使いたいと …

fuzzyfinder.vim

Vim

FuzzyFinder - buffer/file/command/tag/etc explorer with fuzzy matching : vim online これ良さげ。使ってみる。作者は日本の方かな?

patch 54-56

Vim

7.1.055 using strcpy() with arguments that overlap 7.1.056 scrolling back at more prompt doesn't work properly いやはや、すごい勢い。

patch 49-54

Vim

7.1.049 can't compile with GTK2 when using hangul input feature 7.1.050 possible crash in C++ indenting 7.1.051 accessing uninitialized memory when finding spell suggestions 7.1.052 when creating a new match not all fields are initialized …

patch 44-48

Vim

7.1.044 in Insert mode 0 CTRL-T deletes all indent 7.1.045 double screen redraw in some situations 7.1.046 ":s/.*/&/" deletes composing characters 7.1.047 wrong argument for vim_regcomp() 7.1.048 paren highlighting is not updated after scr…

patch 34-43

Vim

7.1.034 Win64: compiler warnings for typecast, optimizer problem 7.1.035 after ":s/./&/#" all listed lines have a line number 7.1.036 add "none" to completion of ":echohl" and ":match" 7.1.037 using strcpy() for an overlapping string 7.1.0…

patch 29-33

Vim

7.1.029 (after 7.1.019) can't compile when all interfaces are used 7.1.030 vimtutor shell script checks for "vim6" but not for "vim7" 7.1.031 virtcol([123, '$']) doesn't work 7.1.032 possible crash when doing completion on the command line…

vim wiki

Vim

http://vim.wikia.com/wiki/Main_Page 新装開店。newest script や patch も見れていい感じ。

patch 19-28

Vim

7.1.019 ":python" doesn't mention the command is not implemented 7.1.020 reading uninitialized memory when using a dialog 7.1.021 (after 7.1.015) MzScheme interface doesn't build on Win32 7.1.022 when setting 'keymap' twice b:keymap_name v…

syntax include

Vim

syntax include って一度しか使えないのかな?例えば、 syntax/foo.vim って作ってその中で... " vim code block syntax include @Vim syntax/vim.vim syntax region hatenaVim start="^>|vim|$" end="^||<$" keepend contains=@Vim " cpp code block syntax…

g++ の STL を構文強調したい

Vim

in ~/.vimrc autocmd BufRead */g++-v?/* setlocal ts=8 filetype=cpp こんな感じで。

syntax/doxygen.vim

Vim

in ~/.vimrc let g:load_doxygen_syntax = 1 これで、コメントの内容が構文強調される。filetype は c, c++, idl。知らんかった。

patch 13-18

Vim

VIM - Vi IMproved 7.1 (2007 May 12, compiled Jul 1 2007 13:42:53) Included patches: 1-18 7.1.013 ":syn include" only loads the first file 7.1.014 crash in C-indenting 7.1.015 MzScheme interface doesn't build on Mac; init problem 7.1.016 (a…

vimgdb

Vim

vimgdb の初期設定は .vimrc にこんな感じで if has("gdb") set runtimepath+=~/.vim/vimgdb set asm=0 command! -complete=file -nargs=1 Debugger call gdb("file <args>")|run macros/gdb_mappings.vim endif</args>

patch 1-12

Vim

7.1.001 can't build with Gnome GUI 7.1.002 Oracle Pro*C/C++ files are not detected 7.1.003 (extra) Win32: menu entries end up in message history 7.1.004 crash when editing a directory 7.1.005 "cit" used on deletes 7.1.006 when reading from…

vimshell

Vim

ビルド成功。configure の reject は auto/src/config.h を手動でなんとか。gui.c も手動でなんとか。結構まともに動く。ちょっと感動。でも .tcshrc は見てくれないみたい。 キーは 以外、全て shell に食われる。Window Manager のキーバインディングも食…

vimgdb

Vim

7.1 用がリリースされてた。さっそく当てる。

7.l

Vim

でました。 VIM - Vi IMproved 7.1 (2007 May 12, compiled May 16 2007 21:59:12) Included patches: 1-2

patch 227-243

Vim

VIM - Vi IMproved 7.0 (2006 May 7, compiled May 11 2007 23:16:09) Included patches: 1-243 7.0.227 crash when closing a window in the GUI 7.0.228 Cygwin: problem with symlink to DOS style path 7.0.229 if 'pt' starts with Esc then Insert mod…

Twitter on vim

Vim

Twitter - A simple client for Twitter : vim online いろいろあるねぇ

gvim おかしい

Vim

最近の gvim の挙動ちょっとおかしい 日本語入力後 しても insert できなくなる(cursorは動く)時がある 補完に時間がかかるのは分かるが、キャンセルが効き難い

patch 225-226

Vim

7.0.225 after setline() cursor may be on wrong byte of mulit-byte char 7.0.226 display flicker when setting sign through netbeans interface