Skip to content

Commit

Permalink
return original filename if new file
Browse files Browse the repository at this point in the history
* if none of the regexp work return the original filename
* fixes #45
  • Loading branch information
robinro committed Oct 18, 2015
1 parent a1381d0 commit e31d402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/file_line.vim
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function! s:gotoline()
return file_name
endif
endfor
return file
endfunction

" Handle entry in the argument list.
Expand Down

0 comments on commit e31d402

Please sign in to comment.