Le lundi 13 novembre 2017 23:06:44 UTC+1, Bram Moolenaar a écrit : > > What is 'term' set to? And more: > set term? xterm > echo v:termresponse ^[[>41;327;0c > echo t_RS > echo t_RC > Those commands did not work, stating that the variables are not set. But I found their values using "set termcap": t_RC=^[[?12$p t_RS=^[P$q q^[\ > You can try this in your vimrc to workaround: > set t_RC= t_RS= This workaround works!
I found out something while reproducing today, I cannot find the ". register in the viminfo file. It's kinda expected seeing its definition, but how a new instance of vim can have its ". register filled? -- -- You received this message from the "vim_dev" 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_dev" 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.
