Bug#433800: vim-scripts: bufexplorer: Error detected while processing function

James Vega vega.james at gmail.com
Thu Jul 19 14:30:54 UTC 2007


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 <dimka at avanto.org> 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\]




More information about the pkg-vim-maintainers mailing list