]> git.pld-linux.org Git - packages/vim.git/blame - vim-docpath.patch
- reelase 13: merge translations from Conectiva.
[packages/vim.git] / vim-docpath.patch
CommitLineData
4da7895e 1--- vim-5.7/runtime/doc/vim.1.paths Fri Aug 4 15:41:18 2000
2+++ vim-5.7/runtime/doc/vim.1 Fri Aug 4 15:49:02 2000
3@@ -350,42 +350,42 @@
4 ":help syntax.txt".
5 .SH FILES
6 .TP 15
7-/usr/local/lib/vim/doc/*.txt
8+/usr/share/vim/doc/*.txt
9 The
10 .B Vim
11 documentation files.
12 Use ":help doc-file-list" to get the complete list.
13 .TP
14-/usr/local/lib/vim/doc/tags
15+/usr/share/vim/doc/tags
16 The tags file used for finding information in the documentation files.
17 .TP
18-/usr/local/lib/vim/syntax/syntax.vim
19+/usr/share/vim/syntax/syntax.vim
20 System wide syntax initializations.
21 .TP
22-/usr/local/lib/vim/syntax/*.vim
23+/usr/share/vim/syntax/*.vim
24 Syntax files for various languages.
25 .TP
26-/usr/local/lib/vim/vimrc
6facb60f 27+/etc/vim/vimrc
4da7895e 28 System wide
29 .B Vim
30 initializations.
31 .TP
32-/usr/local/lib/vim/gvimrc
6facb60f 33+/etc/vim/gvimrc
4da7895e 34 System wide gvim initializations.
35 .TP
36-/usr/local/lib/vim/optwin.vim
6facb60f 37+/usr/share/vim/optwin.vim
4da7895e 38 Script used for the ":options" command, a nice way to view and set options.
39 .TP
40-/usr/local/lib/vim/menu.vim
41+/usr/share/vim/menu.vim
42 System wide menu initializations for gvim.
43 .TP
44-/usr/local/lib/vim/bugreport.vim
45+/usr/share/vim/bugreport.vim
46 Script to generate a bug report. See ":help bugs".
47 .TP
48-/usr/local/lib/vim/filetype.vim
49+/usr/share/vim/filetype.vim
50 Script to detect the type of a file by its name. See ":help 'filetype'".
51 .TP
52-/usr/local/lib/vim/scripts.vim
53+/usr/share/vim/scripts.vim
54 Script to detect the type of a file by its contents. See ":help 'filetype'".
55 .PP
56 For recent info read the VIM home page:
This page took 0.045302 seconds and 4 git commands to generate.