On 13.03.12,11:52, Charles Campbell wrote: > Jostein Berntsen wrote: > > > >When the pad note is edited, and then copen is run, the quickfix window > >seems to close the pad note and opens at the top of the screen instead. Why > >is that? > > > >:buffers! > > 1u "[Uten navn]" linje 1 > > 2u - "__pad__" linje 1 > > 3 h "[Uten navn]" linje 0 > > 6 %a- "[Quickfix List]" linje 1 > Its good that you've narrowed the problem down to a plugin. I > suggest looking at pad.vim (and pad.txt, if any) and sending a note > along to pad.vim's author, who may or may not peruse this list (and, > even if s/he does peruse this list, may not be paying attention to > this particular thread). >
I solved this for my use with mapping like this to write and reload: map <C-Y> :w!<CR>:e!<CR> Jostein -- 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
