0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 7.4.2135

Problem:    Various tiny issues.
Solution:   Update comments, white space, etc.
This commit is contained in:
Bram Moolenaar
2016-07-31 14:17:27 +02:00
parent b54c3ff317
commit 89eaa4185e
9 changed files with 20 additions and 15 deletions

View File

@@ -135,7 +135,7 @@ diff_buf_add(buf_T *buf)
return;
}
EMSGN(_("E96: Can not diff more than %ld buffers"), DB_COUNT);
EMSGN(_("E96: Cannot diff more than %ld buffers"), DB_COUNT);
}
/*