diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-12 21:50:18 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-12 21:50:18 +0000 |
commit | f71a3db47e928aaeea83c7bea011188d4898d249 (patch) | |
tree | 6ac9fc74bf8aa5c666d3eb6176a507da5a2aff52 /src/normal.c | |
parent | e48ec1fa6bf564f210131ae14767af4f9419ec66 (diff) | |
download | vim-git-f71a3db47e928aaeea83c7bea011188d4898d249.tar.gz |
updated for version 7.0222
Diffstat (limited to 'src/normal.c')
-rw-r--r-- | src/normal.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/normal.c b/src/normal.c index a2e3e7fd6..5fb0473ad 100644 --- a/src/normal.c +++ b/src/normal.c @@ -4512,7 +4512,7 @@ nv_zet(cap) long old_fdl = curwin->w_p_fdl; int old_fen = curwin->w_p_fen; #endif -#ifdef FEAT_SYN_HL +#ifdef FEAT_SPELL int undo = FALSE; #endif @@ -4885,7 +4885,7 @@ dozet: #endif /* FEAT_FOLDING */ -#ifdef FEAT_SYN_HL +#ifdef FEAT_SPELL case 'u': /* "zug" and "zuw": undo "zg" and "zw" */ ++no_mapping; ++allow_keys; /* no mapping for nchar, but allow key codes */ @@ -6410,7 +6410,7 @@ nv_brackets(cap) } #endif -#ifdef FEAT_SYN_HL +#ifdef FEAT_SPELL /* * "[s", "[S", "]s" and "]S": move to next spell error. */ |