Skip to content

Race condition with NERDtree when opening vim with a directory argument or without an argument #8

@wimstefan

Description

@wimstefan

:autocmd VimEnter
--- Auto-Commands ---
VIM_PLUGIN_MANAGER VimEnter
* call vam#SourceMissingPlugins()
NERDTreeHijackNetrw VimEnter
* silent! autocmd! FileExplorer
call nerdtree#checkForBrowse(expand(""))
PluginEasyTags VimEnter
* call xolox#easytags#register(1)
Vimpanel VimEnter
* silent! autocmd! FileExplorer
fugitive VimEnter
* if expand('')==''|call fugitive#detect(getcwd())|endif
SmartusLine VimEnter
* call SmartusLineWin('Enter')
Press ENTER or type command to continue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions