Home
last modified time | relevance | path

Searched refs:try (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/vim-8.2.3635/src/testdir/
H A Dtest_trycatch.vim55 try
63 try
89 try
156 try
173 try
186 try
199 try
224 try
234 try
246 try
[all …]
H A Dtest_vimscript.vim94 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 Dtest_vim9_script.vim381 try
397 try
433 try
441 try
448 try
455 try
463 try
470 try
477 try
484 try
[all …]
H A Dtest_fileformat.vim82 " 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 Dtest_assert.vim145 try
151 try
159 try
162 try
189 try
252 try
259 try
266 try
273 try
280 try
[all …]
H A Dvim9.vim12 try
31 try
49 try
64 try
77 try
90 try
144 try
160 try
H A Dtest_system.vim58 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 Dtest_channel.vim121 try
486 try
530 try
600 try
632 try
669 try
686 try
703 try
719 try
760 try
[all …]
H A Dtest_listdict.vim20 try
341 try
564 try
570 try
655 try
661 try
667 try
673 try
679 try
685 try
[all …]
H A Dtest_fnameescape.vim6 try
15 try
H A Dtest_vim9_cmd.vim878 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 Dtest_quotestar.vim41 try
54 try
121 try
/vim-8.2.3635/runtime/autoload/
H A Dpythoncomplete.vim103 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 Dpython3complete.vim105 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 Dcontext.vim80 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 Derlang.vim562 \ '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 Dpython.vim176 " 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 Docaml.vim45 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 Dxpm.vim61 " 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 Dxpm2.vim68 " 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 Dmain.aap155 @try:
174 @try:
193 @try:
212 @try:
231 @try:
/vim-8.2.3635/runtime/pack/dist/opt/editexisting/plugin/
H A Deditexisting.vim9 " 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 Doctave.vim26 …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 Dui.c910 int try; in fill_input_buf() local
961 for (try = 0; try < 100; ++try) in fill_input_buf()
H A Dconfigure.ac903 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 …]

12345678910>>...17