Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rename debug line
  • Loading branch information
nrocy committed Oct 12, 2010
commit aba81eb3bc694c4b758c364560eca24c601b5303
3 changes: 1 addition & 2 deletions plugin/ruby-refactoring.vim
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ function! RenameLocalVariable()
throw "Selection '" . selection . "' is not a local variable"
endif

"let name = s:get_input("Rename to: ", "No variable name given!" )
let name = "beep"
let name = s:get_input("Rename to: ", "No variable name given!" )
catch
echo v:exception
return
Expand Down