| /vim-8.2.3635/runtime/autoload/ |
| H A D | pythoncomplete.vim | 122 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 D | python3complete.vim | 122 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 D | tabpage.txt | 156 :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 D | quickfix.txt | 103 :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 D | pascal.vim | 162 " 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 D | python.vim | 18 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 D | LICENSE | 3 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 D | ga_IE.diff | 45 + 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 D | gd_GB.diff | 41 + 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 D | cupl.vim | 23 " cuplHeaderContents uses default highlighting except for numbers 73 " but assign them no special highlighting except for the .. operator
|
| H A D | xquery.vim | 26 …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 D | rng.vim | 18 syn keyword rngTagName element empty except externalRef grammar contained
|
| H A D | dsl.vim | 20 " NOTE: 'contains' the same as xmlRegion, except xmlTag / xmlEndTag
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_trycatch.vim | 1317 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 D | cleanadd.vim | 14 " Delete all comment lines, except the ones starting with ##.
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | efm_filter.txt | 30 except for plumbing.' PHONE : +32 2 724 19 67
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | pascal.vim | 31 let b:match_words .= ':\%(^\s*\)\@<=\%(except\|finally\|else\|otherwise\)\>'
|
| H A D | tex.vim | 32 " TeX file has \include{fname} (LaTeX only), strip everything except "fname".
|
| H A D | debchangelog.vim | 348 except HTTPError: 350 except ImportError:
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | polish-slash_cp852.vim | 9 " All chars as usual except:
|
| H A D | polish-slash_iso-8859-2.vim | 9 " All chars as usual except:
|
| H A D | polish-slash_cp1250.vim | 9 " All chars as usual except:
|
| H A D | polish-slash_utf-8.vim | 9 " All chars as usual except:
|
| H A D | esperanto_utf-8.vim | 8 " All keys same as usual, except:
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | vimballPlugin.vim | 5 " (see |copyright|) except use "Vimball" instead of "Vim".
|