Le mercredi 11 avril 2018 15:44:05 UTC+2, Ni Va a écrit : > Hi, > > As shown in the gif, why FocusGained at about updatetime (4000ms) with no > user action ? > > Gvim 8.0.1696 64 bits on windows 10 64 bits > > Thank you > NiVa
Save &ut, do the job and restore ut after default ut time (~4000) in timer' handler let saved_ut=&ut " do the job if &ut > saved_ut let &ut=saved_ut endif -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
