Searched refs:winnr (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/vim-55/runtime/macros/
H A Deditexisting.vim92 let winnr = bufwinnr(a:fname)
93 if winnr <= 0
100 let winnr = bufwinnr(a:fname)
106 if winnr > 0
107 exe winnr . "wincmd w"
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dzip.vim181 let s:zipfile_{winnr()}= curfile
187 " call Dret("ZipBrowseSelect : s:zipfile_".winnr()."<".s:zipfile_{winnr()}.">")
222 " call Dfunc("zip#Write(fname<".a:fname.">) zipfile_".winnr()."<".s:zipfile_{winnr()}.">")
308 elseif s:zipfile_{winnr()} =~ '^\a\+://'
310 let netzipfile= s:zipfile_{winnr()}
321 unlet s:zipfile_{winnr()}
H A Dspellfile.vim81 let winnr = bufwinnr(newbufnr)
82 if winnr == -1
88 exe winnr . "wincmd w"
143 let winnr = bufwinnr(newbufnr)
144 if winnr != -1
145 exe winnr . "wincmd w"
H A Dtar.vim239 let s:tblfile_{winnr()}= curfile
244 " call Dret("TarBrowseSelect : s:tblfile_".winnr()."<".s:tblfile_{winnr()}.">")
330 " call Dfunc("tar#Write(fname<".a:fname.">) b:tarfile<".b:tarfile."> tblfile_".winnr()."<".s:tblfile_{winnr()}.">")
477 if s:tblfile_{winnr()} =~ '^\a\+://'
478 " call Decho("handle writing <".tarfile."> across network to <".s:tblfile_{winnr()}.">")
479 let tblfile= s:tblfile_{winnr()}
489 unlet s:tblfile_{winnr()}
H A Dnetrw.vim320 " call Dfunc("s:NetrwOptionSave(vt<".a:vt.">) win#".winnr()." buf#".bufnr("%")."<".bufname(bufnr("%")).">"." winnr($)=".winnr("$"))
364 " call Dret("s:NetrwOptionSave : win#".winnr()." buf#".bufnr("%"))
370 " call Dfunc("s:NetrwOptionRestore(vt<".a:vt.">) win#".winnr()." buf#".bufnr("%")." winnr($)=".winnr("$"))
441 " call Decho("diff=".&l:diff." win#".winnr()." w:netrw_diffkeep=".(exists("w:netrw_diffkeep")? w:netrw_diffkeep : "doesn't exist"))
442 " call Dret("s:NetrwOptionRestore : win#".winnr()." buf#".bufnr("%"))
448 " call Dfunc("s:NetrwSafeOptions() win#".winnr()
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dman.vim123 let thiswin = winnr()
125 if winnr() > 1
132 if thiswin == winnr()
/macosx-10.10.1/vim-55/src/proto/
H A Dwindow.pro33 win_T *win_find_nr __ARGS((int winnr));
/macosx-10.10.1/vim-55/src/
H A Dgui_beval.c30 long winnr = 0; local
60 ++winnr;
64 set_vim_var_nr(VV_BEVAL_WINNR, winnr);
H A Dwindow.c3917 * Find window number "winnr" (counting top to bottom).
3920 win_find_nr(winnr)
3921 int winnr;
3927 if (--winnr == 0)
H A Deval.c7930 {"winnr", 0, 1, f_winnr},
8905 int winnr = 0; local
8915 ++winnr;
8919 rettv->vval.v_number = (wp != NULL ? winnr : -1);
10962 int winnr = 1; local
10972 ++winnr;
10974 vimvars[VV_MOUSE_WIN].vv_nr = winnr;
17436 * Common code for tabpagewinnr() and winnr().
18041 * "winnr()" function
18066 int winnr local
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A D2html.vim258 let s:newwin = winnr()
425 func! s:ProgressBar(title, max_value, winnr)
429 let pgb.winnr = a:winnr
462 let max_len = winwidth(self.winnr)
507 call setwinvar(self.winnr, '&stl', stl)
H A Dvim.vim73 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
/macosx-10.10.1/vim-55/runtime/plugin/
H A DnetrwPlugin.vim115 let curwin= winnr()
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim8 let s:thiswin = winnr()
14 if s:thiswin == winnr()
41 let thiswin = winnr()
70 let thiswin = winnr()
84 let thiswin = winnr()
88 if winnr() == thiswin
95 if local && (winnr() == thiswin || (exists("b:current_syntax")
140 let s:thiswin = winnr()
143 if s:thiswin == winnr()

Completed in 155 milliseconds