> Problem: Crash when indenting lines. (Dominique Pelle) > Solution: Set the cursor column when changing the cursor line.
It seems that curwin->w_cursor.col is always set when curwin- >w_cursor.lnum is changed. Isn't it better to call some function to set lnum and have that function set col to 0? Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
