Keith Kaple wrote: > I'm sure this has been asked before, but I don't see a command > line option for opening a file to a specific byte offset from the > beginning. Anyone have a solution for allowing this feature? > > thanks, > > Keith
":help :goto" seems like what you're looking for. Now if you need to use it from the command line: vim -c 'goto 20' Cheers -- Dominique --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
