Hi Christian! No this is probably not what I want. But quickfix is a great feature I didn't know about. Thank you very much. I will check it out when I have the time to recompile vim with quickfix option. Now hat I want is to be able instead of issuing :e +3 main.c to issue :myfunction main.c:3 Is there any solution to this? Maybe I should do a script which will substitue main.c:3 with +3 main.c. Is this easy to do? I don't know how...
On May 17, 9:43 pm, Christian Brabandt <[email protected]> wrote: > Hi crabsody! > > On Di, 17 Mai 2011, crabsody wrote: > > > gcc issues warnings as this main.c:22 > > So I got this in my mouse clipboard ready to paste it. So I need :e > > main.c:22 to work or sth similar. For example :myfunction main.c:22. Can > > someone help? > > I am not sure I understand your question. But I think, you are looking > for the quickfix feature. See the help at > :h quickfix > :h 30.1 > > That should get you started. > > regards, > Christian -- You received this message from the "vim_use" 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
