| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -196,7 +196,7 @@ function! rubycomplete#Complete(findstart, base) | |||
| 196 | 196 | if c =~ '\w' | |
| 197 | 197 | continue | |
| 198 | 198 | elseif ! c =~ '\.' | |
| 199 | - idx = -1 | ||
| 199 | + let idx = -1 | ||
| 200 | 200 | break | |
| 201 | 201 | else | |
| 202 | 202 | break | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -390,7 +390,7 @@ function! s:FindContainingClass() | |||
| 390 | 390 | call setpos('.', saved_position) | |
| 391 | 391 | return found_lnum | |
| 392 | 392 | endif | |
| 393 | - endif | ||
| 393 | + endwhile | ||
| 394 | 394 | ||
| 395 | 395 | call setpos('.', saved_position) | |
| 396 | 396 | return 0 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments