jliptrap

Results 3 issues of jliptrap

Double squiggly arrows look [fine](https://q.uiver.app/?q=WzAsMyxbMCwwLCJcXGJ1bGxldCJdLFsyLDAsIlxcYnVsbGV0Il0sWzEsMSwiXFxidWxsZXQiXSxbMCwyXSxbMSwyXSxbMSwwXSxbNCwzLCIiLDIseyJzaG9ydGVuIjp7InNvdXJjZSI6MjAsInRhcmdldCI6MjB9LCJzdHlsZSI6eyJib2R5Ijp7Im5hbWUiOiJzcXVpZ2dseSJ9fX1dXQ==) in quiver, and the generated TikZ code looks reasonable to me, but pdflatex renders the double arrow as a trapezoid with squiggly top and bottom....

tikz-cd-output

## Repro ``` echo "Hello." > hello.txt nvim :Far Hello\> hi hello.txt :Fardo ``` Log per the `:h far-bugs` instructions: [far.vim.log](https://github.com/brooth/far.vim/files/3881604/far.vim.log) ## Workaround ``` :let g:far#source = 'ack' :Far Hello(\W)...

Searching with ack yields: ``` source error: Unknown option: no-ignore-case^@ ``` This was working at 3c6a6a1e Log per the `:h far-bugs` instructions: [far.vim.log](https://github.com/brooth/far.vim/files/4237747/far.vim.log) .