1
0
forked from aniani/vim

updated for version 7.0079

This commit is contained in:
Bram Moolenaar
2005-06-04 22:06:24 +00:00
parent 51485f0624
commit 75c50c46a6
21 changed files with 152 additions and 100 deletions

View File

@@ -5297,7 +5297,7 @@ write_viminfo_history(fp)
p = history[type][i].hisstr;
if (p != NULL)
{
putc(hist_type2char(type, TRUE), fp);
fputc(hist_type2char(type, TRUE), fp);
/* For the search history: put the separator in the second
* column; use a space if there isn't one. */
if (type == HIST_SEARCH)