diff options
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index f469ac0f0..5c9ba2a6e 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -6725,8 +6725,7 @@ Files: src/ex_getln.c Patch 7.1.326 Problem: ":s!from!to!" works, but ":smagic!from!to!" doesn't. It sees the - "!" as a flag to to the command. Same for ":snomagic". (Johan - Spetz) + "!" as a flag to the command. Same for ":snomagic". (Johan Spetz) Solution: When checking for a forced command also ignore ":smagic" and ":snomagic". (Ian Kelling) Files: src/ex_docmd.c |