Lines Matching refs:bufnum
4236 let bufnum = -1
4240 let bufnum= s:netrwbuf["NetrwTreeListing"]
4242 let bufnum= s:netrwbuf[s:NetrwFullPath(dirname)]
4244 " call Decho(" NetrwTreeListing: bufnum#".bufnum,'~'.expand("<slnum>"))
4245 if !bufexists(bufnum)
4247 let bufnum= -1
4250 let bufnum= bufnr("NetrwTreeListing")
4251 " call Decho(" NetrwTreeListing".": bufnum#".bufnum,'~'.expand("<slnum>"))
4254 let bufnum= -1
4258 let bufnum= s:netrwbuf[s:NetrwFullPath(dirname)]
4259 " call Decho(" lookup netrwbuf dictionary: s:netrwbuf[".s:NetrwFullPath(dirname)."]=".bufnum,'~'…
4260 if !bufexists(bufnum)
4262 let bufnum= -1
4267 let bufnum= -1
4269 " call Decho(" bufnum#".bufnum,'~'.expand("<slnum>"))
4293 if bufnum < 0 " get enew buffer and name it
4294 … call Decho("--get enew buffer and name it (bufnum#".bufnum."<0 OR bufexists(".bufnum.")=".bufexi…
4323 " call Decho("--re-use buffer#".bufnum." (bufnum#".bufnum.">=0 AND bufexists(".bufnum.")=".bufexi…
4327 …2)<".getline(2).'> matches "Netrw Directory Listing" : using keepalt b '.bufnum,'~'.expand("<slnum…
4328 exe "sil! NetrwKeepj noswapfile keepalt b ".bufnum
4330 …(2)<".getline(2).'> does not match "Netrw Directory Listing" : using b '.bufnum,'~'.expand("<slnum…
4331 exe "sil! NetrwKeepj noswapfile keepalt b ".bufnum
12152 " call Dret("s:NetrwBrowse -1 : reusing buffer#".(exists("bufnum")? bufnum : 'N/A')."<".dirname."…