On 2020-05-08, Nathan Neff wrote: > Hello all, > > I would like to be able to hide /really/really/really/long/file/paths/ from > my quick fix results. > > I found this post from 2009: > https://groups.google.com/forum/#!msg/vim_use/fLhZySx3IUA/qO90VGcVhGUJ; > context-place=forum/vim_use (actually, I'm one of the responders there too :-) > > I figured I would ask again > > Does anyone have recommendations which do not require compiling Vim?
I use a couple of plugins (ftplugin and syntax) that search the quickfix list for the longest common prefix and use the conceal feature to display that as ellipses. Regards, Gary -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20200508163356.GA3997%40phoenix.
