DidYouMean icon indicating copy to clipboard operation
DidYouMean copied to clipboard

Vim plugin which asks for the right file to open

Results 7 DidYouMean issues
Sort by recently updated
recently updated
newest added

The BufNewFile autocmd of [vim-template](https://github.com/aperezdc/vim-template/) conflicts with that of this plug-in: If in the 'did you mean' dialogue an existent file is chosen and there is a template for its...

JFI: https://github.com/EinfachToll/DidYouMean

When opening a file with DidYouMean, syntax highlighting does not work. I have been manually setting `set filetype=sh` (for example, for a shell script) after opening to reset the detected...

A bit petty but this would be in spirit of vim. Also, this will only work when there are less than 10 available completion options.

When running commands on [Denite](https://github.com/Shougo/denite.nvim) such as `:Denite file_rec` it shows the Did you mean prompt.

This kicks in when using `vim autoload/gutentags` and there's both a directory and `autoload/gutentags.vim` file. When using an explicit slash at the end (`vim autoload/gutentags/`) the directory will be used...