On 17 January 2011 15:06, björn <[email protected]> wrote: > On 16 January 2011 17:55, oprah_noodlemantra > <[email protected]> wrote: >> Hi, >> >> When I use Project Find inside of Xcode and double click a match it >> does not take me to the desired line inside MacVim. The results vary >> but usually it just goes to the last line of the file. >> >> However, double clicking build errors takes me to the right position >> in MacVim. > > I see the problem -- when clicking a search result in Xcode MacVim > gets a "range" to select. For some reason I interpreted this as a > "range of lines" when in fact it is a "range of characters". I'll fix > it.
I have pushed an initial fix for this problem now [1]. There is still one problem however in that this fix only works for 8 bit encoded files. I have to figure out how to select a given range of characters. Does anybody know how to do this? Currently I use "go" and do something like 10gov20go in order to select bytes 10-20. Does anybody know if there is a command like "go" which works on characters offsets instead of byte offsets? Björn [1] https://github.com/b4winckler/macvim/commit/210a71b4cb401b158584b71f89b847cae0eafda4 -- You received this message from the "vim_mac" 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
