> how to insert a line break at a specified column no.
Multiple ways...(examples below assume line breaks at column 40) 40|i<enter><esc> :%s/\%40c/\r :%s/\%40v/\r :nnoremap <cr> i<cr><esc> depending on whether you want to do it once, on multiple lines, how you want to treat tabs-as-characters, whether you want to specify the column by positioning the cursor... Without more detail on what you mean, it's hard to give an exact solution. -tim --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
