Rich
Rich
Simply checking the solution for e.g. the string `:e` isn't going to work because that might be text entered in insert mode. I have no experience with security, so maybe...
I'm getting this error too, for any file I try to remove with fdupes. Steps to reproduce: 1. `mkdir test && cd test` 2. `echo hi > fileA` 3. `cp...
Sorry, should have included my system info in my original message: I'm running fdupes 2.2.1 installed via `pacman` on Arch Linux running on a Raspberry Pi 4. Let me know...
The indentation occurs because you have `.` in your `'indentkeys'` option, and `'indentexpr'` most likely set to `GetRubyIndent(v:lnum)`. Both of these are set by the standard ruby filetype, so it...
> ``` > filetype=ruby > Last set from /usr/share/vim/vim91/filetype.vim line 2008 > > [...] > > 2008 au BufNewFile,BufRead *.rb,*.rbw setf ruby > ``` Okay, so this just means it's...
What's the output of the command `:verbose set guifont?`