diff options
| -rw-r--r-- | autoload/grappele.vim | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/autoload/grappele.vim b/autoload/grappele.vim index 8a599b9..c82d0c5 100644 --- a/autoload/grappele.vim +++ b/autoload/grappele.vim @@ -4,6 +4,8 @@ function! grappele#Grappele(line)  	let l:column_position = 0  	let l:column_offset = 0 +	normal! m' +	  	if a:line ==# 0  		" Go to the end of the buffer  		$ | 
