diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-06-01 22:38:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-06-01 22:38:45 +0200 |
commit | c873442b15bb94dc099363f6e1ffa57cc4d3ea04 (patch) | |
tree | ca9eecc75974b157665c25a99b083e9bf813154c /runtime/doc/version7.txt | |
parent | f13de07e492fc0a4a0af12434f3d282f9c989ed4 (diff) | |
download | vim-git-c873442b15bb94dc099363f6e1ffa57cc4d3ea04.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 761e24185..d724f651d 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -9072,7 +9072,7 @@ Patch 7.2.280 Problem: A redraw in a custom statusline with %! may cause a crash. (Yukihiro Nakadaira) Solution: Make a copy of 'statusline'. Also fix typo in function name - redraw_custum_statusline. (partly by Dominique Pelle) + redraw_custom_statusline. (partly by Dominique Pelle) Files: src/screen.c Patch 7.2.281 |