===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vim-latexsuite-1.9.0/doc/README-67-   This is the bare .jar file without any of the other things which saxon
vim-latexsuite-1.9.0/doc/README:68:   comes with.  Add the ``saxon.jar`` file to your ``$CLASSPATH`` setting.
vim-latexsuite-1.9.0/doc/README-69-
vim-latexsuite-1.9.0/doc/README-70-   **NOTE:** 
vim-latexsuite-1.9.0/doc/README:71:        The ``$CLASSPATH`` setting should point to the ``saxon.jar`` file,
vim-latexsuite-1.9.0/doc/README-72-        not the directory where it resides.
##############################################
vim-latexsuite-1.9.0/doc/README-78-
vim-latexsuite-1.9.0/doc/README:79:   You can point your ``$CLASSPATH`` to that file.
vim-latexsuite-1.9.0/doc/README-80-
##############################################
vim-latexsuite-1.9.0/doc/README-86-
vim-latexsuite-1.9.0/doc/README:87:   Add the ``~/bin/db2vim/`` directory thus created to your ``$PATH``
vim-latexsuite-1.9.0/doc/README-88-   setting.
##############################################
vim-latexsuite-1.9.0/ftplugin/latex-suite/compiler.vim-690-		" resize the window to just fit in with the number of lines.
vim-latexsuite-1.9.0/ftplugin/latex-suite/compiler.vim:691:		exec ( line('$') < 4 ? line('$') : 4 ).' wincmd _'
vim-latexsuite-1.9.0/ftplugin/latex-suite/compiler.vim-692-        if Tex_GetVarValue('Tex_GotoError') == 1
##############################################
vim-latexsuite-1.9.0/latextags-3-foreach $fname (@ARGV) {
vim-latexsuite-1.9.0/latextags:4:	$tags = `fgrep \\label $fname`;
vim-latexsuite-1.9.0/latextags-5-	@tagsList = split('\n', $tags);