zaiste / vimified

Yet another Vim configuration
http://zaiste.github.com/vimified/
684 stars 131 forks source link

exeremly slow to read base64 #86

Closed ahmadseleem closed 9 years ago

ahmadseleem commented 10 years ago

Macvim gets very slow ( = almost freezing ) when reading an SCSS file that has a lot of line wrapping!!!

Anyway to faster things up?

ahmadseleem commented 10 years ago

I use Mavericks, BTW

AdrienGiboire commented 10 years ago

Can you provide an example file? Le 14 déc. 2013 06:22, "ahmad seleem" notifications@github.com a écrit :

I use Mavericks, BTW

— Reply to this email directly or view it on GitHubhttps://github.com/zaiste/vimified/issues/86#issuecomment-30560828 .

AdrienGiboire commented 10 years ago

@ahmadseleem up :)

ahmadseleem commented 10 years ago

Sorry, I was really busy! I'll send an example tonight, God Willing

On Dec 19, 2013, at 8:21 AM, Adrien Giboire notifications@github.com wrote:

@ahmadseleem up :)

— Reply to this email directly or view it on GitHub.

ahmadseleem commented 10 years ago

Sorry, I meant base64. here is an example file: http://d.pr/f/1zs1

Try to open it and scroll till you get to base64 line! It won't even show any line after it for a while.

AdrienGiboire commented 10 years ago

@ahmadseleem Just one question before I try anything. Is it specific to MacVim or is it also buggy with Vim?

ahmadseleem commented 10 years ago

I just tried it with Macvim 7.4

AdrienGiboire commented 10 years ago

@ahmadseleem I'm sorry, using the same snapshot of MacVim, I don't get the laggy thing.

But about the no line bug, I think it's a normal behaviour. Vimified set wrap option. Enter set nowrap while editing your file to see if it fixes the display.

As for the lag you're having, I'm sorry but I have no clue. Would you mind trying in Vim in order to see if it's specific to MacVim or not?

ahmadseleem commented 10 years ago

Yes, I think the way vim handles is slow for me. But, at the same I don't wanna disable wrap completely.

AdrienGiboire commented 9 years ago

Closing for lack of activity and no idea on how we could fix this.

Except if it's related to a specific plugin?