commit | c7be3f30d0a7002d4ec7dd71fb7ccfafd3fa2dde | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 24 14:01:12 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 24 14:01:12 2009 +0000 |
tree | ba68fbbc9610b9a87fca0f0ac5390a44ce3e913e | |
parent | 0a1c0ece44f2c7f7a480d9e2b7006d904f2e52d1 [diff] [blame] |
updated for version 7.2-321
diff --git a/src/normal.c b/src/normal.c index 160beb6..befe4ac 100644 --- a/src/normal.c +++ b/src/normal.c
@@ -5602,6 +5602,7 @@ STRCAT(buf, "\\>"); #ifdef FEAT_CMDHIST /* put pattern in search history */ + init_history(); add_to_history(HIST_SEARCH, buf, TRUE, NUL); #endif normal_search(cap, cmdchar == '*' ? '/' : '?', buf, 0);