Lines Matching refs:W
45 exe "normal 4\<C-W>w"
121 " Test the ":wincmd ^" and "<C-W>^" commands.
146 call feedkeys("\<C-W>\<C-^>", 'tx')
154 " Test the ":[count]wincmd ^" and "[count]<C-W>^" commands.
159 call assert_fails(':execute "normal! ' . l:nr . '\<C-W>\<C-^>"', 'E92:')
170 call feedkeys(l:foo_nr . "\<C-W>\<C-^>", 'tx')
175 call feedkeys(l:bar_nr . "\<C-W>\<C-^>", 'tx')
541 exe "norm! \<C-W>t\<C-W>=1Gzt\<C-W>w\<C-W>+"
548 exe "norm! \<C-W>t\<C-W>=50Gzt\<C-W>w\<C-W>+"
555 exe "norm! \<C-W>t\<C-W>=59Gzt\<C-W>w\<C-W>+"
573 exe "norm! v\<C-W>:\<C-U>echo v:version"
603 call feedkeys("\<C-W>p", 'ntx')
625 exe "norm! \<C-W>v"
1076 " Window commands (CTRL-W ^ and CTRL-W f)
1078 call assert_fails('call feedkeys("\<C-W>^", "xt")', 'E36:')
1080 call assert_fails('call feedkeys("gg\<C-W>f", "xt")', 'E36:')
1123 call assert_beeps("normal \<C-W>w")
1124 call assert_beeps("normal \<C-W>p")
1125 call assert_beeps("normal \<C-W>gk")
1126 call assert_beeps("normal \<C-W>r")
1127 call assert_beeps("normal \<C-W>K")
1128 call assert_beeps("normal \<C-W>H")
1129 call assert_beeps("normal \<C-W>2gt")