"UseModWiki소스수정/Vim플러그인" 페이지의 변경 내역| -43,6 +43,16 |
| * [[Raymundo]]의 사용자 계정에다가 6.3버전을 따로 설치한 후, |
| * vim.pl 플러그인 파일을 myplugin/ 디렉토리에 복사하고 |
| * 복사된 myplugin/vim.pl 파일에서 vim 실행파일 경로를 직접 지정 |
| {{{#!vim |
| ./configure --prefix=/home/gypark/local/ \ |
| --with-vim-name=vim63 \ |
| --with-ex-name=ex63 \ |
| --with-view-name=view63 \ |
| --enable-perlinterp \ |
| --enable-multibyte \ |
| --enable-hangulinput |
| }}} |
| {{{#!vim perl |
| sub plugin_vim { |
| my ($content, @opt) = @_; |