Hirohito Higashi wrote: > Hi Bram and list, > > How to reproduce: > 1. start Vim on linux. > $ vim -N -u NONE > > 2. Input below. > $ > :echo getcurpos() > > Expected behavior: > Display below at command line. > [0, 1, 1, 0, 2147483647] > > Actual behavior: > Display this. > [0, 1, 1, 0, -2147483648] > > > The 5th item "curswant" is not MAXCOL(2147483647). > (2147483647 is in case of sizeof(int)>=4 system) > > I wrote a patch. > Please include this.
Thanks! -- If you had to identify, in one word, the reason why the human race has not achieved, and never will achieve, its full potential, that word would be "meetings." /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
