| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -81,12 +81,12 @@ let s:end_skip_expr = s:skip_expr . | |||
| 81 | 81 | \ ' && getline(".") =~ "^\\s*\\<\\(while\\|until\\|for\\):\\@!\\>")' | |
| 82 | 82 | ||
| 83 | 83 | " Regex that defines continuation lines, not including (, {, or [. | |
| 84 | - let s:non_bracket_continuation_regex = '\%([\\.,:*/%+]\|and\|or\|\%(<%\)\@<![=-]\|\W[|&?]\|||\|&&\)\s*\%(#.*\)\=$' | ||
| 84 | + let s:non_bracket_continuation_regex = '\%([\\.,:*/%+]\|\<and\|\<or\|\%(<%\)\@<![=-]\|\W[|&?]\|||\|&&\)\s*\%(#.*\)\=$' | ||
| 85 | 85 | ||
| 86 | 86 | " Regex that defines continuation lines. | |
| 87 | 87 | " TODO: this needs to deal with if ...: and so on | |
| 88 | 88 | let s:continuation_regex = | |
| 89 | - \ '\%([({[\\.,:*/%+]\|and\|or\|\%(<%\)\@<![=-]\|\W[|&?]\|||\|&&\)\s*\%(#.*\)\=$' | ||
| 89 | + \ '\%([({[\\.,:*/%+]\|\<and\|\<or\|\%(<%\)\@<![=-]\|\W[|&?]\|||\|&&\)\s*\%(#.*\)\=$' | ||
| 90 | 90 | ||
| 91 | 91 | " Regex that defines bracket continuations | |
| 92 | 92 | let s:bracket_continuation_regex = '\%([({[]\)\s*\%(#.*\)\=$' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments