Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 24 of 24) sorted by relevance

/vim-8.2.3635/runtime/ftplugin/
H A Dgitcommit.vim41 let args = args."\n".system("git diff --cached --name-only")
59 …call system(git." diff --cached --no-color --no-ext-diff ".extra." > ".(exists("*shellescape") ? s…
H A Dsql.vim207 " Remove any cached SQL since a new sytax will have different
531 " Remove any cached items useful for schema changes
/vim-8.2.3635/runtime/autoload/
H A Dsqlcomplete.vim361 " cached table list. If it does, then we have
462 " Reset all cached items
495 let msg = "All SQL cached items have been removed."
661 " Check if we have already cached the syntax list
664 " Return previously cached value
815 " Check if we have already cached the column list for this table
821 " Check if we have already cached the column list for this table
835 " If we have not found a cached copy of the table
H A Dccomplete.vim505 let cached = 0
510 let cached = 1
515 if !cached
H A Dgzip.vim8 " The result is cached in s:have_"cmd" for speed.
H A Dphpcomplete.vim40 " When enabled the taglist() lookups will be cached and subsequent searches
2014 " cached class contents can contain content from multiple files (superclasses) so we have to
2015 " validate cached result's validness by the filemtimes used to create the cached value
2021 " the the memory we can free by checking every file in the cached hierarchy
2031 " clear the outdated cached value from the cache store
/vim-8.2.3635/runtime/syntax/
H A Dcheetah.vim26 " Matches cached placeholders
H A Dlftp.vim63 \ verify-path verify-path[-cached]
H A Draku.vim168 …|prec\|irs\|ofs\|ors\|export\|deep\|binary\|unary\|reparsed\|rw\|parsed\|cached\|readonly\|defequi…
H A Dtypescriptcommon.vim1683 syntax keyword typescriptResourceEvent contained cached error load
/vim-8.2.3635/runtime/doc/
H A Dft_sql.txt536 notice there is no delay since the column list has been cached. If you
537 change the schema of a cached table you can press <C-C>R, which
717 < - This maps removes all cached items and forces the SQL completion
768 syntax items have been cached in preparation. The SQL filetype script detects
H A Dfiletype.txt545 in the preview window. It is equivalent to calling "git diff --cached" plus
H A Dvim9.txt1463 Once a vim9 script file has been imported, the result is cached and used the
1780 - Once an import has been used, it can be cached and loading it again can be
H A Dtodo.txt4182 9 There is still a redraw bug somewhere. Probably because a cached state is
4347 3. Use a cache directory for each user. How to recognize which cached
5628 cached list of which line is where.
H A Dversion6.txt1633 - When using CTRL-L, the cached states are deleted, to force parsing the text
10568 Solution: The array with cached syntax states is leaking entries. After
14341 Solution: Flush the cached line before counting the bytes.
H A Dversion7.txt2857 reported no matching tag. Clear the cached tag name.
4268 avoid using the cached line and locked block.
H A Dversion5.txt7293 Solution: Flush cached tag matches when executing an external command.
H A Dversion8.txt36377 Solution: Flush the cached line after invoking listeners. (closes #4455)
36859 Solution: Free the cached mask.
/vim-8.2.3635/src/
H A Dcindent.c1441 cpp_baseclass_cache_T *cached) // input and output in cin_is_cpp_baseclass() argument
1443 lpos_T *pos = &cached->lpos; // find position in cin_is_cpp_baseclass()
1450 return cached->found; // Use the cached result in cin_is_cpp_baseclass()
1594 cached->found = cpp_base_class; in cin_is_cpp_baseclass()
H A Dconfigure.ac2334 dnl Check for other function than above to avoid the cached value
3371 AC_MSG_RESULT([(cached) $ac_cv_type_rlim_t])
3397 AC_MSG_RESULT([(cached) $ac_cv_type_stack_t])
/vim-8.2.3635/src/auto/
H A Dconfigure8235 $as_echo_n "(cached) " >&6
10977 $as_echo_n "(cached) " >&6
11034 $as_echo_n "(cached) " >&6
12089 $as_echo_n "(cached) " >&6
12644 $as_echo_n "(cached) " >&6
12706 $as_echo_n "(cached) " >&6
/vim-8.2.3635/src/testdir/
H A Dtest_options.vim677 " Test that if buffer is current, don't use the stale cached value
H A Dtest_functions.vim284 " If we cached a timezone value, put it back, otherwise clear it
/vim-8.2.3635/runtime/indent/
H A Dhtml.vim6 " Description: HTML indent script with cached state for faster indenting on a