===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vim-ale-3.0.0/ale_linters/asm/gcc.vim-1-" Author: Lucas Kolstad <lkolstad@uw.edu>
vim-ale-3.0.0/ale_linters/asm/gcc.vim:2:" Description: gcc linter for asm files
vim-ale-3.0.0/ale_linters/asm/gcc.vim-3-
##############################################
vim-ale-3.0.0/ale_linters/nasm/nasm.vim-1-" Author: Oyvind Ingvaldsen <oyvind.ingvaldsen@gmail.com>
vim-ale-3.0.0/ale_linters/nasm/nasm.vim:2:" Description: NASM linter for asmsyntax nasm.
vim-ale-3.0.0/ale_linters/nasm/nasm.vim-3-
##############################################
vim-ale-3.0.0/ale_linters/nasm/nasm.vim-7-function! ale_linters#nasm#nasm#GetCommand(buffer) abort
vim-ale-3.0.0/ale_linters/nasm/nasm.vim:8:    " Note that NASM requires a trailing slash for the -I option.
vim-ale-3.0.0/ale_linters/nasm/nasm.vim-9-    let l:separator = has('win32') ? '\' : '/'
##############################################
vim-ale-3.0.0/ale_linters/verilog/vlog.vim-4-call ale#Set('verilog_vlog_executable', 'vlog')
vim-ale-3.0.0/ale_linters/verilog/vlog.vim:5:" See `$ vlog -h` for more options
vim-ale-3.0.0/ale_linters/verilog/vlog.vim-6-call ale#Set('verilog_vlog_options', '-quiet -lint')
##############################################
vim-ale-3.0.0/ale_linters/vhdl/vcom.vim-4-call ale#Set('vhdl_vcom_executable', 'vcom')
vim-ale-3.0.0/ale_linters/vhdl/vcom.vim:5:" Use VHDL-2008. See `$ vcom -h` for more options
vim-ale-3.0.0/ale_linters/vhdl/vcom.vim-6-call ale#Set('vhdl_vcom_options', '-2008 -quiet -lint')
##############################################
vim-ale-3.0.0/ale_linters/vhdl/xvhdl.vim-4-call ale#Set('vhdl_xvhdl_executable', 'xvhdl')
vim-ale-3.0.0/ale_linters/vhdl/xvhdl.vim:5:" Use VHDL-2008. See `$ xvhdl -h` for more options
vim-ale-3.0.0/ale_linters/vhdl/xvhdl.vim-6-call ale#Set('vhdl_xvhdl_options', '--2008')
##############################################
vim-ale-3.0.0/doc/ale-asm.txt-1-===============================================================================
vim-ale-3.0.0/doc/ale-asm.txt:2:ALE ASM Integration                                           *ale-asm-options*
vim-ale-3.0.0/doc/ale-asm.txt-3-
##############################################
vim-ale-3.0.0/doc/ale-dart.txt-12-
vim-ale-3.0.0/doc/ale-dart.txt:13:You can add the SDK to `$PATH`, as described here:
vim-ale-3.0.0/doc/ale-dart.txt-14-https://www.dartlang.org/tools/sdk
##############################################
vim-ale-3.0.0/doc/ale-dart.txt-20-... or similarly for wherever your Dart SDK lives. This should work without
vim-ale-3.0.0/doc/ale-dart.txt:21:having to modify `$PATH`.
vim-ale-3.0.0/doc/ale-dart.txt-22-
##############################################
vim-ale-3.0.0/doc/ale-dart.txt-42-
vim-ale-3.0.0/doc/ale-dart.txt:43:Installing Dart should probably ensure that `dartfmt` is in your `$PATH`.
vim-ale-3.0.0/doc/ale-dart.txt-44-
##############################################
vim-ale-3.0.0/doc/ale-development.txt-117-  isn't needed, and generally escape arguments better on Windows.
vim-ale-3.0.0/doc/ale-development.txt:118:* Don't use the `tempname()` function. It doesn't work when `$TMPDIR` isn't
vim-ale-3.0.0/doc/ale-development.txt:119:  set. Use `ale#util#Tempname()` instead, which temporarily sets `$TMPDIR`
vim-ale-3.0.0/doc/ale-development.txt-120-  appropriately where needed.
##############################################
vim-ale-3.0.0/doc/ale-erlang.txt-21-  default, it will search for the PLT file inside the `_build` directory. If
vim-ale-3.0.0/doc/ale-erlang.txt:22:  there isn't one, it will fallback to the path `$REBAR_PLT_DIR/dialyzer/plt`.
vim-ale-3.0.0/doc/ale-erlang.txt:23:  Otherwise, it will default to `$HOME/.dialyzer_plt`.
vim-ale-3.0.0/doc/ale-erlang.txt-24-
##############################################
vim-ale-3.0.0/doc/ale-go.txt-37-
vim-ale-3.0.0/doc/ale-go.txt:38:  Override the value of the `$GO111MODULE` environment variable for
vim-ale-3.0.0/doc/ale-go.txt-39-  golang tools.
##############################################
vim-ale-3.0.0/doc/ale-java.txt-217-  Type: |String|
vim-ale-3.0.0/doc/ale-java.txt:218:  Default: `'$HOME/eclipse.jdt.ls'`
vim-ale-3.0.0/doc/ale-java.txt-219-
##############################################
vim-ale-3.0.0/doc/ale-java.txt-238-  Set this variable to change the configuration directory path used by
vim-ale-3.0.0/doc/ale-java.txt:239:  eclipselsp (e.g. `$HOME/.jdtls` in Linux).
vim-ale-3.0.0/doc/ale-java.txt-240-  By default ALE will attempt to use the configuration within the installation
##############################################
vim-ale-3.0.0/doc/ale-javascript.txt-80-
vim-ale-3.0.0/doc/ale-javascript.txt:81:  `$ npm install --save-dev fecs`
vim-ale-3.0.0/doc/ale-javascript.txt-82-
##############################################
vim-ale-3.0.0/doc/ale-nasm.txt-1-===============================================================================
vim-ale-3.0.0/doc/ale-nasm.txt:2:ALE NASM Integration                                         *ale-nasm-options*
vim-ale-3.0.0/doc/ale-nasm.txt-3-
##############################################
vim-ale-3.0.0/doc/ale-nasm.txt-5-===============================================================================
vim-ale-3.0.0/doc/ale-nasm.txt:6:nasm                                                            *ale-nasm-nasm*
vim-ale-3.0.0/doc/ale-nasm.txt-7-
##############################################
vim-ale-3.0.0/doc/ale-sh.txt-52-  Type: |String|
vim-ale-3.0.0/doc/ale-sh.txt:53:  Default: The current shell (`$SHELL`). Falls back to `'bash'` if that cannot be
vim-ale-3.0.0/doc/ale-sh.txt-54-  read or if the current shell is `'fish'`.
##############################################
vim-ale-3.0.0/test/handler/test_asm_handler.vader-6-
vim-ale-3.0.0/test/handler/test_asm_handler.vader:7:Execute(The asm GCC handler should parse lines from GCC 6.3.1 correctly):
vim-ale-3.0.0/test/handler/test_asm_handler.vader-8-
##############################################
vim-ale-3.0.0/test/handler/test_nasm_handler.vader-6-
vim-ale-3.0.0/test/handler/test_nasm_handler.vader:7:Execute(The nasm handler should parse GCC style output from nasm correctly):
vim-ale-3.0.0/test/handler/test_nasm_handler.vader-8-  AssertEqual