]> git.pld-linux.org Git - packages/vim.git/blob - vim-docpath.patch
- removed php highlight patch - minlines should be set in configuration
[packages/vim.git] / vim-docpath.patch
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
27 +/etc/vim/vimrc
28  System wide
29  .B Vim
30  initializations.
31  .TP
32 -/usr/local/lib/vim/gvimrc
33 +/etc/vim/gvimrc
34  System wide gvim initializations.
35  .TP
36 -/usr/local/lib/vim/optwin.vim
37 +/usr/share/vim/optwin.vim
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.025832 seconds and 3 git commands to generate.