Hi, I would like to make a command that could handle visual selection not only linewise but columnwise.
In the following command function ABRAcadabra is aware about start and end lines of selection. command! -range=% ABRAcadabra call ABRAcadabra(expand(<line1>), expand (<line2>)) Is there <column1> and <column2> analogs in vim? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
