Currently a buffer is initialized when the FileType is set
autocmd FileType * call g:MC_ReInitBufferForAllMatchControls()
The very first initialization should be done on WinEnter or so when all other options have been set. See g:MC_ReInitBufferForAllMatchControls() for the problem.