-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VimOrganizer severly slows down switching buffers #23
Comments
On Tue, Nov 29, 2011 at 5:58 AM, Florian Rathgeber <
The slowdown is mostly a function of the size of the file, the number of So long as you use tabs the slowdown should happen only once for each file Thanks for asking this question, you're first person to point it out. I Could this be caused by a conflict with another plugin? Or not having
Please do let me know more about the type of files you're working with -- Herb |
I was working with files of a few 100 lines (only outline text). I noticed that the delay only occurs when I use my custom key binding to switch tabs (and not using
I couldn't quite figure out why that could be. It does also happen when switching to the tab for the 2nd and subsequent times. |
On Fri, Dec 2, 2011 at 5:24 PM, Florian Rathgeber <
-- Herb
|
Usually I have many buffers open in vim simultaneously (mostly in tabs) and frequently switch back and forth between those.
Immediately after enabling org mode as per instruction in
INSTALL.txt
I noticed a considerable slowdown (~0.5sec) when switching from and to a buffer with a .org file loaded. This is so severe that it makes VimOrganizer effectively unusable to me.Have you noticed this slowdown and/or made some profiling identifying why this takes so long?
Could this be caused by a conflict with another plugin? Or not having installed the recommended plugins from 4.-6. in
INSTALL.txt
(which I haven't)?Is it possible to load only a subset of the features (I mainly need syntax highlighting since I only use the markup features) and thereby get better performance?
The text was updated successfully, but these errors were encountered: