Undo after retab modifies 'tabstop' in a way that doesn't look consistent or correct. Test case: --------------------------------- vim -u NONE -U NONE i<tab>abc<esc> :set ts=4 :retab 8 u ---------------------------------- After the last u, tabstop changes to 8. But we expect the screen to return to the state before :retab where tabstop was 4, not 8.
THanks Yakov --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
