brennier / quicktex

A vim plugin for writing Latex quickly.
http://brennier.com/projects
MIT License
116 stars 17 forks source link

Extraneous text appears after keyword expansion #3

Closed AlekseiSmirnov closed 7 years ago

AlekseiSmirnov commented 7 years ago

Extraneous text appears after keyword expansion when I type fastly. For example, if you type frac <space> s, :normal vs phrase replaces <+++>

vimtexer1

brennier commented 7 years ago

I can't seem to recreate this. Also, I doubt that this is Vimtexer's fault, as there's not a single "normal" call in the whole program. It seems like this is the fault of another plugin that you have installed or perhaps something in your vimrc. Could you run :profile start output.log | profile func * | profile file *, type something that causes this problem, exit vim, and then upload the output.log to this thread?

AlekseiSmirnov commented 7 years ago

Can't reproduce this problem now. It seems that when I reload .vimrc (:source $MYVIMRC<CR> ) file on warm (without macVim relaunching) something strange can happen - Vim slows down, plugins can fall into conflict.

So it's better to relaunch macVim completely if .vimrc file was modified.

brennier commented 7 years ago

It's probably an autocommand or something that is being loaded twice when you source your .vimrc