> I've written a set of generic Vimscript functions for defining such mappings, > [...]
Thank you very much, I will try your plugin which may indeed be of much use to me. For what it is worth, I am currently using :vnoremap i$ <C-\><C-n>?\$?b+1<CR>v/\$/b-1<CR> :vnoremap a$ <C-\><C-n>?\$<CR>v/\$<CR> which have been collectively written thanks to other users of #...@freenode, and work "well enough" (a file with a single ``$'' will trigger a behaviour different from that of the hardcoded text objects). Cheers, P! -- Français, English, 日本語, 한국어 -- 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
