0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0098

This commit is contained in:
Bram Moolenaar
2005-06-30 21:52:39 +00:00
parent 42eeac3552
commit 9c96f592af
9 changed files with 248 additions and 150 deletions

View File

@@ -228,7 +228,7 @@ static const struct nv_cmd
{NL, nv_down, 0, FALSE},
{Ctrl_K, nv_error, 0, 0},
{Ctrl_L, nv_clear, 0, 0},
{CAR, nv_down, 0, TRUE},
{Ctrl_M, nv_down, 0, TRUE},
{Ctrl_N, nv_down, NV_STS, FALSE},
{Ctrl_O, nv_ctrlo, 0, 0},
{Ctrl_P, nv_up, NV_STS, FALSE},