| /vim-8.2.3635/src/testdir/ |
| H A D | test_trycatch.vim | 55 try 63 try 89 try 156 try 173 try 186 try 199 try 224 try 234 try 246 try [all …]
|
| H A D | test_vimscript.vim | 94 try 124 try 948 try 956 try 964 try 972 try 1686 try " try 1 1687 try " try 2 1692 try " try 3 1717 try [all …]
|
| H A D | test_vim9_script.vim | 381 try 397 try 433 try 441 try 448 try 455 try 463 try 470 try 477 try 484 try [all …]
|
| H A D | test_fileformat.vim | 82 " Test 1: try reading and writing with 'fileformats' empty 85 " try with 'fileformat' set to 'unix' 98 " try with 'fileformat' set to 'dos' 111 " try with 'fileformat' set to 'mac' 126 " try with 'fileformats' set to 'unix' 134 " try with 'fileformats' set to 'dos' 142 " try with 'fileformats' set to 'mac' 152 " try with 'fileformats' set to 'unix,dos' 170 " try with 'fileformats' set to 'unix,mac' 194 " try with 'fileformats' set to 'dos,mac' [all …]
|
| H A D | test_assert.vim | 145 try 151 try 159 try 162 try 189 try 252 try 259 try 266 try 273 try 280 try [all …]
|
| H A D | vim9.vim | 12 try 31 try 49 try 64 try 77 try 90 try 144 try 160 try
|
| H A D | test_system.vim | 58 call writefile(['try', 'call doesnotexist()', 'catch', 'endtry'], 'Xscript') 64 " Error before try does set error flag. 65 …call writefile(['call nosuchfunction()', 'try', 'call doesnotexist()', 'catch', 'endtry'], 'Xscrip… 105 try 125 try
|
| H A D | test_channel.vim | 121 try 486 try 530 try 600 try 632 try 669 try 686 try 703 try 719 try 760 try [all …]
|
| H A D | test_listdict.vim | 20 try 341 try 564 try 570 try 655 try 661 try 667 try 673 try 679 try 685 try [all …]
|
| H A D | test_fnameescape.vim | 6 try 15 try
|
| H A D | test_vim9_cmd.vim | 878 try 911 try 969 silent try 976 try 983 try 990 try 1014 try 1038 try 1045 try 1260 try | wincmd w | catch | endtry [all …]
|
| H A D | test_quotestar.vim | 41 try 54 try 121 try
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | pythoncomplete.vim | 103 try: 106 try: 151 try: exec(src) in self.compldict 154 try: exec(l) in self.compldict 162 try: return class_ob.__init__.im_func 176 try: 214 try: 236 try: maindoc = result.__doc__ 241 try: 246 try: doc = inst.__doc__ [all …]
|
| H A D | python3complete.vim | 105 try: 134 try: exec(src,self.compldict) 137 try: exec(l,self.compldict) 145 try: return class_ob.__init__ 159 try: 196 try: 218 try: maindoc = result.__doc__ 223 try: 228 try: doc = inst.__doc__ 532 try:
|
| H A D | context.vim | 80 call s:context_echo('There are still some jobs running. Please try again.', 'WarningMsg') 137 try " Set cwd to expand error file correctly 143 try 173 try
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | erlang.vim | 562 \ 'rem', 'try', 'xor'], prev_token) != -1 567 " part of try-catch. 850 " try EXPR catch BRANCHES end 851 " try EXPR after BODY end 852 " try EXPR catch BRANCHES after BODY end 853 " try EXPR of BRANCHES catch BRANCHES end 854 " try EXPR of BRANCHES after BODY end 929 if token ==# 'case' || token ==# 'try' || 936 \'"case/if/try/receive" found') 943 \'"case/if/try/receive" found') [all …]
|
| H A D | python.vim | 176 " If the current line begins with a keyword that lines up with "try" 180 if getline(lnum) =~ '^\s*\(try\|except\)\>' 185 return ind " line up with previous try or except 189 return -1 " no matching "try"! 196 if getline(plnumstart) =~ '^\s*\(for\|if\|elif\|try\)\>'
|
| H A D | ocaml.vim | 45 let s:beflet = '^\s*\(initializer\|method\|try\)\|\(\<\(begin\|do\|else\|in\|then\|try\)\|->\|<-\|=… 181 if lline !~ '^\s*\(match\|try\)\>' 182 return s:FindPair('\<\%(match\|try\)\>', '','\<with\>') 209 …ion\|functor\|if\|initializer\|object\|parser\|private\|sig\|struct\|then\|try\)\|\<object\s*(.*)\…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xpm.vim | 61 " now get color, first try 'c' key if any (color visual) 64 " no 'c' key, try 'g' key (grayscale with more than 4 levels) 67 " next try: 'g4' key (4-level grayscale) 70 " finally try 'm' key (mono visual)
|
| H A D | xpm2.vim | 68 " now get color, first try 'c' key if any (color visual) 71 " no 'c' key, try 'g' key (grayscale with more than 4 levels) 74 " next try: 'g4' key (4-level grayscale) 77 " finally try 'm' key (mono visual)
|
| /vim-8.2.3635/runtime/spell/en/ |
| H A D | main.aap | 155 @try: 174 @try: 193 @try: 212 @try: 231 @try:
|
| /vim-8.2.3635/runtime/pack/dist/opt/editexisting/plugin/ |
| H A D | editexisting.vim | 9 " is not modified then try to find another Vim instance that is editing 11 " 2. When a file is edited and a swap file exists for it, try finding that 77 try
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | octave.vim | 26 …ef\|enumeration\|events\|for\|function\|if\|methods\|parfor\|properties\|switch\|while\|try\)\>' .. 45 \ '\<try\>:\<catch\>:\<end_try_catch\>'
|
| /vim-8.2.3635/src/ |
| H A D | ui.c | 910 int try; in fill_input_buf() local 961 for (try = 0; try < 100; ++try) in fill_input_buf()
|
| H A D | configure.ac | 903 dnl try next until last 1832 for try in $tclinc; do 1833 if test -f "$try/tcl.h"; then 1834 AC_MSG_RESULT($try/tcl.h) 1835 TCL_INC=$try 1855 for try in $tclcnf; do 1858 . "$try/tclConfig.sh" 2918 GUI_INC_LOC=$try 2957 for try in $gui_libs; do 2958 for libtry in "$try"/libXm.a "$try"/libXm.so* "$try"/libXm.sl "$try"/libXm.dylib; do [all …]
|