summaryrefslogtreecommitdiff
path: root/runtime/doc/version7.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-04 22:20:21 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-04 22:20:21 +0200
commit996343d38e96863685adefacecbb888655b7aa43 (patch)
tree677c6ecdbd66d4be6657abb5624c4991857882a8 /runtime/doc/version7.txt
parentb2c0350c67736b0e054718fb5bf136147ee2261e (diff)
downloadvim-git-996343d38e96863685adefacecbb888655b7aa43.tar.gz
Mainly documentation updates.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r--runtime/doc/version7.txt3
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