0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.0050

This commit is contained in:
Bram Moolenaar
2005-02-12 14:29:27 +00:00
parent b11bd7e43f
commit 4399ef4764
44 changed files with 556 additions and 131 deletions

View File

@@ -6457,6 +6457,7 @@ alist_slash_adjust()
ex_preserve(eap)
exarg_T *eap;
{
curbuf->b_flags |= BF_PRESERVED;
ml_preserve(curbuf, TRUE);
}