diff options
Diffstat (limited to 'src/nvim/ex_docmd.c')
| -rw-r--r-- | src/nvim/ex_docmd.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index 1234f8e888..bd3b8c204a 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -7325,6 +7325,7 @@ static void ex_at(exarg_T *eap)    int prev_len = typebuf.tb_len;    curwin->w_cursor.lnum = eap->line2; +  check_cursor_col();    // Get the register name. No name means use the previous one.    int c = *eap->arg; | 
