Home
last modified time | relevance | path

Searched refs:except (Results 1 – 25 of 146) sorted by relevance

123456

/vim-8.2.3635/runtime/autoload/
H A Dpythoncomplete.vim122 except:
139 except vim.error:
152 except: dbg("parser: %s, %s" % (sys.exc_info()[0],sys.exc_info()[1]))
163 except AttributeError:
189 except:
237 except: maindoc = ' '
247 except: doc = maindoc
265 except:
269 except:
603 except StopIteration: #thrown on EOF
[all …]
H A Dpython3complete.vim122 except vim.error:
135 except: dbg("parser: %s, %s" % (sys.exc_info()[0],sys.exc_info()[1]))
138 except: dbg("locals: %s, %s [%s]" % (sys.exc_info()[0],sys.exc_info()[1],l))
146 except AttributeError:
171 except:
219 except: maindoc = ' '
229 except: doc = maindoc
247 except:
251 except:
585 except StopIteration: #thrown on EOF
[all …]
/vim-8.2.3635/runtime/doc/
H A Dtabpage.txt156 :tabonly " close all tab pages except the current
161 Close all tab pages except {count} one. >
163 :-tabonly " close all tab pages except the previous
165 :+tabonly " close all tab pages except the next one
166 :1tabonly " close all tab pages except the first one
167 :$tabonly " close all tab pages except the last one
168 :tabonly - " close all tab pages except the previous
170 :tabonly +2 " close all tab pages except the two next
172 :tabonly 1 " close all tab pages except the first one
173 :tabonly $ " close all tab pages except the last one
[all …]
H A Dquickfix.txt103 :ll[!] [nr] Same as ":cc", except the location list for the
140 :[count]lab[ove] Same as ":cabove", except the location list for the
229 :lla[st][!] [nr] Same as ":clast", except the location list for the
245 except that Vim returns a non-zero exit code.
274 Same as ":cgetfile", except the location list for the
393 Same as ":clist", except the location list for the
632 :lbo[ttom] Same as ":cbottom", except use the window showing the
918 Same as ":make", except the location list for the
1073 Same as ":vimgrep", except the location list for the
1086 Same as ":vimgrepadd", except the location list for
[all …]
/vim-8.2.3635/runtime/indent/
H A Dpascal.vim162 " starts with "end", "except" or "finally", we need an
164 if this_codeline =~ '^\s*\(end;\|except\|finally\|\)$'
206 …if prev_codeline =~ '^\s*\(unit\|uses\|try\|except\|finally\|private\|protected\|public\|published…
217 if this_codeline =~ '^\s*\(except\|finally\)$'
H A Dpython.vim18 setlocal indentkeys+=<:>,=elif,=except
177 if getline(a:lnum) =~ '^\s*\(except\|finally\)\>'
180 if getline(lnum) =~ '^\s*\(try\|except\)\>'
185 return ind " line up with previous try or except
/vim-8.2.3635/
H A DLICENSE3 I) There are no restrictions on distributing unmodified copies of Vim except
5 unmodified parts of Vim, likewise unrestricted except that they must
64 removed or changed, except that the person himself can make
/vim-8.2.3635/runtime/spell/ga/
H A Dga_IE.diff45 + SAL ALBHR--- *L # pobalbhreith, galbhruith, etc. except. to next
89 + SAL DHEARF Y*R* # epenthetic vowel,init only, no dash=>FA� except
106 + SAL EOFAR--$ * # silent verb ending, exception to OFAR$ except!
115 + SAL �IRBH-- *R # epenthetic except. l�irbhreith*, sp�irbhean only
176 + SAL IRBHU--- *R # eochairbhuille,litirbhuama only, except. to next
292 + SAL UMH * # cumhacht, umhla�ocht, ciumhais, except. to MH->V
/vim-8.2.3635/runtime/spell/gd/
H A Dgd_GB.diff41 + SAL ALBHR--- *L # pobalbhreith, galbhruith, etc. except. to next
85 + SAL DHEARF Y*R* # epenthetic vowel,init only, no dash=>FA� except
102 + SAL EOFAR--$ * # silent verb ending, exception to OFAR$ except!
111 + SAL �IRBH-- *R # epenthetic except. l�irbhreith*, sp�irbhean only
172 + SAL IRBHU--- *R # eochairbhuille,litirbhuama only, except. to next
288 + SAL UMH * # cumhacht, umhla�ocht, ciumhais, except. to MH->V
/vim-8.2.3635/runtime/syntax/
H A Dcupl.vim23 " cuplHeaderContents uses default highlighting except for numbers
73 " but assign them no special highlighting except for the .. operator
H A Dxquery.vim26 …ant-or-self descending div document element else empty encoding eq every except external following…
31 …n divide-yearMonthDuration divide-yearMonthDuration-by-yearMonthDuration except gDay-equal gMonth-…
37 syn keyword xqXPath some every in in satisfies if then else to div idiv mod union intersect except
H A Drng.vim18 syn keyword rngTagName element empty except externalRef grammar contained
H A Ddsl.vim20 " NOTE: 'contains' the same as xmlRegion, except xmlTag / xmlEndTag
/vim-8.2.3635/src/testdir/
H A Dtest_trycatch.vim1317 echo 'echo ' . T71_throw("echo-except", 1) . T71_F(1)
1319 catch /^echo-except$/
1328 echon "echon " . T71_throw("echon-except", 2) . T71_F(2)
1330 catch /^echon-except$/
1339 echomsg "echomsg " . T71_throw("echomsg-except", 3) . T71_F(3)
1341 catch /^echomsg-except$/
1350 echoerr "echoerr " . T71_throw("echoerr-except", 4) . T71_F(4)
1352 catch /^echoerr-except$/
1365 execute "echo 'execute " . T71_throw("execute-except", 5) . T71_F(5) "'"
1367 catch /^execute-except$/
/vim-8.2.3635/runtime/spell/
H A Dcleanadd.vim14 " Delete all comment lines, except the ones starting with ##.
/vim-8.2.3635/runtime/tools/
H A Defm_filter.txt30 except for plumbing.' PHONE : +32 2 724 19 67
/vim-8.2.3635/runtime/ftplugin/
H A Dpascal.vim31 let b:match_words .= ':\%(^\s*\)\@<=\%(except\|finally\|else\|otherwise\)\>'
H A Dtex.vim32 " TeX file has \include{fname} (LaTeX only), strip everything except "fname".
H A Ddebchangelog.vim348 except HTTPError:
350 except ImportError:
/vim-8.2.3635/runtime/keymap/
H A Dpolish-slash_cp852.vim9 " All chars as usual except:
H A Dpolish-slash_iso-8859-2.vim9 " All chars as usual except:
H A Dpolish-slash_cp1250.vim9 " All chars as usual except:
H A Dpolish-slash_utf-8.vim9 " All chars as usual except:
H A Desperanto_utf-8.vim8 " All keys same as usual, except:
/vim-8.2.3635/runtime/plugin/
H A DvimballPlugin.vim5 " (see |copyright|) except use "Vimball" instead of "Vim".

123456