Home
last modified time | relevance | path

Searched refs:hh (Results 1 – 20 of 20) sorted by relevance

/vim-8.2.3635/runtime/macros/maze/
H A Dmaze_mac78 " this state and the NextChar is as given. The commands k, j, ll, hh move
85 " N1 . hh W1
100 " W2 . hh W1
271 map K osW1 j S1 sW1_ mm W2 sW2| mm N1 sW2. hh W1
272 map e osN1. hh W1 sN1| mm N2 sN2 k N1 sN2_ mm E1
/vim-8.2.3635/src/testdir/
H A Dtest23.in86 hh= 77;
H A Dtest_fold.vim643 syn region Fd2 start="gg" end="hh" fold contained
646 \ '6 ff }}}', '7 gg', '8 hh', '9 ii']
658 call assert_equal('8 hh', getline('.'))
693 \ ' 8 hh',
701 exe "normal /hh$\<CR>"
H A Dtest_regex_char_classes.vim57 call RunSTest("hh= 77;", "s/^\\(\\h\\w*\\%(->\\|\\.\\)\\=\\)\\+=/YY/", "YY 77;")
H A Dtest_virtualedit.vim52 exe "normal! gg2jv10lr\<c-k>hh"
H A Dtest_filetype.vim117 …\ 'cpp': ['file.cxx', 'file.c++', 'file.hh', 'file.hxx', 'file.hpp', 'file.ipp', 'file.moc', 'file…
/vim-8.2.3635/src/
H A Dgui_gtk_x11.c4229 int ww, hh; in gui_mch_open() local
4232 gui_gtk_get_screen_dimensions(x, y, &ww, &hh); in gui_mch_open()
4234 gui_mch_get_screen_dimensions(&ww, &hh); in gui_mch_open()
4236 hh += p_ghr + get_menu_tool_height(); in gui_mch_open()
4241 y += hh - pixel_height; in gui_mch_open()
/vim-8.2.3635/runtime/syntax/
H A Djulia.vim342 …#0]*\%(\d*\|\*\|\*\d\+\$\)\%(\.\%(\d*\|\*\|\*\d\+\$\)\)\=\%([hlLjqzt]\|ll\|hh\)\=[aAbdiuoxXDOUfFeE…
344 …#0]*\%(\d*\|\*\|\*\d\+\$\)\%(\.\%(\d*\|\*\|\*\d\+\$\)\)\=\%([hlLjqzt]\|ll\|hh\)\=[aAbdiuoxXDOUfFeE…
H A Dsicad.vim34 syn keyword sicadStatement hh
H A Dpike.vim121 …#0*]*\%(\d*\|\*\|\*\d\+\$\)\%(\.\%(\d*\|\*\|\*\d\+\$\)\)\=\%([hlLjzt]\|ll\|hh\)\=\%([aAbdiuoxXDOUf…
H A Dnasm.vim82 …-+' #0*]*\(\d*\|\*\|\*\d\+\$\)\(\.\(\d*\|\*\|\*\d\+\$\)\)\=\([hlLjzt]\|ll\|hh\)\=\([aAbdiuoxXDOUfF…
H A Dc.vim53 …-+' #0*]*\(\d*\|\*\|\*\d\+\$\)\(\.\(\d*\|\*\|\*\d\+\$\)\)\=\([hlLjzt]\|ll\|hh\)\=\([aAbdiuoxXDOUfF…
H A Dvim.vim39 …l et fde fen fileencodings fk foldenable foldnestmax fs gfs gtl guioptions hh hkmapp iconstring im…
/vim-8.2.3635/runtime/doc/
H A Dmap.txt1064 :ab hh hello
1065 < "hh<Space>" is expanded to "hello<Space>"
1066 "hh<C-]>" is expanded to "hello"
H A Ddigraph.txt1119hh 2500 9472 BOX DRAWINGS LIGHT HORIZONTAL
H A Dquickref.txt741 'helpheight' 'hh' minimum height of a new help window
H A Dtags353 'hh' options.txt /*'hh'*
H A Doptions.txt4001 *'helpheight'* *'hh'*
4002 'helpheight' 'hh' number (default 20)
/vim-8.2.3635/runtime/
H A Doptwin.vim498 call append("$", " \tset hh=" . &hh)
H A Dfiletype.vim303 au BufNewFile,BufRead *.cxx,*.c++,*.hh,*.hxx,*.hpp,*.ipp,*.moc,*.tcc,*.inl setf cpp