Skip to content

Commit

Permalink
autoload/now/vim/point.vim: Rename current() to cursor().
Browse files Browse the repository at this point in the history
I don’t know where the name “current” came from, but cursor is better.
  • Loading branch information
Nikolai Weibull committed Nov 9, 2007
1 parent b3568f1 commit c2076bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/now/vim/point.vim
Expand Up @@ -11,7 +11,7 @@ function now#vim#point#new(where)
return point
endfunction

function now#vim#point#current()
function now#vim#point#cursor()
return now#vim#point#new('.')
endfunction

Expand Down

0 comments on commit c2076bc

Please sign in to comment.