From e19234f391f7dc9259dbd1115a70868e3b54577d Mon Sep 17 00:00:00 2001 From: Colin Caine Date: Thu, 20 Oct 2016 07:35:48 +0100 Subject: man.vim: silence `file` call (#5509) When a file is opened by nvim with ft=man already set, and "has('vim_starting')", ftplugin/man.vim calls 'execute 'file man://'.ref', this causes nvim to display something like this: ```` "" 977, 41017C "man://foo(1)" [Not edited] 977 lines --0%-- Press ENTER or type command to continue ```` This is annoying, because nothing of note has actually happened. Use cases why you might want to read a man page from a file: `MANPAGER='bash -c "nvim -c \"set ft=man\"