Home | History | Annotate | Download | only in gvim
      1 1i\
      2 '\\" t\
      3 \.\\"\
      4 \.\\" Modified for Solaris to to add the Solaris stability classification,\
      5 \.\\" and to add a note about source availability.\
      6 \.\\"\ 
      7 # User Commands (section)
      8 s/.TH VIM 1/.TH GVIM 1/
      9 s/.TH VIMDIFF 1/.TH GVIMDIFF 1/
     10 # Name
     11 s/^vim \\- Vi IMproved/gvim \\- Vi IMproved/
     12 s/^vimdiff \\- edit two or three versions of a file with Vim/gvimdiff \\- edit two or three versions of a file with GVim/
     13 # Synopsis (note extra space at the end)
     14 s/^.B vim$/.B gvim /
     15 s/^.B vimdiff$/.B gvimdiff /
     16 # Synopsis - continuning (list of other commands)
     17 /^.B ex$/,/^.br$/ d
     18 /^.B view$/,/^.br$/d
     19 /^.B gvim$/ d
     20 /^.B evim$/ d
     21 /^.B eview$/,/^.br$/ d
     22 /^.B rvim$/ d
     23 /^.B rview$/ d
     24 /^.B gvimdiff$/ d
     25 # Description
     26 s/^.B Vim/.B GVim/
     27 s/^is a text editor/is the GUI version of the vim(1) text editor/
     28 s/vim file$/gvim file/
     29 s/vim \[options\] \[filelist\]$/gvim [options] [filelist]/
     30 s/See vim(1) for details about Vim itself./See gvim(1) for details about GVim itself./
     31 s/For all other arguments see vim(1)./For all other arguments see gvim(1)./
     32 # File refrence
     33 s/^\/usr\/local\/lib\/vim/\/usr\/share\/vim\/vim72/
     34 # References to other man pages
     35 s/^vim(1)$/gvim(1)/
     36 s/^vimtutor(1)$/vimtutor(1) vim(1)/
     37 # Stability classification and source availability
     38 $a\
     39 \.\\" Begin Sun update\
     40 .SH ATTRIBUTES\
     41 See\
     42 .BR attributes (5)\
     43 for descriptions of the following attributes:\
     44 .sp\
     45 .TS\
     46 box;\
     47 cbp-1 | cbp-1\
     48 l | l .\
     49 ATTRIBUTE TYPE	ATTRIBUTE VALUE\
     50 =\
     51 Availability	SUNWgvim\
     52 =\
     53 Interface Stability	Uncommitted\
     54 .TE \
     55 .PP\
     56 .SH NOTES\
     57 Source for vim is available on http://opensolaris.org.\
     58 \.\\" End Sun update
     59