diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-06 04:24:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-06 04:24:17 +0200 |
commit | 84a05acc8c341c2be383198496764992ae971a46 (patch) | |
tree | 061887e2e1327a2d0c688cba306b8ec66b3f8477 /src/fileio.c | |
parent | 84e0f6ca9adcbdca254060713878ebc29faaaa65 (diff) | |
download | vim-git-84a05acc8c341c2be383198496764992ae971a46.tar.gz |
updated for version 7.3.925v7.3.925
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fileio.c b/src/fileio.c index 46fdea9b4..1ce204051 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -3279,7 +3279,7 @@ buf_write(buf, fname, sfname, start, end, eap, append, forceit, overwriting = FALSE; if (exiting) - settmode(TMODE_COOK); /* when exiting allow typahead now */ + settmode(TMODE_COOK); /* when exiting allow typeahead now */ ++no_wait_return; /* don't wait for return yet */ @@ -3303,7 +3303,7 @@ buf_write(buf, fname, sfname, start, end, eap, append, forceit, int empty_memline = (buf->b_ml.ml_mfp == NULL); /* - * Apply PRE aucocommands. + * Apply PRE autocommands. * Set curbuf to the buffer to be written. * Careful: The autocommands may call buf_write() recursively! */ @@ -8866,7 +8866,7 @@ aucmd_prepbuf(aco, buf) else { /* There is no window for "buf", use "aucmd_win". To minimize the side - * effects, insert it in a the current tab page. + * effects, insert it in the current tab page. * Anything related to a window (e.g., setting folds) may have * unexpected results. */ aco->use_aucmd_win = TRUE; |