On 12.04.10 17:17, Michael Siebert wrote: > since about a week, when i type the characters l/ (small letter L > followed by a forward slash), i get a strike-through l: > http://www.siebert-wd.de/system/skitch/%5BNo_Name%5D_%2B_-_VIM-20100412-171214.png > > i just noticed that this works for capital L, o and O, too.
It seems to be this is somehow "digraph" related. I can get the same characters after hitting ^k and typing the very same as you. Maybe some digraph-handling influencing option is set on your side? Next to what björn suggested (figuring if it is reproducible without customization through ~/.vim*) you could do this within MacVim: :redir @+> :set all :redir END and than have all options vim currently uses in your clipboard for inspection or reporting. -- Best regards Peter Palmreuther -- 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 To unsubscribe, reply using "remove me" as the subject.
