Mercurial > hg > RemoteEditor > vim7
comparison runtime/doc/vim.1 @ 34:e170173ecb68 current-release
before ack base protocol.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 26 Nov 2008 15:02:10 +0900 |
parents | 76efa0be13f1 |
children |
comparison
equal
deleted
inserted
replaced
33:7d0d8b831f5a | 34:e170173ecb68 |
---|---|
185 .B Vim | 185 .B Vim |
186 behave mostly like Vi, even though a .vimrc file exists. | 186 behave mostly like Vi, even though a .vimrc file exists. |
187 .TP | 187 .TP |
188 \-d | 188 \-d |
189 Start in diff mode. | 189 Start in diff mode. |
190 There should be two or three file name arguments. | 190 There should be two, three or four file name arguments. |
191 .B Vim | 191 .B Vim |
192 will open all the files and show differences between them. | 192 will open all the files and show differences between them. |
193 Works like vimdiff(1). | 193 Works like vimdiff(1). |
194 .TP | 194 .TP |
195 \-d {device} | 195 \-d {device} |
520 Script to detect the type of a file by its name. See ":help 'filetype'". | 520 Script to detect the type of a file by its name. See ":help 'filetype'". |
521 .TP | 521 .TP |
522 /usr/local/lib/vim/scripts.vim | 522 /usr/local/lib/vim/scripts.vim |
523 Script to detect the type of a file by its contents. See ":help 'filetype'". | 523 Script to detect the type of a file by its contents. See ":help 'filetype'". |
524 .TP | 524 .TP |
525 /usr/local/lib/vim/*.ps | 525 /usr/local/lib/vim/print/*.ps |
526 Files used for PostScript printing. | 526 Files used for PostScript printing. |
527 .PP | 527 .PP |
528 For recent info read the VIM home page: | 528 For recent info read the VIM home page: |
529 .br | 529 .br |
530 <URL:http://www.vim.org/> | 530 <URL:http://www.vim.org/> |