On Jun 9, 2:28 pm, "[email protected]" <[email protected]>
wrote:
> Thanks for the help. It does solve part of my problem since one window
> is always open one fixed files, so I can find the window number by
> command:
> let l:tmp=bufwinnr("file_name").
>
> for other window that keeps open different window, i need to try this
> method to see whether it works or not.
>

If you always open new windows at the very bottom using the "botright"
modifier (and avoiding vertical splits), then existing window numbers
won't change by opening a new window. That might be another solution
for you.

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to