aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_termcodes.vim
blob: ecd408264d5592a51723caa33a97b54954d3042b (plain) (blame)
1
2
3
4
5
6
7
8
9

func Test_simplify_ctrl_at()
  " feeding unsimplified CTRL-@ should still trigger i_CTRL-@
  call feedkeys("ifoo\<Esc>A\<*C-@>", 'xt')
  call assert_equal('foofoo', getline(1))
endfunc


" vim: shiftwidth=2 sts=2 expandtab