diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-04 22:20:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-04 22:20:21 +0200 |
commit | 996343d38e96863685adefacecbb888655b7aa43 (patch) | |
tree | 677c6ecdbd66d4be6657abb5624c4991857882a8 /runtime/doc/version5.txt | |
parent | b2c0350c67736b0e054718fb5bf136147ee2261e (diff) | |
download | vim-git-996343d38e96863685adefacecbb888655b7aa43.tar.gz |
Mainly documentation updates.
Diffstat (limited to 'runtime/doc/version5.txt')
-rw-r--r-- | runtime/doc/version5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/version5.txt b/runtime/doc/version5.txt index 74e1bfc91..b27e93399 100644 --- a/runtime/doc/version5.txt +++ b/runtime/doc/version5.txt @@ -1500,7 +1500,7 @@ the whole thing. "r<CR>" didn't work correctly on the last char of a line. -sometimes a window resize or other signal caused an endless loop, involving +Sometimes a window resize or other signal caused an endless loop, involving set_winsize(). "vim -r" didn't work, it would just hang (using tgetent() while 'term' is |