Steps to reproduce:

    C:\>type test.vim
    execute "normal! ihi\<CR>\<Esc>"
    for i in range(10)
      verbose echo i
    endfor
    qall!
    C:\>vim -u NONE -i NONE -N -e -s --cmd "so test.vim"

The numbers are printed from the left upper of the Command Prompt, and after
that it gives weird output.

In this case, g_coord is always {0, 0}. And SetConsoleCursorPosition() is
called with this value in mch_set_cursor_shape().

https://gist.github.com/hattya/f1895ef7a85546a13b00


I found another issue while debugging this issue. Vim does not beep on Windows
when vim_beep() is called in "Ex" mode.

I think that it should not be disabled ENABLE_PROCESSED_OUTPUT because Windows
prints control characters as-is without this flag.

https://gist.github.com/hattya/421d28c51c819a3b882e

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui