1
0
forked from aniani/vim

updated for version 7.3.838

Problem:    Insufficient testing for mksession.
Solution:   Add tests. (mostly by Roland Eggner)
This commit is contained in:
Bram Moolenaar
2013-02-26 17:21:29 +01:00
parent f13f45d59b
commit fdf447b286
12 changed files with 160 additions and 8 deletions

View File

@@ -10839,7 +10839,7 @@ put_view(fd, wp, add_edit, flagp, current_arg_idx)
(long)wp->w_virtcol + 1) < 0
|| put_eol(fd) == FAIL
|| put_line(fd, "else") == FAIL
|| fprintf(fd, " normal! %d|", wp->w_virtcol + 1) < 0
|| fprintf(fd, " normal! 0%d|", wp->w_virtcol + 1) < 0
|| put_eol(fd) == FAIL
|| put_line(fd, "endif") == FAIL)
return FAIL;