Vim6 Part6
■ このスレッドは過去ログ倉庫に格納されています
0785KoRoN@Vim%Chalice ◆8XALICEsdk
NGNG> :autocmd WinEnter * if isdirectory(expand("%:p:h")) | execute "lcd ".execute("%:p:h") | endif
間違えました。こうです。
:autocmd WinEnter * if isdirectory(expand("%:p:h")) | execute "lcd ".expand("%:p:h") | endif
■ このスレッドは過去ログ倉庫に格納されています