Hello all
I don't know what i did, but all of a sudden gvim slows down when I
start it or stop it. How can I find out what is happening?
The only changement to the configuration files was that I started to
edit abc music files, and as abc notation does only accept 8bit input, I
put into startup
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" abc
" if has("autocmd")
" :augroup abc
" : autocmd BufNewFile,BufRead *.abc setf abc
" : autocmd BufNewFile,BufRead,BufEnter *.abc set encoding=latin1
" : autocmd BufNewFile,BufRead,BufEnter *.abc set fileencoding=latin1
" :augroup END
" endif
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Well, I commented that out, no change.
What I need as help is a method how to proceed to find where the flaw
is.
Any suggestions?
Cheers anyway, erich
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---