2007-09-11

vim7.1.100

http://lapangan.net/darwinports/index.php?PrivatePortfile%2FVim

7.1.100 に追従。


ファイルを新規タブで開く方法 AppleScript編

tell application "System Events"
tell application "Vim" to activate
set CR to ASCII character of 13
set ESC to ASCII character of 27
keystroke ESC & ":tabnew /tmp/a.txt" & CR
end tell


なんかウィンドウ作って、そこにdrag and dropされたファイルを↑みたいにすれば便利かもしれません。