===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
neovim-0.4.4/.github/ISSUE_TEMPLATE/bug_report.md-14-- Terminal name/version:
neovim-0.4.4/.github/ISSUE_TEMPLATE/bug_report.md:15:- `$TERM`:
neovim-0.4.4/.github/ISSUE_TEMPLATE/bug_report.md-16-
##############################################
neovim-0.4.4/.github/ISSUE_TEMPLATE/feature_request.md-14-- Terminal name/version:
neovim-0.4.4/.github/ISSUE_TEMPLATE/feature_request.md:15:- `$TERM`:
neovim-0.4.4/.github/ISSUE_TEMPLATE/feature_request.md-16-
##############################################
neovim-0.4.4/CONTRIBUTING.md-23-- [Bisect][git-bisect] to the cause of a regression, if you are able. This is _extremely_ helpful.
neovim-0.4.4/CONTRIBUTING.md:24:- Check `$NVIM_LOG_FILE`, if it exists.
neovim-0.4.4/CONTRIBUTING.md-25-- Include `cmake --system-information` for build-related issues.
##############################################
neovim-0.4.4/cmake/GetGitRevisionDescription.cmake-95-    @ONLY)
neovim-0.4.4/cmake/GetGitRevisionDescription.cmake:96:  include(${GIT_DATA}/grabRef.cmake)
neovim-0.4.4/cmake/GetGitRevisionDescription.cmake-97-
##############################################
neovim-0.4.4/runtime/autoload/health/nvim.vim-211-    if exists('$'.env_var)
neovim-0.4.4/runtime/autoload/health/nvim.vim:212:      call health#report_info(printf("$%s='%s'", env_var, eval('$'.env_var)))
neovim-0.4.4/runtime/autoload/health/nvim.vim-213-    endif
##############################################
neovim-0.4.4/runtime/autoload/man.vim-229-  if empty(a:sect)
neovim-0.4.4/runtime/autoload/man.vim:230:    return substitute(get(split(s:system(['man', s:find_arg, a:name])), 0, ''), '\n\+$', '', '')
neovim-0.4.4/runtime/autoload/man.vim-231-  endif
##############################################
neovim-0.4.4/runtime/autoload/man.vim-236-  "   - commas between sections (for section priority)
neovim-0.4.4/runtime/autoload/man.vim:237:  return substitute(get(split(s:system(['man', s:find_arg, s:section_arg, a:sect, a:name])), 0, ''), '\n\+$', '', '')
neovim-0.4.4/runtime/autoload/man.vim-238-endfunction
##############################################
neovim-0.4.4/runtime/autoload/netrw.vim-8003-  if g:netrw_cygwin
neovim-0.4.4/runtime/autoload/netrw.vim:8004:   let s:netrwmftgt= substitute(system("cygpath ".s:ShellEscape(s:netrwmftgt)),'\n$','','')
neovim-0.4.4/runtime/autoload/netrw.vim-8005-   let s:netrwmftgt= substitute(s:netrwmftgt,'\n$','','')
##############################################
neovim-0.4.4/runtime/autoload/phpcomplete.vim-2797-let php_builtin['functions']['urls']={'base64_decode(':'string $data [, bool $strict = false] | string','base64_encode(':'string $data | string','get_headers(':'string $url [, int $format = 0] | array','get_meta_tags(':'string $filename [, bool $use_include_path = false] | array','http_build_query(':'mixed $query_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type = PHP_QUERY_RFC1738]]] | string','parse_url(':'string $url [, int $component = -1] | mixed','rawurldecode(':'string $str | string','rawurlencode(':'string $str | string','urldecode(':'string $str | string','urlencode(':'string $str | string',}
neovim-0.4.4/runtime/autoload/phpcomplete.vim:2798:let php_builtin['functions']['filesystem']={'basename(':'string $path [, string $suffix] | string','chgrp(':'string $filename, mixed $group | bool','chmod(':'string $filename, int $mode | bool','chown(':'string $filename, mixed $user | bool','clearstatcache(':'[ bool $clear_realpath_cache = false [, string $filename]] | void','copy(':'string $source, string $dest [, resource $context] | bool','dirname(':'string $path | string','disk_free_space(':'string $directory | float','disk_total_space(':'string $directory | float','diskfreespace(':'diskfreespace — Alias of disk_free_space()','fclose(':'resource $handle | bool','feof(':'resource $handle | bool','fflush(':'resource $handle | bool','fgetc(':'resource $handle | string','fgetcsv(':'resource $handle [, int $length = 0 [, string $delimiter = '','' [, string $enclosure = ''"'' [, string $escape = ''\\'']]]] | array','fgets(':'resource $handle [, int $length] | string','fgetss(':'resource $handle [, int $length [, string $allowable_tags]] | string','file_exists(':'string $filename | bool','file_get_contents(':'string $filename [, bool $use_include_path = false [, resource $context [, int $offset = -1 [, int $maxlen]]]] | string','file_put_contents(':'string $filename, mixed $data [, int $flags = 0 [, resource $context]] | int','file(':'string $filename [, int $flags = 0 [, resource $context]] | array','fileatime(':'string $filename | int','filectime(':'string $filename | int','filegroup(':'string $filename | int','fileinode(':'string $filename | int','filemtime(':'string $filename | int','fileowner(':'string $filename | int','fileperms(':'string $filename | int','filesize(':'string $filename | int','filetype(':'string $filename | string','flock(':'resource $handle, int $operation [, int &$wouldblock] | bool','fnmatch(':'string $pattern, string $string [, int $flags = 0] | bool','fopen(':'string $filename, string $mode [, bool $use_include_path = false [, resource $context]] | resource','fpassthru(':'resource $handle | int','fputcsv(':'resource $handle, array $fields [, string $delimiter = '','' [, string $enclosure = ''"'']] | int','fputs(':'fputs — Alias of fwrite()','fread(':'resource $handle, int $length | string','fscanf(':'resource $handle, string $format [, mixed &$...] | mixed','fseek(':'resource $handle, int $offset [, int $whence = SEEK_SET] | int','fstat(':'resource $handle | array','ftell(':'resource $handle | int','ftruncate(':'resource $handle, int $size | bool','fwrite(':'resource $handle, string $string [, int $length] | int','glob(':'string $pattern [, int $flags = 0] | array','is_dir(':'string $filename | bool','is_executable(':'string $filename | bool','is_file(':'string $filename | bool','is_link(':'string $filename | bool','is_readable(':'string $filename | bool','is_uploaded_file(':'string $filename | bool','is_writable(':'string $filename | bool','is_writeable(':'is_writeable — Alias of is_writable()','lchgrp(':'string $filename, mixed $group | bool','lchown(':'string $filename, mixed $user | bool','link(':'string $target, string $link | bool','linkinfo(':'string $path | int','lstat(':'string $filename | array','mkdir(':'string $pathname [, int $mode = 0777 [, bool $recursive = false [, resource $context]]] | bool','move_uploaded_file(':'string $filename, string $destination | bool','parse_ini_file(':'string $filename [, bool $process_sections = false [, int $scanner_mode = INI_SCANNER_NORMAL]] | array','parse_ini_string(':'string $ini [, bool $process_sections = false [, int $scanner_mode = INI_SCANNER_NORMAL]] | array','pathinfo(':'string $path [, int $options = PATHINFO_DIRNAME | PATHINFO_BASENAME | PATHINFO_EXTENSION | PATHINFO_FILENAME] | mixed','pclose(':'resource $handle | int','popen(':'string $command, string $mode | resource','readfile(':'string $filename [, bool $use_include_path = false [, resource $context]] | int','readlink(':'string $path | string','realpath_cache_get(':'void | array','realpath_cache_size(':'void | int','realpath(':'string $path | string','rename(':'string $oldname, string $newname [, resource $context] | bool','rewind(':'resource $handle | bool','rmdir(':'string $dirname [, resource $context] | bool','set_file_buffer(':'set_file_buffer — Alias of stream_set_write_buffer()','stat(':'string $filename | array','symlink(':'string $target, string $link | bool','tempnam(':'string $dir, string $prefix | string','tmpfile(':'void | resource','touch(':'string $filename [, int $time = time() [, int $atime]] | bool','umask(':'[ int $mask] | int','unlink(':'string $filename [, resource $context] | bool',}
neovim-0.4.4/runtime/autoload/phpcomplete.vim:2799:let php_builtin['functions']['variable_handling']={'boolval(':'mixed $var | boolean','debug_zval_dump(':'mixed $variable [, mixed $...] | void','doubleval(':'doubleval — Alias of floatval()','empty(':'mixed $var | bool','floatval(':'mixed $var | float','get_defined_vars(':'void | array','get_resource_type(':'resource $handle | string','gettype(':'mixed $var | string','import_request_variables(':'string $types [, string $prefix] | bool','intval(':'mixed $var [, int $base = 10] | int','is_array(':'mixed $var | bool','is_bool(':'mixed $var | bool','is_callable(':'callable $name [, bool $syntax_only = false [, string &$callable_name]] | bool','is_double(':'is_double — Alias of is_float()','is_float(':'mixed $var | bool','is_int(':'mixed $var | bool','is_integer(':'is_integer — Alias of is_int()','is_long(':'is_long — Alias of is_int()','is_null(':'mixed $var | bool','is_numeric(':'mixed $var | bool','is_object(':'mixed $var | bool','is_real(':'is_real — Alias of is_float()','is_resource(':'mixed $var | bool','is_scalar(':'mixed $var | bool','is_string(':'mixed $var | bool','isset(':'mixed $var [, mixed $...] | bool','print_r(':'mixed $expression [, bool $return = false] | mixed','serialize(':'mixed $value | string','settype(':'mixed &$var, string $type | bool','strval(':'mixed $var | string','unserialize(':'string $str | mixed','unset(':'mixed $var [, mixed $...] | void','var_dump(':'mixed $expression [, mixed $...] | void','var_export(':'mixed $expression [, bool $return = false] | mixed',}
neovim-0.4.4/runtime/autoload/phpcomplete.vim-2800-let php_builtin['functions']['calendar']={'cal_days_in_month(':'int $calendar, int $month, int $year | int','cal_from_jd(':'int $jd, int $calendar | array','cal_info(':'[ int $calendar = -1] | array','cal_to_jd(':'int $calendar, int $month, int $day, int $year | int','easter_date(':'[ int $year] | int','easter_days(':'[ int $year [, int $method = CAL_EASTER_DEFAULT]] | int','frenchtojd(':'int $month, int $day, int $year | int','gregoriantojd(':'int $month, int $day, int $year | int','jddayofweek(':'int $julianday [, int $mode = CAL_DOW_DAYNO] | mixed','jdmonthname(':'int $julianday, int $mode | string','jdtofrench(':'int $juliandaycount | string','jdtogregorian(':'int $julianday | string','jdtojewish(':'int $juliandaycount [, bool $hebrew = false [, int $fl = 0]] | string','jdtojulian(':'int $julianday | string','jdtounix(':'int $jday | int','jewishtojd(':'int $month, int $day, int $year | int','juliantojd(':'int $month, int $day, int $year | int','unixtojd(':'[ int $timestamp = time()] | int',}
##############################################
neovim-0.4.4/runtime/autoload/phpcomplete.vim-2803-let php_builtin['functions']['date_time']={'checkdate(':'int $month, int $day, int $year | bool','date_default_timezone_get(':'void | string','date_default_timezone_set(':'string $timezone_identifier | bool','date_parse_from_format(':'string $format, string $date | array','date_parse(':'string $date | array','date_sun_info(':'int $time, float $latitude, float $longitude | array','date_sunrise(':'int $timestamp [, int $format = SUNFUNCS_RET_STRING [, float $latitude = ini_get("date.default_latitude") [, float $longitude = ini_get("date.default_longitude") [, float $zenith = ini_get("date.sunrise_zenith") [, float $gmt_offset = 0]]]]] | mixed','date_sunset(':'int $timestamp [, int $format = SUNFUNCS_RET_STRING [, float $latitude = ini_get("date.default_latitude") [, float $longitude = ini_get("date.default_longitude") [, float $zenith = ini_get("date.sunset_zenith") [, float $gmt_offset = 0]]]]] | mixed','date(':'string $format [, int $timestamp = time()] | string','getdate(':'[ int $timestamp = time()] | array','gettimeofday(':'[ bool $return_float = false] | mixed','gmdate(':'string $format [, int $timestamp = time()] | string','gmmktime(':'[ int $hour = gmdate("H") [, int $minute = gmdate("i") [, int $second = gmdate("s") [, int $month = gmdate("n") [, int $day = gmdate("j") [, int $year = gmdate("Y") [, int $is_dst = -1]]]]]]] | int','gmstrftime(':'string $format [, int $timestamp = time()] | string','idate(':'string $format [, int $timestamp = time()] | int','localtime(':'[ int $timestamp = time() [, bool $is_associative = false]] | array','microtime(':'[ bool $get_as_float = false] | mixed','mktime(':'[ int $hour = date("H") [, int $minute = date("i") [, int $second = date("s") [, int $month = date("n") [, int $day = date("j") [, int $year = date("Y") [, int $is_dst = -1]]]]]]] | int','strftime(':'string $format [, int $timestamp = time()] | string','strptime(':'string $date, string $format | array','strtotime(':'string $time [, int $now = time()] | int','time(':'void | int','timezone_name_from_abbr(':'string $abbr [, int $gmtOffset = -1 [, int $isdst = -1]] | string','timezone_version_get(':'void | string',}
neovim-0.4.4/runtime/autoload/phpcomplete.vim:2804:let php_builtin['functions']['network']={'checkdnsrr(':'string $host [, string $type = "MX"] | bool','closelog(':'void | bool','define_syslog_variables(':'void | void','dns_get_record(':'string $hostname [, int $type = DNS_ANY [, array &$authns [, array &$addtl [, bool &$raw = false]]]] | array','fsockopen(':'string $hostname [, int $port = -1 [, int &$errno [, string &$errstr [, float $timeout = ini_get("default_socket_timeout")]]]] | resource','gethostbyaddr(':'string $ip_address | string','gethostbyname(':'string $hostname | string','gethostbynamel(':'string $hostname | array','gethostname(':'void | string','getmxrr(':'string $hostname, array &$mxhosts [, array &$weight] | bool','getprotobyname(':'string $name | int','getprotobynumber(':'int $number | string','getservbyname(':'string $service, string $protocol | int','getservbyport(':'int $port, string $protocol | string','header_register_callback(':'callable $callback | bool','header_remove(':'[ string $name] | void','header(':'string $string [, bool $replace = true [, int $http_response_code]] | void','headers_list(':'void | array','headers_sent(':'[ string &$file [, int &$line]] | bool','http_response_code(':'[ int $response_code] | int','inet_ntop(':'string $in_addr | string','inet_pton(':'string $address | string','ip2long(':'string $ip_address | int','long2ip(':'string $proper_address | string','openlog(':'string $ident, int $option, int $facility | bool','pfsockopen(':'string $hostname [, int $port = -1 [, int &$errno [, string &$errstr [, float $timeout = ini_get("default_socket_timeout")]]]] | resource','setcookie(':'string $name [, string $value [, int $expire = 0 [, string $path [, string $domain [, bool $secure = false [, bool $httponly = false]]]]]] | bool','setrawcookie(':'string $name [, string $value [, int $expire = 0 [, string $path [, string $domain [, bool $secure = false [, bool $httponly = false]]]]]] | bool','socket_get_status(':'socket_get_status — Alias of stream_get_meta_data()','socket_set_blocking(':'socket_set_blocking — Alias of stream_set_blocking()','socket_set_timeout(':'socket_set_timeout — Alias of stream_set_timeout()','syslog(':'int $priority, string $message | bool',}
neovim-0.4.4/runtime/autoload/phpcomplete.vim-2805-let php_builtin['functions']['spl']={'class_implements(':'mixed $class [, bool $autoload = true] | array','class_parents(':'mixed $class [, bool $autoload = true] | array','class_uses(':'mixed $class [, bool $autoload = true] | array','iterator_apply(':'Traversable $iterator, callable $function [, array $args] | int','iterator_count(':'Traversable $iterator | int','iterator_to_array(':'Traversable $iterator [, bool $use_keys = true] | array','spl_autoload_call(':'string $class_name | void','spl_autoload_extensions(':'[ string $file_extensions] | string','spl_autoload_functions(':'void | array','spl_autoload_register(':'[ callable $autoload_function [, bool $throw = true [, bool $prepend = false]]] | bool','spl_autoload_unregister(':'mixed $autoload_function | bool','spl_autoload(':'string $class_name [, string $file_extensions = spl_autoload_extensions()] | void','spl_classes(':'void | array','spl_object_hash(':'object $obj | string',}
neovim-0.4.4/runtime/autoload/phpcomplete.vim:2806:let php_builtin['functions']['misc']={'connection_aborted(':'void | int','connection_status(':'void | int','connection_timeout(':'void | int','constant(':'string $name | mixed','define(':'string $name, mixed $value [, bool $case_insensitive = false] | bool','defined(':'string $name | bool','eval(':'string $code | mixed','exit(':'[ string $status] | void','get_browser(':'[ string $user_agent [, bool $return_array = false]] | mixed','__halt_compiler(':'void | void','highlight_file(':'string $filename [, bool $return = false] | mixed','highlight_string(':'string $str [, bool $return = false] | mixed','ignore_user_abort(':'[ string $value] | int','pack(':'string $format [, mixed $args [, mixed $...]] | string','php_check_syntax(':'string $filename [, string &$error_message] | bool','php_strip_whitespace(':'string $filename | string','show_source(':'show_source — Alias of highlight_file()','sleep(':'int $seconds | int','sys_getloadavg(':'void | array','time_nanosleep(':'int $seconds, int $nanoseconds | mixed','time_sleep_until(':'float $timestamp | bool','uniqid(':'[ string $prefix = "" [, bool $more_entropy = false]] | string','unpack(':'string $format, string $data | array','usleep(':'int $micro_seconds | void',}
neovim-0.4.4/runtime/autoload/phpcomplete.vim-2807-let php_builtin['functions']['curl']={'curl_close(':'resource $ch | void','curl_copy_handle(':'resource $ch | resource','curl_errno(':'resource $ch | int','curl_error(':'resource $ch | string','curl_escape(':'resource $ch, string $str | string','curl_exec(':'resource $ch | mixed','curl_getinfo(':'resource $ch [, int $opt = 0] | mixed','curl_init(':'[ string $url = NULL] | resource','curl_multi_add_handle(':'resource $mh, resource $ch | int','curl_multi_close(':'resource $mh | void','curl_multi_exec(':'resource $mh, int &$still_running | int','curl_multi_getcontent(':'resource $ch | string','curl_multi_info_read(':'resource $mh [, int &$msgs_in_queue = NULL] | array','curl_multi_init(':'void | resource','curl_multi_remove_handle(':'resource $mh, resource $ch | int','curl_multi_select(':'resource $mh [, float $timeout = 1.0] | int','curl_multi_setopt(':'resource $mh, int $option, mixed $value | bool','curl_multi_strerror(':'int $errornum | string','curl_pause(':'resource $ch, int $bitmask | int','curl_reset(':'resource $ch | void','curl_setopt_array(':'resource $ch, array $options | bool','curl_setopt(':'resource $ch, int $option, mixed $value | bool','curl_share_close(':'resource $sh | void','curl_share_init(':'void | resource','curl_share_setopt(':'resource $sh, int $option, string $value | bool','curl_strerror(':'int $errornum | string','curl_unescape(':'resource $ch, string $str | string','curl_version(':'[ int $age = CURLVERSION_NOW] | array',}
##############################################
neovim-0.4.4/runtime/autoload/rubycomplete.vim-270-        if /.*require_relative\s*(.*)$/.match( ln )
neovim-0.4.4/runtime/autoload/rubycomplete.vim:271:          eval( "require %s" % File.expand_path($1) )
neovim-0.4.4/runtime/autoload/rubycomplete.vim-272-        elsif /.*require\s*(["'].*?["'])/.match( ln )
neovim-0.4.4/runtime/autoload/rubycomplete.vim:273:          eval( "require %s" % $1 )
neovim-0.4.4/runtime/autoload/rubycomplete.vim-274-        end
##############################################
neovim-0.4.4/runtime/autoload/tar.vim-152-   " assuming cygwin
neovim-0.4.4/runtime/autoload/tar.vim:153:   let tarfile=substitute(system("cygpath -u ".shellescape(tarfile,0)),'\n$','','e')
neovim-0.4.4/runtime/autoload/tar.vim-154-  endif
##############################################
neovim-0.4.4/runtime/autoload/tar.vim-234-   " assuming cygwin
neovim-0.4.4/runtime/autoload/tar.vim:235:   let tarfile=substitute(system("cygpath -u ".shellescape(tarfile,0)),'\n$','','e')
neovim-0.4.4/runtime/autoload/tar.vim-236-  endif
##############################################
neovim-0.4.4/runtime/autoload/tar.vim-261-   " assuming cygwin
neovim-0.4.4/runtime/autoload/tar.vim:262:   let tarfile=substitute(system("cygpath -u ".shellescape(tarfile,0)),'\n$','','e')
neovim-0.4.4/runtime/autoload/tar.vim-263-  endif
##############################################
neovim-0.4.4/runtime/doc/change.txt-1381-xmlformat#Format() function, in the directory:
neovim-0.4.4/runtime/doc/change.txt:1382:`$VIMRUNTIME/autoload/xmlformat.vim`
neovim-0.4.4/runtime/doc/change.txt-1383-
##############################################
neovim-0.4.4/runtime/doc/channel.txt-143-from the host TTY, or if Nvim is |--headless| it uses default values: >
neovim-0.4.4/runtime/doc/channel.txt:144:    :echo system('nvim --headless +"te stty -a" +"sleep 1" +"1,/^$/print" +q')
neovim-0.4.4/runtime/doc/channel.txt-145-
##############################################
neovim-0.4.4/runtime/doc/editing.txt-406-expression, thus this works: >
neovim-0.4.4/runtime/doc/editing.txt:407:	:e `=$HOME . '/.vimrc'`
neovim-0.4.4/runtime/doc/editing.txt-408-This does not work, $HOME is inside a string and used literally: >
neovim-0.4.4/runtime/doc/editing.txt:409:	:e `='$HOME' . '/.vimrc'`
neovim-0.4.4/runtime/doc/editing.txt-410-
##############################################
neovim-0.4.4/runtime/doc/eval.txt-8621-		ignored: `height`/`width` are taken from the current window
neovim-0.4.4/runtime/doc/eval.txt:8622:		and `$TERM` is set to "xterm-256color".
neovim-0.4.4/runtime/doc/eval.txt-8623-		Returns the same values as |jobstart()|.
##############################################
neovim-0.4.4/runtime/doc/filetype.txt-131-	*.asp		g:filetype_asp	|ft-aspvbs-syntax| |ft-aspperl-syntax|
neovim-0.4.4/runtime/doc/filetype.txt:132:	*.asm		g:asmsyntax	|ft-asm-syntax|
neovim-0.4.4/runtime/doc/filetype.txt-133-	*.prg		g:filetype_prg
##############################################
neovim-0.4.4/runtime/doc/ft_rust.txt-182-
neovim-0.4.4/runtime/doc/ft_rust.txt:183::RustEmitAsm [args]                                             *:RustEmitAsm*
neovim-0.4.4/runtime/doc/ft_rust.txt-184-		Compiles the current file to assembly and displays the results
##############################################
neovim-0.4.4/runtime/doc/if_lua.txt-48-   - initial (defined at compile-time or derived from 
neovim-0.4.4/runtime/doc/if_lua.txt:49:     `$LUA_CPATH`/`$LUA_INIT`) `package.cpath` contains 
neovim-0.4.4/runtime/doc/if_lua.txt-50-     `./?.so;/def/ghi/a?d/j/g.elf;/def/?.so`.
##############################################
neovim-0.4.4/runtime/doc/indent.txt-1024-The code will be indented after lines that match the pattern
neovim-0.4.4/runtime/doc/indent.txt:1025:`'\(&\||\|+\|-\|\*\|/\|=\|\~\|%\|->\)\s*$'`. If you want indentation after
neovim-0.4.4/runtime/doc/indent.txt-1026-lines that match a different pattern, you should set the appropriate value of
##############################################
neovim-0.4.4/runtime/doc/syntax.txt-811-files are included:
neovim-0.4.4/runtime/doc/syntax.txt:812:	asm		GNU assembly (the default)
neovim-0.4.4/runtime/doc/syntax.txt-813-	asm68k		Motorola 680x0 assembly
##############################################
neovim-0.4.4/runtime/doc/syntax.txt-815-	ia64		Intel Itanium 64
neovim-0.4.4/runtime/doc/syntax.txt:816:	fasm		Flat assembly (http://flatassembler.net)
neovim-0.4.4/runtime/doc/syntax.txt:817:	masm		Microsoft assembly (probably works for any 80x86)
neovim-0.4.4/runtime/doc/syntax.txt:818:	nasm		Netwide assembly
neovim-0.4.4/runtime/doc/syntax.txt:819:	tasm		Turbo Assembly (with opcodes 80x86 up to Pentium, and
neovim-0.4.4/runtime/doc/syntax.txt-820-			MMX)
##############################################
neovim-0.4.4/runtime/doc/syntax.txt-829-between the two settings the one from the modeline will take precedence (in
neovim-0.4.4/runtime/doc/syntax.txt:830:particular, if you have ft=asm in the modeline, you will get the GNU syntax
neovim-0.4.4/runtime/doc/syntax.txt-831-highlighting regardless of what is specified as asmsyntax).
##############################################
neovim-0.4.4/runtime/doc/vim_diff.txt-17-
neovim-0.4.4/runtime/doc/vim_diff.txt:18:- Use `$XDG_CONFIG_HOME/nvim/init.vim` instead of `.vimrc` for configuration.
neovim-0.4.4/runtime/doc/vim_diff.txt:19:- Use `$XDG_CONFIG_HOME/nvim` instead of `.vim` to store configuration files.
neovim-0.4.4/runtime/doc/vim_diff.txt:20:- Use `$XDG_DATA_HOME/nvim/shada/main.shada` instead of `.viminfo` for persistent
neovim-0.4.4/runtime/doc/vim_diff.txt-21-  session information.  |shada|
##############################################
neovim-0.4.4/runtime/doc/vim_diff.txt-225-
neovim-0.4.4/runtime/doc/vim_diff.txt:226:If a Python interpreter is available on your `$PATH`, |:python| and |:python3|
neovim-0.4.4/runtime/doc/vim_diff.txt-227-are always available and may be used simultaneously. See |provider-python|.
##############################################
neovim-0.4.4/runtime/ftplugin/eruby.vim-74-if !has_key(s:cfilemap, 'rhs')
neovim-0.4.4/runtime/ftplugin/eruby.vim:75:  let s:cfilemap.rhs = "substitute(&l:inex =~# '\\<v:fname\\>' && len(expand('<cfile>')) ? eval(substitute(&l:inex, '\\<v:fname\\>', '\\=string(expand(\"<cfile>\"))', 'g')) : '', '^$', \"\\022\\006\",'')"
neovim-0.4.4/runtime/ftplugin/eruby.vim-76-endif
##############################################
neovim-0.4.4/runtime/ftplugin/ruby.vim-275-    endif
neovim-0.4.4/runtime/ftplugin/ruby.vim:276:    silent! let res = substitute(system("ri -f rdoc -T \"".str.'"'),'\n$','','')
neovim-0.4.4/runtime/ftplugin/ruby.vim-277-    if res =~ '^Nothing known about' || res =~ '^Bad argument:' || res =~ '^More than one method'
##############################################
neovim-0.4.4/runtime/ftplugin/rust.vim-125-" See |:RustEmitAsm| for docs
neovim-0.4.4/runtime/ftplugin/rust.vim:126:command! -nargs=* -buffer RustEmitAsm call rust#Emit("asm", <q-args>)
neovim-0.4.4/runtime/ftplugin/rust.vim-127-
##############################################
neovim-0.4.4/runtime/indent/rmd.vim-49-function GetRmdIndent()
neovim-0.4.4/runtime/indent/rmd.vim:50:  if getline(".") =~ '^[ \t]*```{r .*}$' || getline(".") =~ '^[ \t]*```$'
neovim-0.4.4/runtime/indent/rmd.vim-51-    return 0
##############################################
neovim-0.4.4/runtime/syntax/ant.vim-63-syn keyword antElement display from ftp generic genkey get gjdoc grant group gunzip gzip header headfilter http
neovim-0.4.4/runtime/syntax/ant.vim:64:syn keyword antElement display ignoreblank ilasm ildasm import importtypelib include includesfile input iplanet
neovim-0.4.4/runtime/syntax/ant.vim-65-syn keyword antElement display iplanet-ejbc isfalse isreference isset istrue jar jarlib-available
##############################################
neovim-0.4.4/runtime/syntax/asm.vim-69-" frequently used features of the most popular architectures (and also the
neovim-0.4.4/runtime/syntax/asm.vim:70:" non-GNU assembly languages that use this syntax file because their asm files
neovim-0.4.4/runtime/syntax/asm.vim-71-" are also named *.asm), the following are used as line comment characters:
##############################################
neovim-0.4.4/runtime/syntax/asmh8300.vim-50-
neovim-0.4.4/runtime/syntax/asmh8300.vim:51:" Read the general asm syntax
neovim-0.4.4/runtime/syntax/asmh8300.vim-52-runtime! syntax/asm.vim
##############################################
neovim-0.4.4/runtime/syntax/d.vim-397-
neovim-0.4.4/runtime/syntax/d.vim:398:" Marks contents of the asm statement body as special
neovim-0.4.4/runtime/syntax/d.vim-399-
##############################################
neovim-0.4.4/runtime/syntax/fasm.vim-5-" Vim URL:	http://www.vim.org/lang.html
neovim-0.4.4/runtime/syntax/fasm.vim:6:" FASM Home:	http://flatassembler.net/
neovim-0.4.4/runtime/syntax/fasm.vim:7:" FASM Version: 1.56
neovim-0.4.4/runtime/syntax/fasm.vim-8-
##############################################
neovim-0.4.4/runtime/syntax/flexwiki.vim-28-" TODO: check URL syntax against RFC
neovim-0.4.4/runtime/syntax/flexwiki.vim:29:syntax match flexwikiLink           `\("[^"(]\+\((\([^)]\+\))\)\?":\)\?\(https\?\|ftp\|gopher\|telnet\|file\|notes\|ms-help\):\(\(\(//\)\|\(\\\\\)\)\+[A-Za-z0-9:#@%/;$~_?+-=.&\-\\\\]*\)`
neovim-0.4.4/runtime/syntax/flexwiki.vim-30-
##############################################
neovim-0.4.4/runtime/syntax/freebasic.vim-91-
neovim-0.4.4/runtime/syntax/freebasic.vim:92:syn keyword	freebasicMisc			ASM DATA LET TO READ RESTORE SIZEOF SWAP OFFSETOF
neovim-0.4.4/runtime/syntax/freebasic.vim-93-
##############################################
neovim-0.4.4/runtime/syntax/gedcom.vim-13-syntax keyword gedcom_record ABBR ADDR ADOP ADR1 ADR2 AFN AGE AGNC ALIA ANCE
neovim-0.4.4/runtime/syntax/gedcom.vim:14:syntax keyword gedcom_record ANCI ANUL ASSO AUTH BAPL BAPM BARM BASM BIRT BLES
neovim-0.4.4/runtime/syntax/gedcom.vim-15-syntax keyword gedcom_record BLOB BURI CALN CAST CAUS CENS CHAN CHAR CHIL CHR
##############################################
neovim-0.4.4/runtime/syntax/ia64.vim-22-
neovim-0.4.4/runtime/syntax/ia64.vim:23:" Read the MASM syntax to start with
neovim-0.4.4/runtime/syntax/ia64.vim-24-" This is needed as both IA-64 as well as IA-32 instructions are supported
##############################################
neovim-0.4.4/runtime/syntax/ia64.vim-265-
neovim-0.4.4/runtime/syntax/ia64.vim:266:"put masm groups with our groups
neovim-0.4.4/runtime/syntax/ia64.vim-267-hi def link masmOperator	ia64operator
##############################################
neovim-0.4.4/runtime/syntax/inform.vim-244-if exists("inform_highlight_glulx")
neovim-0.4.4/runtime/syntax/inform.vim:245:  syn keyword informAsm contained nop add sub mul div mod neg bitand bitor
neovim-0.4.4/runtime/syntax/inform.vim:246:  syn keyword informAsm contained bitxor bitnot shiftl sshiftr ushiftr jump jz
neovim-0.4.4/runtime/syntax/inform.vim:247:  syn keyword informAsm contained jnz jeq jne jlt jge jgt jle jltu jgeu jgtu
neovim-0.4.4/runtime/syntax/inform.vim:248:  syn keyword informAsm contained jleu call return catch throw tailcall copy
neovim-0.4.4/runtime/syntax/inform.vim:249:  syn keyword informAsm contained copys copyb sexs sexb aload aloads aloadb
neovim-0.4.4/runtime/syntax/inform.vim:250:  syn keyword informAsm contained aloadbit astore astores astoreb astorebit
neovim-0.4.4/runtime/syntax/inform.vim:251:  syn keyword informAsm contained stkcount stkpeek stkswap stkroll stkcopy
neovim-0.4.4/runtime/syntax/inform.vim:252:  syn keyword informAsm contained streamchar streamnum streamstr gestalt
neovim-0.4.4/runtime/syntax/inform.vim:253:  syn keyword informAsm contained debugtrap getmemsize setmemsize jumpabs
neovim-0.4.4/runtime/syntax/inform.vim:254:  syn keyword informAsm contained random setrandom quit verify restart save
neovim-0.4.4/runtime/syntax/inform.vim:255:  syn keyword informAsm contained restore saveundo restoreundo protect glk
neovim-0.4.4/runtime/syntax/inform.vim:256:  syn keyword informAsm contained getstringtbl setstringtbl getiosys setiosys
neovim-0.4.4/runtime/syntax/inform.vim:257:  syn keyword informAsm contained linearsearch binarysearch linkedsearch
neovim-0.4.4/runtime/syntax/inform.vim:258:  syn keyword informAsm contained callf callfi callfii callfiii
neovim-0.4.4/runtime/syntax/inform.vim-259-else
neovim-0.4.4/runtime/syntax/inform.vim:260:  syn keyword informAsm contained je jl jg dec_chk inc_chk jin test or and
neovim-0.4.4/runtime/syntax/inform.vim:261:  syn keyword informAsm contained test_attr set_attr clear_attr store
neovim-0.4.4/runtime/syntax/inform.vim:262:  syn keyword informAsm contained insert_obj loadw loadb get_prop
neovim-0.4.4/runtime/syntax/inform.vim:263:  syn keyword informAsm contained get_prop_addr get_next_prop add sub mul div
neovim-0.4.4/runtime/syntax/inform.vim:264:  syn keyword informAsm contained mod call storew storeb put_prop sread
neovim-0.4.4/runtime/syntax/inform.vim:265:  syn keyword informAsm contained print_num random push pull
neovim-0.4.4/runtime/syntax/inform.vim:266:  syn keyword informAsm contained split_window set_window output_stream
neovim-0.4.4/runtime/syntax/inform.vim:267:  syn keyword informAsm contained input_stream sound_effect jz get_sibling
neovim-0.4.4/runtime/syntax/inform.vim:268:  syn keyword informAsm contained get_child get_parent get_prop_len inc dec
neovim-0.4.4/runtime/syntax/inform.vim:269:  syn keyword informAsm contained remove_obj print_obj ret jump
neovim-0.4.4/runtime/syntax/inform.vim:270:  syn keyword informAsm contained load not rtrue rfalse print
neovim-0.4.4/runtime/syntax/inform.vim:271:  syn keyword informAsm contained print_ret nop save restore restart
neovim-0.4.4/runtime/syntax/inform.vim:272:  syn keyword informAsm contained ret_popped pop quit new_line show_status
neovim-0.4.4/runtime/syntax/inform.vim:273:  syn keyword informAsm contained verify call_2s call_vs aread call_vs2
neovim-0.4.4/runtime/syntax/inform.vim:274:  syn keyword informAsm contained erase_window erase_line set_cursor get_cursor
neovim-0.4.4/runtime/syntax/inform.vim:275:  syn keyword informAsm contained set_text_style buffer_mode read_char
neovim-0.4.4/runtime/syntax/inform.vim:276:  syn keyword informAsm contained scan_table call_1s call_2n set_colour throw
neovim-0.4.4/runtime/syntax/inform.vim:277:  syn keyword informAsm contained call_vn call_vn2 tokenise encode_text
neovim-0.4.4/runtime/syntax/inform.vim:278:  syn keyword informAsm contained copy_table print_table check_arg_count
neovim-0.4.4/runtime/syntax/inform.vim:279:  syn keyword informAsm contained call_1n catch piracy log_shift art_shift
neovim-0.4.4/runtime/syntax/inform.vim:280:  syn keyword informAsm contained set_font save_undo restore_undo draw_picture
neovim-0.4.4/runtime/syntax/inform.vim:281:  syn keyword informAsm contained picture_data erase_picture set_margins
neovim-0.4.4/runtime/syntax/inform.vim:282:  syn keyword informAsm contained move_window window_size window_style
neovim-0.4.4/runtime/syntax/inform.vim:283:  syn keyword informAsm contained get_wind_prop scroll_window pop_stack
neovim-0.4.4/runtime/syntax/inform.vim:284:  syn keyword informAsm contained read_mouse mouse_window push_stack
neovim-0.4.4/runtime/syntax/inform.vim:285:  syn keyword informAsm contained put_wind_prop print_form make_menu
neovim-0.4.4/runtime/syntax/inform.vim:286:  syn keyword informAsm contained picture_table
neovim-0.4.4/runtime/syntax/inform.vim-287-  if !exists("inform_highlight_old")
neovim-0.4.4/runtime/syntax/inform.vim:288:     syn keyword informAsm contained check_unicode print_unicode
neovim-0.4.4/runtime/syntax/inform.vim-289-  endif
##############################################
neovim-0.4.4/runtime/syntax/inform.vim-349-hi def link informGramPreProc	PreProc
neovim-0.4.4/runtime/syntax/inform.vim:350:hi def link informAsm		Special
neovim-0.4.4/runtime/syntax/inform.vim-351-if !exists("inform_suppress_obsolete")
##############################################
neovim-0.4.4/runtime/syntax/jal.vim-105-
neovim-0.4.4/runtime/syntax/jal.vim:106:syn keyword jalModifier		interrupt assembler asm put get
neovim-0.4.4/runtime/syntax/jal.vim-107-syn keyword jalStatement	out in is begin at
##############################################
neovim-0.4.4/runtime/syntax/jal.vim-119-
neovim-0.4.4/runtime/syntax/jal.vim:120:syn region  jalAsm		matchgroup=jalAsmKey start="\<assembler\>" end="\<end assembler\>" contains=jalComment,jalPreProc,jalLabel,picIdentifier, picLabel,picASCII,picDecimal,picHexadecimal,picOctal,picComment,picString,picRegister,picRigisterPart,picOpcode,picDirective,jalPIC
neovim-0.4.4/runtime/syntax/jal.vim:121:syn region  jalAsm		matchgroup=jalAsmKey start="\<asm\>" end=/$/ contains=jalComment,jalPreProc,jalLabel,picIdentifier, picLabel,picASCII,picDecimal,picHexadecimal,picOctal,picComment,picString,picRegister,picRigisterPart,picOpcode,picDirective,jalPIC
neovim-0.4.4/runtime/syntax/jal.vim-122-
##############################################
neovim-0.4.4/runtime/syntax/jal.vim-204-hi def link jalUnclassified	Statement
neovim-0.4.4/runtime/syntax/jal.vim:205:hi def link jalAsm			Assembler
neovim-0.4.4/runtime/syntax/jal.vim-206-hi def link jalError		Error
##############################################
neovim-0.4.4/runtime/syntax/lpc.vim-98-syn keyword     lpcApplies      contained author_file compile_object connect crash creator_file domain_file epilog error_handler flag get_bb_uid get_root_uid get_save_file_name log_error make_path_absolute object_name preload privs_file retrieve_ed_setup save_ed_setup slow_shutdown
neovim-0.4.4/runtime/syntax/lpc.vim:99:syn keyword     lpcApplies      contained valid_asm valid_bind valid_compile_to_c valid_database valid_hide valid_link valid_object valid_override valid_read valid_save_binary valid_seteuid valid_shadow valid_socket valid_write
neovim-0.4.4/runtime/syntax/lpc.vim-100-"       parsing
##############################################
neovim-0.4.4/runtime/syntax/markdown.vim-87-syn region markdownCode matchgroup=markdownCodeDelimiter start="`` \=" end=" \=``" keepend contains=markdownLineStart
neovim-0.4.4/runtime/syntax/markdown.vim:88:syn region markdownCode matchgroup=markdownCodeDelimiter start="^\s*```.*$" end="^\s*```\ze\s*$" keepend
neovim-0.4.4/runtime/syntax/markdown.vim-89-
##############################################
neovim-0.4.4/runtime/syntax/markdown.vim-94-  for s:type in g:markdown_fenced_languages
neovim-0.4.4/runtime/syntax/markdown.vim:95:    exe 'syn region markdownHighlight'.substitute(matchstr(s:type,'[^=]*$'),'\..*','','').' matchgroup=markdownCodeDelimiter start="^\s*```\s*'.matchstr(s:type,'[^=]*').'\>.*$" end="^\s*```\ze\s*$" keepend contains=@markdownHighlight'.substitute(matchstr(s:type,'[^=]*$'),'\.','','g')
neovim-0.4.4/runtime/syntax/markdown.vim-96-  endfor
##############################################
neovim-0.4.4/runtime/syntax/mma.vim-195-"   "SymbolName::item"
neovim-0.4.4/runtime/syntax/mma.vim:196:"syntax match mmaSymbol "`\=[a-zA-Z$]\+[0-9a-zA-Z$]*\%(`\%([a-zA-Z$]\+[0-9a-zA-Z$]*\)\=\)*" contained
neovim-0.4.4/runtime/syntax/mma.vim:197:syntax match mmaMessage "`\=\([a-zA-Z$]\+[0-9a-zA-Z$]*\)\%(`\%([a-zA-Z$]\+[0-9a-zA-Z$]*\)\=\)*::\a\+" contains=mmaMessageType
neovim-0.4.4/runtime/syntax/mma.vim-198-syntax match mmaMessageType "::\a\+"hs=s+2 contained
##############################################
neovim-0.4.4/runtime/syntax/nasm.vim-1-" Vim syntax file
neovim-0.4.4/runtime/syntax/nasm.vim:2:" Language:	NASM - The Netwide Assembler (v0.98)
neovim-0.4.4/runtime/syntax/nasm.vim-3-" Maintainer:	Andrii Sokolov	<andriy145@gmail.com>
##############################################
neovim-0.4.4/runtime/syntax/nasm.vim-7-" Last Change:	2017 Jan 23
neovim-0.4.4/runtime/syntax/nasm.vim:8:" NASM Home:	http://www.nasm.us/
neovim-0.4.4/runtime/syntax/nasm.vim-9-
##############################################
neovim-0.4.4/runtime/syntax/nasm.vim-56-  endif
neovim-0.4.4/runtime/syntax/nasm.vim:57:  " disallow use of nasm internal label format
neovim-0.4.4/runtime/syntax/nasm.vim-58-  syn match   nasmLabelError	"\<\$\=\.\.@\d\+\.\k*\>"
##############################################
neovim-0.4.4/runtime/syntax/nasm.vim-71-syn match   nasmStringError	+["'`]+
neovim-0.4.4/runtime/syntax/nasm.vim:72:" NASM is case sensitive here: eg. u-prefix allows for 4-digit, U-prefix for
neovim-0.4.4/runtime/syntax/nasm.vim-73-" 8-digit Unicode characters
##############################################
neovim-0.4.4/runtime/syntax/nasm.vim-117-syn region  nasmStructureDef	transparent matchgroup=nasmStructure keepend start="\<ISTRUCT\=\>" end="\<IEND\(STRUCT\=\)\=\>" contains=@nasmGrpCntnStruc,nasmInStructure
neovim-0.4.4/runtime/syntax/nasm.vim:118:"   union types are not part of nasm (yet)
neovim-0.4.4/runtime/syntax/nasm.vim-119-"syn region  nasmStructureDef	transparent matchgroup=nasmStructure keepend start="^\s*UNION\>"hs=e-4 end="^\s*ENDUNION\>"re=e-8 contains=@nasmGrpCntnStruc
##############################################
neovim-0.4.4/runtime/syntax/nasm.vim-126-" PreProcessor Instructions:
neovim-0.4.4/runtime/syntax/nasm.vim:127:" NAsm PreProcs start with %, but % is not a character
neovim-0.4.4/runtime/syntax/nasm.vim-128-syn match   nasmPreProcError	"%{\=\(%\=\k\+\|%%\+\k*\|[+-]\=\d\+\)}\="
##############################################
neovim-0.4.4/runtime/syntax/nasm.vim-164-syn region  nasmInMacStrucDef	contained transparent matchgroup=nasmStructure keepend start="\<ISTRUCT\=\>" end="\<IEND\(STRUCT\=\)\=\>" contains=@nasmGrpCntnMacro,nasmInStructure
neovim-0.4.4/runtime/syntax/nasm.vim:165:"   union types are not part of nasm (yet)
neovim-0.4.4/runtime/syntax/nasm.vim-166-"syn region  nasmInMacStrucDef	contained transparent matchgroup=nasmStructure keepend start="^\s*UNION\>"hs=e-4 end="^\s*ENDUNION\>"re=e-8 contains=@nasmGrpCntnMacro
##############################################
neovim-0.4.4/runtime/syntax/nasm.vim-178-syn match   nasmInMacParam	contained "%\([+-]\=\d\+\|{[+-]\=\d\+}\)"
neovim-0.4.4/runtime/syntax/nasm.vim:179:"   nasm conditional macro operands/arguments
neovim-0.4.4/runtime/syntax/nasm.vim-180-"   Todo: check feasebility; add too nasmGrpInMacros, etc.
##############################################
neovim-0.4.4/runtime/syntax/nasm.vim-275-"syn match   nasmInstrModifier	"\<F\(ADD\|MUL\|\(DIV\|SUB\)R\=\)P\s\+TO\>"lc=6,ms=e-1
neovim-0.4.4/runtime/syntax/nasm.vim:276:"  NAsm directives
neovim-0.4.4/runtime/syntax/nasm.vim-277-syn keyword nasmRepeat		TIMES
##############################################
neovim-0.4.4/runtime/syntax/nqc.vim-25-syn keyword	nqcType		int true false void
neovim-0.4.4/runtime/syntax/nqc.vim:26:syn keyword	nqcStorageClass	asm const inline
neovim-0.4.4/runtime/syntax/nqc.vim-27-
##############################################
neovim-0.4.4/runtime/syntax/pascal.vim-151-
neovim-0.4.4/runtime/syntax/pascal.vim:152:  syn region  pascalAsm		matchgroup=pascalAsmKey start="\<asm\>" end="\<end\>" contains=pascalComment,pascalPreProc
neovim-0.4.4/runtime/syntax/pascal.vim-153-
##############################################
neovim-0.4.4/runtime/syntax/pascal.vim-350-hi def link pascalUnclassified	pascalStatement
neovim-0.4.4/runtime/syntax/pascal.vim:351:"  hi def link pascalAsm		Assembler
neovim-0.4.4/runtime/syntax/pascal.vim-352-hi def link pascalError		Error
##############################################
neovim-0.4.4/runtime/syntax/rmd.vim-29-  " Fix recognition of R code
neovim-0.4.4/runtime/syntax/rmd.vim:30:  syn region pandocDelimitedCodeBlock_r start=/^```{r\>.*}$/ end=/^```$/ contained containedin=pandocDelimitedCodeBlock contains=@R
neovim-0.4.4/runtime/syntax/rmd.vim-31-  syn region rmdrInline matchgroup=rmdInlineDelim start="`r "  end="`" contains=@R containedin=pandocLaTeXRegion,yamlFlowString keepend
##############################################
neovim-0.4.4/runtime/syntax/rmd.vim-66-    exe 'syn region rmd'.s:nm.'ChunkDelim matchgroup=rmdCodeDelim start="^\s*```\s*{\s*'.s:nm.'\>" matchgroup=rmdCodeDelim end="}$" keepend containedin=rmd'.s:nm.'Chunk contains=@Rmd'.s:nm
neovim-0.4.4/runtime/syntax/rmd.vim:67:    exe 'syn region rmd'.s:nm.'Chunk start="^\s*```\s*{\s*'.s:nm.'\>.*$" matchgroup=rmdCodeDelim end="^\s*```\ze\s*$" keepend contains=rmd'.s:nm.'ChunkDelim,@Rmd'.s:nm
neovim-0.4.4/runtime/syntax/rmd.vim-68-  else
neovim-0.4.4/runtime/syntax/rmd.vim:69:    exe 'syn region rmd'.s:nm.'Chunk matchgroup=rmdCodeDelim start="^\s*```\s*{\s*'.s:nm.'\>.*$" matchgroup=rmdCodeDelim end="^\s*```\ze\s*$" keepend contains=@Rmd'.s:nm
neovim-0.4.4/runtime/syntax/rmd.vim-70-  endif
##############################################
neovim-0.4.4/runtime/syntax/tasm.vim-27-syn keyword tasmDirective IRPC JUMPS LABEL LARGESTACK %LINUM %LIST LOCAL
neovim-0.4.4/runtime/syntax/tasm.vim:28:syn keyword tasmDirective LOCALS MACRO %MACS MASKFLAG MASM MASM51 MODEL
neovim-0.4.4/runtime/syntax/tasm.vim-29-syn keyword tasmDirective MULTERRS NAME %NEWPAGE %NOCONDS %NOCREF %NOCTLS
##############################################
neovim-0.4.4/runtime/syntax/vera.vim-243-  syn region	veraCppOut2	contained start="0" end="^\s*\(`\|#\)\s*\(endif\>\|else\>\|elif\>\)" contains=veraSpaceError,veraCppSkip
neovim-0.4.4/runtime/syntax/vera.vim:244:  syn region	veraCppSkip	contained start="^\s*\(`\|#\)\s*\(if\>\|ifdef\>\|ifndef\>\)" skip="\\$" end="^\s*\(`\|#\)\s*endif\>" contains=veraSpaceError,veraCppSkip
neovim-0.4.4/runtime/syntax/vera.vim-245-endif
##############################################
neovim-0.4.4/scripts/lua2dox_filter-27-	#########
neovim-0.4.4/scripts/lua2dox_filter:28:	WHICH=`which ${P_EXE}`
neovim-0.4.4/scripts/lua2dox_filter-29-	if test -z "${WHICH}"
##############################################
neovim-0.4.4/scripts/lua2dox_filter-54-	
neovim-0.4.4/scripts/lua2dox_filter:55:	cd `dirname $TARGET_FILE`
neovim-0.4.4/scripts/lua2dox_filter:56:	TARGET_FILE=`basename $TARGET_FILE`
neovim-0.4.4/scripts/lua2dox_filter-57-	
##############################################
neovim-0.4.4/scripts/lua2dox_filter-60-	do
neovim-0.4.4/scripts/lua2dox_filter:61:		TARGET_FILE=`readlink $TARGET_FILE`
neovim-0.4.4/scripts/lua2dox_filter:62:		cd `dirname $TARGET_FILE`
neovim-0.4.4/scripts/lua2dox_filter:63:		TARGET_FILE=`basename $TARGET_FILE`
neovim-0.4.4/scripts/lua2dox_filter-64-	done
##############################################
neovim-0.4.4/scripts/lua2dox_filter-76-else
neovim-0.4.4/scripts/lua2dox_filter:77:	BASENAME=`basename "$0"`
neovim-0.4.4/scripts/lua2dox_filter-78-	do_readlink "$0"
##############################################
neovim-0.4.4/scripts/pvscheck.sh-82-
neovim-0.4.4/scripts/pvscheck.sh:83:# Usage `eval "$(getopts_long long_defs -- positionals_defs -- "$@")"`
neovim-0.4.4/scripts/pvscheck.sh-84-#
##############################################
neovim-0.4.4/src/clint.py-240-# These constants define the current inline assembly state
neovim-0.4.4/src/clint.py:241:_NO_ASM = 0       # Outside of inline assembly block
neovim-0.4.4/src/clint.py:242:_INSIDE_ASM = 1   # Inside inline assembly block
neovim-0.4.4/src/clint.py:243:_END_ASM = 2      # Last line of inline assembly block
neovim-0.4.4/src/clint.py:244:_BLOCK_ASM = 3    # The whole block is an inline assembly block
neovim-0.4.4/src/clint.py-245-
neovim-0.4.4/src/clint.py-246-# Match start of assembly blocks
neovim-0.4.4/src/clint.py:247:_MATCH_ASM = re.compile(r'^\s*(?:asm|_asm|__asm|__asm__)'
neovim-0.4.4/src/clint.py-248-                        r'(?:\s+(volatile|__volatile__))?'
##############################################
neovim-0.4.4/src/clint.py-1500-        self.open_parentheses = 0
neovim-0.4.4/src/clint.py:1501:        self.inline_asm = _NO_ASM
neovim-0.4.4/src/clint.py-1502-
##############################################
neovim-0.4.4/src/clint.py-1621-            # Also check if we are starting or ending an inline assembly block.
neovim-0.4.4/src/clint.py:1622:            if inner_block.inline_asm in (_NO_ASM, _END_ASM):
neovim-0.4.4/src/clint.py-1623-                if (depth_change != 0 and
##############################################
neovim-0.4.4/src/clint.py-1626-                    # Enter assembly block
neovim-0.4.4/src/clint.py:1627:                    inner_block.inline_asm = _INSIDE_ASM
neovim-0.4.4/src/clint.py-1628-                else:
neovim-0.4.4/src/clint.py-1629-                    # Not entering assembly block.  If previous line was
neovim-0.4.4/src/clint.py:1630:                    # _END_ASM, we will now shift to _NO_ASM state.
neovim-0.4.4/src/clint.py:1631:                    inner_block.inline_asm = _NO_ASM
neovim-0.4.4/src/clint.py:1632:            elif (inner_block.inline_asm == _INSIDE_ASM and
neovim-0.4.4/src/clint.py-1633-                  inner_block.open_parentheses == 0):
neovim-0.4.4/src/clint.py-1634-                # Exit assembly block
neovim-0.4.4/src/clint.py:1635:                inner_block.inline_asm = _END_ASM
neovim-0.4.4/src/clint.py-1636-
##############################################
neovim-0.4.4/src/clint.py-1653-                    if _MATCH_ASM.match(line):
neovim-0.4.4/src/clint.py:1654:                        self.stack[-1].inline_asm = _BLOCK_ASM
neovim-0.4.4/src/clint.py-1655-            elif token == ';' or token == ')':
##############################################
neovim-0.4.4/src/clint.py-3331-    nesting_state.Update(filename, clean_lines, line, error)
neovim-0.4.4/src/clint.py:3332:    if nesting_state.stack and nesting_state.stack[-1].inline_asm != _NO_ASM:
neovim-0.4.4/src/clint.py-3333-        return
##############################################
neovim-0.4.4/src/nvim/README.md-23-
neovim-0.4.4/src/nvim/README.md:24:Low-level log messages sink to `$NVIM_LOG_FILE`.
neovim-0.4.4/src/nvim/README.md-25-
##############################################
neovim-0.4.4/src/nvim/README.md-46-
neovim-0.4.4/src/nvim/README.md:47:Requires clang 3.4 or later, and `llvm-symbolizer` must be in `$PATH`:
neovim-0.4.4/src/nvim/README.md-48-
##############################################
neovim-0.4.4/src/nvim/README.md-69-
neovim-0.4.4/src/nvim/README.md:70:Logs will be written to `${HOME}/logs/*san.PID` then.
neovim-0.4.4/src/nvim/README.md-71-
##############################################
neovim-0.4.4/src/nvim/event/socket.c-36-  if (host_end && addr != host_end) {
neovim-0.4.4/src/nvim/event/socket.c:37:    // Split user specified address into two strings, addr(hostname) and port.
neovim-0.4.4/src/nvim/event/socket.c-38-    // The port part in watcher->addr will be updated later.
##############################################
neovim-0.4.4/src/nvim/os/fs.c-341-
neovim-0.4.4/src/nvim/os/fs.c:342:/// Checks if a file is in `$PATH` and is executable.
neovim-0.4.4/src/nvim/os/fs.c-343-///
##############################################
neovim-0.4.4/src/nvim/os/fs.c-346-///
neovim-0.4.4/src/nvim/os/fs.c:347:/// @return `true` if `name` is an executable inside `$PATH`.
neovim-0.4.4/src/nvim/os/fs.c-348-static bool is_executable_in_path(const char *name, char **abspath)
##############################################
neovim-0.4.4/src/nvim/os/stdpaths.c-114-///
neovim-0.4.4/src/nvim/os/stdpaths.c:115:/// @return [allocated] `$XDG_CONFIG_HOME/nvim/{fname}`
neovim-0.4.4/src/nvim/os/stdpaths.c-116-char *stdpaths_user_conf_subpath(const char *fname)
##############################################
neovim-0.4.4/src/nvim/os/stdpaths.c-127-///
neovim-0.4.4/src/nvim/os/stdpaths.c:128:/// @return [allocated] `$XDG_DATA_HOME/nvim/{fname}`.
neovim-0.4.4/src/nvim/os/stdpaths.c-129-char *stdpaths_user_data_subpath(const char *fname,
##############################################
neovim-0.4.4/src/nvim/testdir/runnvim.vim-20-  for i in range(argc)
neovim-0.4.4/src/nvim/testdir/runnvim.vim:21:    call add(args, eval("$NVIM_TEST_ARG" . i))
neovim-0.4.4/src/nvim/testdir/runnvim.vim-22-  endfor
##############################################
neovim-0.4.4/src/nvim/testdir/test_environ.vim-31-  else
neovim-0.4.4/src/nvim/testdir/test_environ.vim:32:    let result = system('echo $FOO')
neovim-0.4.4/src/nvim/testdir/test_environ.vim-33-  endif
##############################################
neovim-0.4.4/test/README.md-16-Tests are run by `/cmake/RunTests.cmake` file, using `busted` (a Lua test-runner).
neovim-0.4.4/test/README.md:17:For some failures, `.nvimlog` (or `$NVIM_LOG_FILE`) may provide insight.
neovim-0.4.4/test/README.md-18-
##############################################
neovim-0.4.4/test/README.md-90-
neovim-0.4.4/test/README.md:91:- You can set `$GDB` to [run tests under gdbserver](https://github.com/neovim/neovim/pull/1527).
neovim-0.4.4/test/README.md:92:  And if `$VALGRIND` is set it will pass `--vgdb=yes` to valgrind instead of
neovim-0.4.4/test/README.md-93-  starting gdbserver directly.
##############################################
neovim-0.4.4/test/README.md-186-  Do not silently skip the test with `if-else`. If a functional test depends on
neovim-0.4.4/test/README.md:187:  some external factor (e.g. the existence of `md5sum` on `$PATH`), *and* you
neovim-0.4.4/test/README.md-188-  can't mock or fake the dependency, then skip the test via `pending()` if the
##############################################
neovim-0.4.4/test/functional/eval/executable_spec.lua-98-
neovim-0.4.4/test/functional/eval/executable_spec.lua:99:  it('system([…]), jobstart([…]) use $PATHEXT #9569', function()
neovim-0.4.4/test/functional/eval/executable_spec.lua-100-    -- Invoking `cmdscript` should find/execute `cmdscript.cmd`.
##############################################
neovim-0.4.4/test/functional/eval/json_functions_spec.lua-768-  it('can dump NULL string', function()
neovim-0.4.4/test/functional/eval/json_functions_spec.lua:769:    eq('""', eval('json_encode($XXX_UNEXISTENT_VAR_XXX)'))
neovim-0.4.4/test/functional/eval/json_functions_spec.lua-770-  end)
##############################################
neovim-0.4.4/test/functional/eval/json_functions_spec.lua-781-    eq('Vim(call):E474: Attempt to decode a blank string',
neovim-0.4.4/test/functional/eval/json_functions_spec.lua:782:       exc_exec('call json_decode($XXX_UNEXISTENT_VAR_XXX)'))
neovim-0.4.4/test/functional/eval/json_functions_spec.lua-783-    eq('Vim(call):E474: Attempt to decode a blank string',
##############################################
neovim-0.4.4/test/functional/eval/let_spec.lua-50-    command("let $NVIM_TEST = 'AìaB'")
neovim-0.4.4/test/functional/eval/let_spec.lua:51:    eq('AìaB', eval('$NVIM_TEST'))
neovim-0.4.4/test/functional/eval/let_spec.lua-52-    command("let $NVIM_TEST = 'AaあB'")
neovim-0.4.4/test/functional/eval/let_spec.lua:53:    eq('AaあB', eval('$NVIM_TEST'))
neovim-0.4.4/test/functional/eval/let_spec.lua-54-    local mbyte = [[\p* .ม .ม .ม .ม่ .ม่ .ม่ ֹ ֹ ֹ .ֹ .ֹ .ֹ ֹֻ ֹֻ ֹֻ
##############################################
neovim-0.4.4/test/functional/eval/let_spec.lua-57-    command("let $NVIM_TEST = '"..mbyte.."'")
neovim-0.4.4/test/functional/eval/let_spec.lua:58:    eq(mbyte, eval('$NVIM_TEST'))
neovim-0.4.4/test/functional/eval/let_spec.lua-59-  end)
##############################################
neovim-0.4.4/test/functional/eval/let_spec.lua-68-    command(cmd_get_child_env)
neovim-0.4.4/test/functional/eval/let_spec.lua:69:    eq(eval('$NVIM_TEST'), eval('g:env_from_child'))
neovim-0.4.4/test/functional/eval/let_spec.lua-70-
##############################################
neovim-0.4.4/test/functional/eval/let_spec.lua-72-    command(cmd_get_child_env)
neovim-0.4.4/test/functional/eval/let_spec.lua:73:    eq(eval('$NVIM_TEST'), eval('g:env_from_child'))
neovim-0.4.4/test/functional/eval/let_spec.lua-74-
##############################################
neovim-0.4.4/test/functional/eval/let_spec.lua-79-    command(cmd_get_child_env)
neovim-0.4.4/test/functional/eval/let_spec.lua:80:    eq(eval('$NVIM_TEST'), eval('g:env_from_child'))
neovim-0.4.4/test/functional/eval/let_spec.lua-81-  end)
##############################################
neovim-0.4.4/test/functional/eval/msgpack_functions_spec.lua-713-  it('can dump NULL string', function()
neovim-0.4.4/test/functional/eval/msgpack_functions_spec.lua:714:    eq({'\196\n'}, eval('msgpackdump([$XXX_UNEXISTENT_VAR_XXX])'))
neovim-0.4.4/test/functional/eval/msgpack_functions_spec.lua:715:    eq({'\196\n'}, eval('msgpackdump([{"_TYPE": v:msgpack_types.binary, "_VAL": [$XXX_UNEXISTENT_VAR_XXX]}])'))
neovim-0.4.4/test/functional/eval/msgpack_functions_spec.lua:716:    eq({'\160'}, eval('msgpackdump([{"_TYPE": v:msgpack_types.string, "_VAL": [$XXX_UNEXISTENT_VAR_XXX]}])'))
neovim-0.4.4/test/functional/eval/msgpack_functions_spec.lua-717-  end)
##############################################
neovim-0.4.4/test/functional/eval/server_spec.lua-24-    assert(s ~= nil and s:len() > 0, "serverstart() returned empty")
neovim-0.4.4/test/functional/eval/server_spec.lua:25:    eq(s, eval('$NVIM_LISTEN_ADDRESS'))
neovim-0.4.4/test/functional/eval/server_spec.lua-26-    eq(1, eval("serverstop('"..s.."')"))
neovim-0.4.4/test/functional/eval/server_spec.lua:27:    eq('', eval('$NVIM_LISTEN_ADDRESS'))
neovim-0.4.4/test/functional/eval/server_spec.lua-28-  end)
##############################################
neovim-0.4.4/test/functional/eval/server_spec.lua-31-    clear({env={NVIM_LISTEN_ADDRESS='.'}})
neovim-0.4.4/test/functional/eval/server_spec.lua:32:    eq('.', eval('$NVIM_LISTEN_ADDRESS'))
neovim-0.4.4/test/functional/eval/server_spec.lua-33-    local servers = funcs.serverlist()
##############################################
neovim-0.4.4/test/functional/eval/string_spec.lua-93-    it('dumps NULL strings', function()
neovim-0.4.4/test/functional/eval/string_spec.lua:94:      eq('\'\'', eval('string($XXX_UNEXISTENT_VAR_XXX)'))
neovim-0.4.4/test/functional/eval/string_spec.lua-95-    end)
##############################################
neovim-0.4.4/test/functional/eval/system_spec.lua-88-      else
neovim-0.4.4/test/functional/eval/system_spec.lua:89:        eq("* $PATH %PATH%\n", eval("system(['echo', '*', '$PATH', '%PATH%'])"))
neovim-0.4.4/test/functional/eval/system_spec.lua-90-      end
##############################################
neovim-0.4.4/test/functional/eval/system_spec.lua-158-      it('with shell=$COMSPEC', function()
neovim-0.4.4/test/functional/eval/system_spec.lua:159:        local comspecshell = eval("fnamemodify($COMSPEC, ':t')")
neovim-0.4.4/test/functional/eval/system_spec.lua-160-        if comspecshell == 'cmd.exe' then
##############################################
neovim-0.4.4/test/functional/eval/writefile_spec.lua-56-    eq('', read_file(fname))
neovim-0.4.4/test/functional/eval/writefile_spec.lua:57:    eq(0, exc_exec(('call writefile([$XXX_NONEXISTENT_VAR_XXX], "%s")'):format(
neovim-0.4.4/test/functional/eval/writefile_spec.lua-58-        fname)))
##############################################
neovim-0.4.4/test/functional/ex_cmds/echo_spec.lua-101-    it('dumps NULL strings', function()
neovim-0.4.4/test/functional/ex_cmds/echo_spec.lua:102:      eq('', eval('String($XXX_UNEXISTENT_VAR_XXX)'))
neovim-0.4.4/test/functional/ex_cmds/echo_spec.lua-103-    end)
##############################################
neovim-0.4.4/test/functional/legacy/029_join_spec.lua-58-    feed('PJjJjJjJjJjJjJjJjJjJjJjJjJjJ')
neovim-0.4.4/test/functional/legacy/029_join_spec.lua:59:    feed('j05lmx2j06lmy2k4Jy3l$p`xyl$p`yy2l$p')
neovim-0.4.4/test/functional/legacy/029_join_spec.lua-60-
##############################################
neovim-0.4.4/test/functional/legacy/029_join_spec.lua-64-    feed('JjJjJjJjJjJjJjJjJjJjJjJjJjJ')
neovim-0.4.4/test/functional/legacy/029_join_spec.lua:65:    feed('j05lmx2j06lmy2k4Jy3l$p`xyl$p`yy2l$po<esc>')
neovim-0.4.4/test/functional/legacy/029_join_spec.lua-66-
##############################################
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua-27-    ]])
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua:28:    eq('this is tab page 1', eval("getline('$')"))
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua-29-    command('tablast')
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua:30:    eq('this is tab page 4', eval("getline('$')"))
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua-31-  end)
##############################################
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua-57-    command('tab drop test1')
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua:58:    eq(1, eval('tabpagenr("$")'))
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua:59:    eq(2, eval('winnr("$")'))
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua-60-    eq(1, eval('winnr()'))
##############################################
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua-66-    command('tab drop newfile')
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua:67:    eq(2, eval('tabpagenr("$")'))
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua:68:    eq(2, eval('tabpagewinnr(1, "$")'))
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua-69-    eq(1, eval('tabpagewinnr(1)'))
##############################################
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua-79-    eq(2, eval('tabpagenr()'))
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua:80:    eq(2, eval('tabpagewinnr(2, "$")'))
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua-81-    eq(1, eval('tabpagewinnr(2)'))
##############################################
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua-236-      2/2]])
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua:237:      eq(2, eval("tabpagenr('$')"))
neovim-0.4.4/test/functional/legacy/062_tab_pages_spec.lua-238-  end)
##############################################
neovim-0.4.4/test/functional/legacy/eval_spec.lua-691-    eq('Vim(call):E116: Invalid arguments for function append',
neovim-0.4.4/test/functional/legacy/eval_spec.lua:692:       exc_exec('call append($, "foobar")'))
neovim-0.4.4/test/functional/legacy/eval_spec.lua-693-  end)
##############################################
neovim-0.4.4/test/functional/lua/commands_spec.lua-158-    curbufmeths.set_lines(0, 1, false, {"ABC", "def", "gHi"})
neovim-0.4.4/test/functional/lua/commands_spec.lua:159:    eq('', redir_exec('2,$luado runs = ((runs or 0) + 1) vim.api.nvim_command("%d")'))
neovim-0.4.4/test/functional/lua/commands_spec.lua-160-    eq({''}, curbufmeths.get_lines(0, -1, false))
##############################################
neovim-0.4.4/test/functional/lua/commands_spec.lua-165-    eq('\nE322: line number out of range: 1 past the end\nE320: Cannot find line 2',
neovim-0.4.4/test/functional/lua/commands_spec.lua:166:       redir_exec('2,$luado vim.api.nvim_command("%d") return linenr'))
neovim-0.4.4/test/functional/lua/commands_spec.lua-167-    eq({''}, curbufmeths.get_lines(0, -1, false))
##############################################
neovim-0.4.4/test/functional/options/defaults_spec.lua-218-      }})
neovim-0.4.4/test/functional/options/defaults_spec.lua:219:      eq('Xtest-logpath', eval('$NVIM_LOG_FILE'))
neovim-0.4.4/test/functional/options/defaults_spec.lua-220-    end)
##############################################
neovim-0.4.4/test/functional/options/defaults_spec.lua-229-
neovim-0.4.4/test/functional/options/defaults_spec.lua:230:      eq(xdgdir..'/'..datasubdir..'/log', string.gsub(eval('$NVIM_LOG_FILE'), '\\', '/'))
neovim-0.4.4/test/functional/options/defaults_spec.lua-231-    end)
##############################################
neovim-0.4.4/test/functional/options/defaults_spec.lua-240-
neovim-0.4.4/test/functional/options/defaults_spec.lua:241:      eq(xdgdir..'/'..datasubdir..'/log', string.gsub(eval('$NVIM_LOG_FILE'), '\\', '/'))
neovim-0.4.4/test/functional/options/defaults_spec.lua-242-    end)
##############################################
neovim-0.4.4/test/functional/options/defaults_spec.lua-250-
neovim-0.4.4/test/functional/options/defaults_spec.lua:251:      eq('.nvimlog', eval('$NVIM_LOG_FILE'))
neovim-0.4.4/test/functional/options/defaults_spec.lua-252-    end)
##############################################
neovim-0.4.4/test/functional/options/defaults_spec.lua-327-          .. (',' .. '/C/nvim/site'):rep(512)
neovim-0.4.4/test/functional/options/defaults_spec.lua:328:          .. ',' .. eval('$VIMRUNTIME')
neovim-0.4.4/test/functional/options/defaults_spec.lua-329-          .. (',' .. '/C/nvim/site/after'):rep(512)
##############################################
neovim-0.4.4/test/functional/options/defaults_spec.lua-350-          .. (',' .. '/C/nvim/site'):rep(512)
neovim-0.4.4/test/functional/options/defaults_spec.lua:351:          .. ',' .. eval('$VIMRUNTIME')
neovim-0.4.4/test/functional/options/defaults_spec.lua-352-          .. (',' .. '/C/nvim/site/after'):rep(512)
##############################################
neovim-0.4.4/test/functional/options/defaults_spec.lua-383-          .. ',$XDG_CONFIG_DIRS/nvim/site'
neovim-0.4.4/test/functional/options/defaults_spec.lua:384:          .. ',' .. eval('$VIMRUNTIME')
neovim-0.4.4/test/functional/options/defaults_spec.lua-385-          .. ',$XDG_CONFIG_DIRS/nvim/site/after'
##############################################
neovim-0.4.4/test/functional/options/defaults_spec.lua-398-          .. ',$XDG_CONFIG_DIRS/nvim/site'
neovim-0.4.4/test/functional/options/defaults_spec.lua:399:          .. ',' .. eval('$VIMRUNTIME')
neovim-0.4.4/test/functional/options/defaults_spec.lua-400-          .. ',$XDG_CONFIG_DIRS/nvim/site/after'
##############################################
neovim-0.4.4/test/functional/options/defaults_spec.lua-413-          .. ',$XDG_CONFIG_DIRS/nvim/site'
neovim-0.4.4/test/functional/options/defaults_spec.lua:414:          .. ',' .. eval('$VIMRUNTIME')
neovim-0.4.4/test/functional/options/defaults_spec.lua-415-          .. ',$XDG_CONFIG_DIRS/nvim/site/after'
##############################################
neovim-0.4.4/test/functional/options/defaults_spec.lua-443-          .. ',≡\\,≡\\,≡/nvim/site'
neovim-0.4.4/test/functional/options/defaults_spec.lua:444:          .. ',' .. eval('$VIMRUNTIME')
neovim-0.4.4/test/functional/options/defaults_spec.lua-445-          .. ',≡\\,≡\\,≡/nvim/site/after'
##############################################
neovim-0.4.4/test/functional/options/defaults_spec.lua-462-          .. ',≡\\,≡\\,≡/nvim/site'
neovim-0.4.4/test/functional/options/defaults_spec.lua:463:          .. ',' .. eval('$VIMRUNTIME')
neovim-0.4.4/test/functional/options/defaults_spec.lua-464-          .. ',≡\\,≡\\,≡/nvim/site/after'
##############################################
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2170-      '  -               "a"',
neovim-0.4.4/test/functional/plugin/shada_spec.lua:2171:    }, nvim_eval('getline(1, "$")'))
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2172-    eq(false, curbuf('get_option', 'modified'))
##############################################
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2180-      '  -               "b"',
neovim-0.4.4/test/functional/plugin/shada_spec.lua:2181:    }, nvim_eval('getline(1, "$")'))
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2182-    eq(false, curbuf('get_option', 'modified'))
##############################################
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2190-      '  -               "a"',
neovim-0.4.4/test/functional/plugin/shada_spec.lua:2191:    }, nvim_eval('getline(1, "$")'))
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2192-    neq(true, curbuf('get_option', 'modified'))
##############################################
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2206-      '  -               "a"',
neovim-0.4.4/test/functional/plugin/shada_spec.lua:2207:    }, nvim_eval('getline(1, "$")'))
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2208-    eq(true, curbuf('get_option', 'modified'))
##############################################
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2222-      '  -               "b"',
neovim-0.4.4/test/functional/plugin/shada_spec.lua:2223:    }, nvim_eval('getline(1, "$")'))
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2224-    eq(true, curbuf('get_option', 'modified'))
##############################################
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2226-    curbuf('set_option', 'modified', false)
neovim-0.4.4/test/functional/plugin/shada_spec.lua:2227:    eq('++opt not supported', exc_exec('$read ++enc=latin1 ' .. fname))
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2228-    eq({
##############################################
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2239-      '  -               "b"',
neovim-0.4.4/test/functional/plugin/shada_spec.lua:2240:    }, nvim_eval('getline(1, "$")'))
neovim-0.4.4/test/functional/plugin/shada_spec.lua-2241-    neq(true, curbuf('get_option', 'modified'))
##############################################
neovim-0.4.4/test/functional/provider/python_spec.lua-120-  it('accepts NULL string', function()
neovim-0.4.4/test/functional/provider/python_spec.lua:121:    neq(0, exc_exec('call pyeval($XXX_NONEXISTENT_VAR_XXX)'))
neovim-0.4.4/test/functional/provider/python_spec.lua-122-  end)
##############################################
neovim-0.4.4/test/functional/terminal/ex_terminal_spec.lua-63-    wait()
neovim-0.4.4/test/functional/terminal/ex_terminal_spec.lua:64:    eq(3, eval("line('$')"))  -- window height
neovim-0.4.4/test/functional/terminal/ex_terminal_spec.lua-65-    eq(2, eval("line('.')"))  -- cursor is in the middle
##############################################
neovim-0.4.4/test/functional/terminal/scrollback_spec.lua-390-    local ep = epsilon and epsilon or 0
neovim-0.4.4/test/functional/terminal/scrollback_spec.lua:391:    local actual = eval("line('$')")
neovim-0.4.4/test/functional/terminal/scrollback_spec.lua-392-    if expected > actual + ep and expected < actual - ep then
##############################################
neovim-0.4.4/test/functional/terminal/window_split_tab_spec.lua-33-    command('vsplit foo')
neovim-0.4.4/test/functional/terminal/window_split_tab_spec.lua:34:    eq(3, eval("winnr('$')"))
neovim-0.4.4/test/functional/terminal/window_split_tab_spec.lua-35-    feed('ZQ')  -- Close split, should not crash. #7538
##############################################
neovim-0.4.4/test/functional/ui/highlight_spec.lua-285-    command('highlight clear|syntax reset')
neovim-0.4.4/test/functional/ui/highlight_spec.lua:286:    eq('guifg=bg guibg=fg', eval([[matchstr(execute('hi Cursor'), '\v(gui|cterm).*$')]]))
neovim-0.4.4/test/functional/ui/highlight_spec.lua-287-  end)
##############################################
neovim-0.4.4/test/functional/ui/inccommand_spec.lua-103-
neovim-0.4.4/test/functional/ui/inccommand_spec.lua:104:  -- Test the tests: verify that the `1==bufnr('$')` assertion
neovim-0.4.4/test/functional/ui/inccommand_spec.lua-105-  -- in the "no preview" tests (below) actually means something.
##############################################
neovim-0.4.4/test/functional/ui/inccommand_spec.lua-108-    retry(nil, 1000, function()
neovim-0.4.4/test/functional/ui/inccommand_spec.lua:109:      eq(2, eval("bufnr('$')"))
neovim-0.4.4/test/functional/ui/inccommand_spec.lua-110-    end)
##############################################
neovim-0.4.4/test/functional/ui/inccommand_spec.lua-115-    wait()
neovim-0.4.4/test/functional/ui/inccommand_spec.lua:116:    eq(1, eval("bufnr('$')"))
neovim-0.4.4/test/functional/ui/inccommand_spec.lua-117-    -- sanity check: assert the buffer state
##############################################
neovim-0.4.4/test/functional/ui/inccommand_spec.lua-127-    wait()
neovim-0.4.4/test/functional/ui/inccommand_spec.lua:128:    eq(1, eval("bufnr('$')"))
neovim-0.4.4/test/functional/ui/inccommand_spec.lua-129-    -- sanity check: assert the buffer state
##############################################
neovim-0.4.4/test/functional/ui/wildmode_spec.lua-132-      if iswin() then
neovim-0.4.4/test/functional/ui/wildmode_spec.lua:133:        eq('Microsoft', eval("matchstr(join(getline(1, '$')), 'Microsoft')"))
neovim-0.4.4/test/functional/ui/wildmode_spec.lua-134-      else
neovim-0.4.4/test/functional/ui/wildmode_spec.lua:135:        eq('$', eval([[matchstr(getline(1), '\$')]]))
neovim-0.4.4/test/functional/ui/wildmode_spec.lua-136-      end
##############################################
neovim-0.4.4/test/functional/viml/completion_spec.lua-370-          end
neovim-0.4.4/test/functional/viml/completion_spec.lua:371:          eq(expected[i], eval('getline(1, "$")'))
neovim-0.4.4/test/functional/viml/completion_spec.lua-372-        end
##############################################
neovim-0.4.4/test/functional/viml/completion_spec.lua-377-          end
neovim-0.4.4/test/functional/viml/completion_spec.lua:378:          eq(expected[i], eval('getline(1, "$")'))
neovim-0.4.4/test/functional/viml/completion_spec.lua-379-        end
##############################################
neovim-0.4.4/test/functional/viml/completion_spec.lua-1065-
neovim-0.4.4/test/functional/viml/completion_spec.lua:1066:    eq({'foo', 'bar', 'foobar', 'foo'}, eval('getline(1, "$")'))
neovim-0.4.4/test/functional/viml/completion_spec.lua-1067-
##############################################
neovim-0.4.4/test/unit/helpers.lua-825-
neovim-0.4.4/test/unit/helpers.lua:826:local function ptr2addr(ptr)
neovim-0.4.4/test/unit/helpers.lua-827-  return tonumber(ffi.cast('intptr_t', ffi.cast('void *', ptr)))