> As far as the "sync fromstart" is concerned: I also use this setting > normally and never had problems. But since there might be a > performance hit, I didn't want to make it the default in VC. Did > others experience any slowdown? Or should I assume that modern > computers are fast enough and make it the default?
Just a FYI: I used "sync fromstart" on a >15000 line computer generated (by javacc) java file. If I start from line 15000 and start scrolling back it takes a little less than a second per scroll. If I then jump to line 0 and back to line 15000 I can scroll full speed in both directions through the entire file - and changes are full speed too. vim seems to do a really good job at caching the syntax formatting. Vim 7.2 takes 11MB RAM with this file and option. 2.4GHz Core2Duo / Ubuntu 9.04. Now that vimclojure renders everything correctly (and consistently gets tab spacing correctly while editing) I could never go back. Maybe 'sync fromstart' could be the default and the docs could mention that if vim rendering is slow you could change back to the default. Cheers. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---