Searched +refs:mouse +refs:buffer +refs:menu +refs:split (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/xe/
H A Dxe296 return [lindex [split [$w index insert] .] 0]
300 return [lindex [split [$w index insert] .] 1]
311 set btp(goalcol) [lindex [split [$w index insert] .] 1]
316 set goalndx [lindex [split $ndx .] 0].$btp(goalcol)
317 if {$btp(goalcol) < [lindex [split $ndx .] 1]} {
398 proc bt:begin-buffer { w {num 0}} {
406 set ndx [expr 1+[lindex [split [$w index end] .] 0]*$num/10]
410 set btp(prevcmd) begin-buffer
413 proc bt:end-buffer { w {num 0}} {
421 set ndx [expr [lindex [split [
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim251 call s:NetrwInit("g:netrw_mousemaps" , (exists("&mouse") && &mouse =~ '[anh]'))
493 for dir in split(&rtp,',')
983 " if the file is [No Name], and one attempts to Nwrite it, the buffer takes
1119 " remove enew buffer (quietly)
1183 " remove enew buffer (quietly)
1240 " remove enew buffer (quietly)
1349 " readcmd == %r : replace buffer with newly read file
1350 " == 0r : read file at top of buffer
1352 " == t : leave file in temporary form (ie. don't read into buffer)
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim256 call append("$", "\t(global or local to buffer)")
261 call append("$", "autochdir\tchange to directory of file in buffer")
264 call append("$", "wrapscan\tsearch commands wrap around the end of the buffer")
279 call append("$", "\t(global or local to buffer)")
283 call append("$", "\t(local to buffer)")
286 call append("$", "\t(local to buffer)")
297 call append("$", "\t(global or local to buffer)")
393 call append("$", "\t(local to buffer)")
398 call append("$", "\t(local to buffer)")
401 call append("$", "\t(local to buffer)")
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvim.vim31 syn keyword vimOption contained aleph ar autoindent backspace ballooneval bg bkc bsdir cb cfu cinkeys cmdwinheight columns completeopt cot cscopepathcomp csprg cursorbind define diffexpr dy ef eol esckeys fcs fdn ff fillchars foldclose foldmarker formatlistpat gcr ghr guicursor guitablabel hi hkmapp icon imcmdline inc indk isfname joinspaces kmp lcs listchars lw mat maxmempattern mis mmt mouse mouseshape mzquantum odev osfiletype patchmode ph preserveindent printheader pvh relativenumber rightleftcmd ru sbr scrolloff selection shellcmdflag shellxquote showcmd sidescroll smartindent sol spellsuggest sr stal sua swf ta taglength tbi termbidi tf title to ts tty ttytype ul updatetime ve viewoptions wak weirdinvert wig wildoptions winheight wm wrapmargin ws
73 syn keyword vimFuncName contained abs append argv atan2 bufexists bufname byte2line ceil cindent complete confirm cosh cursor did_filetype empty eventhandler exp extend filewritable findfile fmod foldclosed foldtext function getbufline getcharmod getcmdtype getfperm getftype getmatches getqflist gettabvar getwinposy globpath haslocaldir histdel hlexists iconv input inputrestore insert items len line localtime map match matchdelete matchstr min mode nextnonblank pathshorten prevnonblank pumvisible readfile reltimestr remote_foreground remote_read remove repeat reverse search searchpair searchpos serverlist setcmdpos setloclist setpos setreg settabwinvar shellescape sin sort spellbadword split str2float strchars strftime string strpart strtrans submatch synconcealed synIDattr synstack tabpagebuflist tabpagewinnr taglist tanh tolower tr type undotree virtcol winbufnr winheight winnr winrestview winwidth
202 syn keyword vimUserAttrbCmplt contained augroup buffer command dir environment event expression file function help highlight mapping menu option shellcmd something tag tag_listfiles var
325 syn match vimMapMod contained "\c<\(buffer\|expr\|\(local\)\=leader\|plug\|script\|sid\|unique\|silent\)\+>" contains=vimMapModKey,vimMapModErr skipwhite nextgroup=vimMapMod,vimMapLhs
329 syn keyword vimMapModKey contained buffer expr leader localleader plug script sid silent unique
335 syn keyword vimCommand am[enu] an[oremenu] aun[menu] cme[nu] cnoreme[nu] cunme[nu] ime[nu] inoreme[nu] iunme[nu] me[nu] nme[nu] nnoreme[nu] noreme[nu] nunme[nu] ome[nu] onoreme[nu] ounme[nu] unme[nu] vme[nu] vnoreme[nu] vunme[nu] skipwhite nextgroup=@vimMenuList
348 syn match vimNotation "\(\\\|<lt>\)\=<\([scam2-4]-\)\{0,4}\(right\|left\|middle\)\(mouse\)\=\(drag\|release\)\=>" contains=vimBracket

Completed in 192 milliseconds