Jeff, As demonstrated below, the current version of bufexplorer is using :drop without a check to see if the running Vim has +gui. This is happening at line 239. StartBufExplorer is called with 'drop' as its argument and then that argument is used in the call to SplitOpen.
James On 7/19/07, Dmitry E. Oboukhov <[EMAIL PROTECTED]> wrote:
dwork:[/home/dimka]$ grep -A 10 bufexplorer .vimrc " bufexplorer let g:bufExplorerShowDirectories = 1 let g:bufExplorerShowRelativePath = 1 let g:bufExplorerSortBy='name' let g:bufExplorerSplitBelow=1 map <F4> :BufExplorer<CR> dwork:[/home/dimka]$ vim 1 2 and press F4 (or :BufExplorer), receive error message: :BufExplorer Error detected while processing function <SNR>10_StartBufExplorer..<SNR>10_SplitOpen: line 4: E319: Sorry, the command is not available in this version: silent drop \[BufExplorer\]
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

