[Vim-latex-cvs] vimfiles/doc latex-suite.txt,1.15,1.16
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-04-03 14:29:08
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv31265 Modified Files: latex-suite.txt Log Message: some info about grep and viewer on MS-Windows Index: latex-suite.txt =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** latex-suite.txt 3 Apr 2003 11:54:10 -0000 1.15 --- latex-suite.txt 3 Apr 2003 14:29:05 -0000 1.16 *************** *** 454,459 **** --- 454,467 ---- cwindow. + Under MS-Windows you may need to make additional configuration of 'grepgrg' + option. If you have grep program default value "grep -n" doesn't show file + names if there is only one matching file. Place 'set grepprg=grep\ -Hn' in + your _vimrc. + Viewer module provides also three command-line utilities: |TLook|, |TLookBib| and |TLookAll|. + + Through g:Tex_ViewerCwindowHeight and g:Tex_ViewerPreviewHeight options in + texrc you can configure height of these windows. }}} |