On 8/27/07, Mark Waggoner <[EMAIL PROTECTED]> wrote: > > > I've asked Bram in the past whether he would add this to the voting list. > The best I've been able to get is "I'll think about it" :) Perhaps if I > throw the idea out to the mailing lists I can garner a little support. > > When editing or viewing text files that contain data with fields separated > by tab characters, I would like to be able to set non-uniform tabstops. > This would allow the text to be viewed and edited in a much more > readable/understandable format than fixed tabstops can provide. The usage > model I envision is: > > set tabstop=8,10,4,20,8
You can make this in vimscript, as "userlevel" plugin. By remapping the tab in i-mode an using <expr> to expand it to your function. Get example of simple plugin, learn vimscript, make plugin, post to www.vim.org/scripts. Yakov --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
