Fix #17 <Left> didn't work.

This commit is contained in:
Israel Chauca Fuentes
2010-05-11 13:22:51 -05:00
parent 95c899f3e2
commit 72e639ff1a

View File

@@ -497,7 +497,7 @@ function! delimitMate#Finish() " {{{
"echom 'col: ' . col . '-' . line[:col] . "|" . line[col+len+1:] . '%' . buffer
call setline('.', line[:col] . line[col+len+1:])
let i = 1
let lefts = ''
let lefts = "\<Left>"
while i < len
let lefts = lefts . "\<Left>"
let i += 1