Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 25 of 79) sorted by relevance

1234

/vim-8.2.3635/runtime/autoload/
H A Dgetscript.vim557 " call Decho("decompress: attempt to bunzip2 ".sname)
562 " call Decho("decompress: attempt to gunzip ".sname)
567 " call Decho("decompress: attempt to unxz ".sname)
577 " call Decho("dearchive: attempt to unzip ".sname)
580 " call Decho("dearchive: attempt to untar ".sname)
583 " call Decho("dearchive: attempt to untar+gunzip ".sname)
586 " call Decho("dearchive: attempt to untar+uncompress ".sname)
589 " call Decho("dearchive: attempt to untar+bunzip2 ".sname)
592 " call Decho("dearchive: attempt to untar+xz ".sname)
595 " call Decho("dearchive: attempt to handle a vimball: ".sname)
[all …]
H A Dsqlcomplete.vim56 " query and attempt to match on it.
384 " column level completion, first attempt the match
H A Dzip.vim288 " attempt to change to the indicated directory
H A Dnetrw.vim2067 " attempt to repeat with previous host-file-etc
2497 " attempt to repeat with previous host-file-etc
3869 " attempt transfer of remote regular file
5374 " attempt to rename tempfile
5522 " if unsuccessful, attempt netrwFileHandlers#Invoke()
10535 " attempt to remove file
10599 " attempt to remove directory
10690 " attempt to rename files/directories
11228 " attempt to rename files/directories
11350 " attempt to remove file
[all …]
H A Dsyntaxcomplete.vim616 " Though it can use any types of regex, so this plugin will attempt
/vim-8.2.3635/src/
H A Dmemfile.c1000 int attempt; in mf_write() local
1018 for (attempt = 1; attempt <= 2; ++attempt) in mf_write()
1032 if (attempt == 1) in mf_write()
1042 if (attempt == 2 || mfp->mf_fd < 0) in mf_write()
H A Dbuffer.c2573 int attempt; in buflist_findpat() local
2614 for (attempt = 0; attempt <= 3; ++attempt) in buflist_findpat()
2620 *patend = (attempt < 2) ? NUL : '$'; // add/remove '$' in buflist_findpat()
2622 if (*p == '^' && !(attempt & 1)) // add/remove '^' in buflist_findpat()
2703 int attempt; in ExpandBufnames() local
2731 for (attempt = 0; attempt <= 1; ++attempt) in ExpandBufnames()
2735 if (attempt > 0 && patc == pat) in ExpandBufnames()
2737 regmatch.regprog = vim_regcomp(patc + attempt * 11, RE_MAGIC); in ExpandBufnames()
/vim-8.2.3635/src/testdir/
H A Dtest_lua.vim65 let msg = "[string \"vim chunk\"]:1: attempt to call a nil value (global 'func')"
67 let msg = "[string \"vim chunk\"]:1: attempt to call global 'func' (a nil value)"
157 let msg = "[string \"luaeval\"]:1: attempt to call a nil value (field 'xyz')"
159 let msg = "[string \"luaeval\"]:1: attempt to call field 'xyz' (a nil value)"
349 let msg = "[string \"vim chunk\"]:1: attempt to call a nil value (method 'xyz')"
351 let msg = "[string \"vim chunk\"]:1: attempt to call method 'xyz' (a nil value)"
460 let msg = "[string \"luaeval\"]:1: attempt to call a nil value (method 'xyz')"
462 let msg = "[string \"luaeval\"]:1: attempt to call method 'xyz' (a nil value)"
651 let msg = "[string \"luaeval\"]:1: attempt to call a nil value (method 'xyz')"
653 let msg = "[string \"luaeval\"]:1: attempt to call method 'xyz' (a nil value)"
[all …]
H A Dtest_python2.vim300 \ 'Vim(let):vim.error: attempt to refer to deleted tab page')
302 \ 'Vim(let):vim.error: attempt to refer to deleted tab page')
304 \ 'Vim(python):vim.error: attempt to refer to deleted tab page')
306 \ 'Vim(python):vim.error: attempt to refer to deleted tab page')
331 \ 'Vim(let):vim.error: attempt to refer to deleted window')
333 \ 'Vim(python):vim.error: attempt to refer to deleted window')
335 \ 'Vim(python):vim.error: attempt to refer to deleted window')
339 \ 'vim.error: attempt to refer to deleted window')
1575 \ 'Vim(python):vim.error: attempt to refer to deleted buffer')
1579 \ 'Vim(let):vim.error: attempt to refer to deleted buffer')
[all …]
H A Dtest_python3.vim530 \ 'Vim(let):vim.error: attempt to refer to deleted window')
532 \ 'Vim(py3):vim.error: attempt to refer to deleted window')
534 \ 'Vim(py3):vim.error: attempt to refer to deleted window')
538 \ 'Vim(py3):vim.error: attempt to refer to deleted window')
1770 \ 'Vim(py3):vim.error: attempt to refer to deleted buffer')
1774 \ 'Vim(let):vim.error: attempt to refer to deleted buffer')
1776 \ 'Vim(py3):vim.error: attempt to refer to deleted buffer')
1780 \ 'Vim(py3):vim.error: attempt to refer to deleted buffer')
1782 \ 'Vim(py3):vim.error: attempt to refer to deleted buffer')
1784 \ 'Vim(let):vim.error: attempt to refer to deleted buffer')
[all …]
H A Dtest_matchadd_conceal.vim347 " position invalidation during win_update() after scrolling attempt that is
/vim-8.2.3635/runtime/syntax/
H A Dwsh.vim7 " VBScript, it's close enough for us. No attempt is made to handle
H A Dantlr.vim12 " This syntac file is a first attempt. It is far from perfect...
H A Dpsf.vim48 " These regions are defined in attempt to do syntax checking for some
H A Drexx.vim210 " attempt: just colorize the parenthesis in matching colors, keep content
/vim-8.2.3635/runtime/doc/
H A Dpi_getscript.txt94 The script will attempt to update and, if permitted, will automatically
107 subdirectory. GetLatestVimScripts will attempt to automatically
336 to attempt to automatically install scripts. Furthermore, the
H A Ddebugger.txt99 The 'balloondelay' option sets the delay before an attempt is made to show a
H A Dpi_tar.txt58 This command will attempt to show the differences between the tarball
H A Dif_ole.txt117 :normal command via OLE automation. Any attempt to do so will fail, probably
H A Dpi_netrw.txt230 page using an attempt at rendering the text, you may wish to have >
1007 To use Netrw's remote directory browser, simply attempt to read a "file" with
1081 <del> Netrw will attempt to remove the file/directory |netrw-del|
1505 * if |g:netrw_browsex_viewer| exists, then it will be used to attempt to
1545 When |g:netrw_browsex_viewer| exists and is "-", then netrw will attempt to
1992 I'll attempt a summary based on that article and on a communication from
2623 By default, netrw will attempt to insure that
3602 this attempt appears to be causing ml_get errors to
3655 P13. I'm a Windows + putty + ssh user, and when I attempt to {{{2
3867 3. Then bring up vim and attempt to evoke the problem by doing a
[all …]
H A Dusr_07.txt433 Now every attempt to change the text will fail. The help files are like this,
H A Dusr_25.txt323 Let's attempt to show this with one line of text. The cursor is on the "w" of
/vim-8.2.3635/runtime/indent/
H A Dawk.vim85 " -> attempt to indent on first ' ' or '(' of prev line, just like we
/vim-8.2.3635/src/po/
H A Duk.cp1251.po7125 msgid "attempt to assign sequence of size greater than %d to extended slice"
7140 msgid "attempt to assign sequence of size %d to extended slice of size %d"
7184 msgid "attempt to refer to deleted tab page"
7190 msgid "attempt to refer to deleted window"
7202 msgid "attempt to refer to deleted buffer"
H A Dja.euc-jp.po7137 msgid "attempt to assign sequence of size greater than %d to extended slice"
7151 msgid "attempt to assign sequence of size %d to extended slice of size %d"
7192 msgid "attempt to refer to deleted tab page"
7198 msgid "attempt to refer to deleted window"
7210 msgid "attempt to refer to deleted buffer"

1234