===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vim-syntastic-3.10.0/README.markdown-201-are installed. For example: by default, python requires either `flake8` or
vim-syntastic-3.10.0/README.markdown:202:`pylint` to be installed and in your `$PATH`. Read the [manual][checkers]
vim-syntastic-3.10.0/README.markdown-203-(`:help syntastic-checkers` in Vim) to find out what executables are
vim-syntastic-3.10.0/README.markdown-204-supported. Note that aliases do not work; the actual executables must be
vim-syntastic-3.10.0/README.markdown:205:available in your `$PATH`. Symbolic links are okay though.  You can see
vim-syntastic-3.10.0/README.markdown-206-syntastic's idea of available checkers by running `:SyntasticInfo`.
##############################################
vim-syntastic-3.10.0/README.markdown-215-
vim-syntastic-3.10.0/README.markdown:216:A third possible reason is that the `$PATH` seen by syntastic might not be same
vim-syntastic-3.10.0/README.markdown:217:as the `$PATH` in your login shell. Syntastic runs checkers using the shell
vim-syntastic-3.10.0/README.markdown-218-pointed to by Vim's `shell` (or by `g:syntastic_shell`, if set), and that's the
vim-syntastic-3.10.0/README.markdown:219:shell you need to configure to set the proper `$PATH` and environment variables
vim-syntastic-3.10.0/README.markdown:220:for your checkers. You can see syntastic's idea of `$PATH` by running
vim-syntastic-3.10.0/README.markdown-221-```vim
vim-syntastic-3.10.0/README.markdown:222::echo syntastic#util#system('echo "$PATH"')
vim-syntastic-3.10.0/README.markdown-223-```
##############################################
vim-syntastic-3.10.0/doc/syntastic-checkers.txt-954-    let g:syntastic_c_sparse_post_args="-gcc-base-dir " .
vim-syntastic-3.10.0/doc/syntastic-checkers.txt:955:        \ system("gcc -v 2>&1 | sed -n '/^Reading specs/ { s#.* /#/#; s#/[^/]*$##; p; }'")
vim-syntastic-3.10.0/doc/syntastic-checkers.txt-956-<
##############################################
vim-syntastic-3.10.0/doc/syntastic-checkers.txt-4293-==============================================================================
vim-syntastic-3.10.0/doc/syntastic-checkers.txt:4294:SYNTAX CHECKERS FOR NASM                             *syntastic-checkers-nasm*
vim-syntastic-3.10.0/doc/syntastic-checkers.txt-4295-
vim-syntastic-3.10.0/doc/syntastic-checkers.txt:4296:The following checkers are available for NASM (filetype "nasm"):
vim-syntastic-3.10.0/doc/syntastic-checkers.txt-4297-
##############################################
vim-syntastic-3.10.0/doc/syntastic-checkers.txt-4300-------------------------------------------------------------------------------
vim-syntastic-3.10.0/doc/syntastic-checkers.txt:4301:1. nasm                                                  *syntastic-nasm-nasm*
vim-syntastic-3.10.0/doc/syntastic-checkers.txt-4302-