Hi I have a script that launch autocommand on cursorhold on * file : au CursorHold * call UpdateFile(g:temp_file)
in UpdateFile function I do a copen botright copen 50 this work well on first cursorhold but from the second one, I would like autocommand call updatefile only if cursor is hold on copen buffer. So I have to delete the current autocommand and define another one,but I don't know how. Thank you for helping -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
