On 15:00 Sat 01 Dec , Marc Weber wrote: > I don't understand what your problem is cause you don't describe in > which way you search the digraphs. If you already have that character > somewhere, you can use Vim's redir option to pipe :digraph output into a > buffer and the use the / search. > If you don't have tho character yet you may just want touse google or > such so that you have the char to look for. > > If you're too lazy to write up a redir capturing tool yourself just get > tlib and use: > :TBrowseOutput digraph > > Then press <c-z> and you have a ordinary Vim buffer you can copy paste > from, use c-v for block highlighting etc.. > > Marc Weber > > -- > You received this message from the "vim_dev" 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
I usually search the columns of the digraph output for glyph that I want for example: if look for ∩ or ⊗ then I search all the columns of :digraph to find what should I type after i_CTRL-K. I didn't know about TBrowseOutput command, but it is not very helpful in my case. Another thing that could be useful: to be possible to list only digraphs which match a pattern, for example: dig C list all the digraphs which can be typed with i_CTRL-KC. I don't mind writing my own vimscipt which prints the digraphs the way I want, but I think that it is be much better if vim can do that out of the box. Cheers, Marcin -- You received this message from the "vim_dev" 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
