diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-08-08 11:45:39 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-08-08 11:45:39 +0000 |
commit | a6404a4e100ebe2081bd2678166604f402330143 (patch) | |
tree | d93161d762862b96b47f95df4910282ac36a4f45 /src/regexp.c | |
parent | 1b24e4b59901627fb6ac0303dd27b94f8bb2c396 (diff) | |
download | vim-a6404a4e100ebe2081bd2678166604f402330143.zip |
updated for version 7.2c-003
Diffstat (limited to 'src/regexp.c')
-rw-r--r-- | src/regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp.c b/src/regexp.c index bf113daf1..ac60c695a 100644 --- a/src/regexp.c +++ b/src/regexp.c @@ -1899,7 +1899,7 @@ regatom(flagp) br = regnext(br); } } - *flagp &= ~HASWIDTH; + *flagp &= ~(HASWIDTH | SIMPLE); break; } |