Skip to content

Commit 129d619

Browse files
committed
Remove debug
1 parent 4c7e3b4 commit 129d619

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/rails.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3213,7 +3213,6 @@ function! s:Alternate(cmd,line1,line2,count,...) abort
32133213
let file = rails#buffer().alternate(a:count)
32143214
endif
32153215
let has_path = !empty(file) && rails#app().has_path(file)
3216-
let g:confirm = histget(':', -1)
32173216
let confirm = &confirm || (histget(':', -1) =~# '\%(^\||\)\s*conf\%[irm]\>')
32183217
if confirm && !a:count && !has_path
32193218
let projected = rails#buffer().projected_with_raw('alternate')

0 commit comments

Comments
 (0)