From 6b2c1b039218f7a46900c9875087d20a9e7ef836 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 2 Jul 2018 14:33:36 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 949d3df7..cea611d2 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v1.15.0 -Sun Jul 1 23:07:26 UTC 2018 +tejr dotfiles v1.16.0 +Mon Jul 2 02:33:32 UTC 2018 -- cgit v1.2.3 From cf2ca490db72291662be6a7a7903e69d66342b53 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 2 Jul 2018 14:33:52 +1200 Subject: Rebuild dotfiles(7) manual --- man/man7/dotfiles.7df | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df index af533838..f8f6a453 100644 --- a/man/man7/dotfiles.7df +++ b/man/man7/dotfiles.7df @@ -536,20 +536,14 @@ Perl scripts, and \f[C]_l\f[] runs a Perl::Critic check. .PP I test my configuration every now and then with the Neovim fork (https://neovim.io/). -To install the configuration where Neovim will use it, do this: -.IP -.nf -\f[C] -$\ nvd=${XDG_CONFIG_HOME:\-"$HOME"/.config}/nvim -$\ make\ install\-vim\ VIMRC="$nvd"/init.vim\ VIMDIR="$nvd" -\f[] -.fi +There's an \f[C]install\-neovim\f[] target to run \f[C]install\-vim\f[] +with the appropriate paths changed. .PP -Neovim's godless +Its godless arrogance (https://twitter.com/tpope/status/437019518444240896) -notwithstanding, I do rather like it overall, but I'm not presently -using it as my daily driver and so it might balk at recent addenda to my -configuration. +notwithstanding, I do rather like Neovim overall, but I'm not presently +using it as my daily driver, and so it might balk at recent addenda to +my configuration. .SS Scripts .PP Where practical, I make short scripts into POSIX (but not Bourne) @@ -951,7 +945,7 @@ Farts (http://www.asciiartfarts.com/) comic. computer. .IP \[bu] 2 \f[C]aesth(6df)\f[] converts English letters to their full width CJK -analogues, for AESTHETIC PURPOSES. +analogues, for aesthetic purposes. .IP \[bu] 2 \f[C]squ(6df)\f[] makes a reduced Latin square out of each line of input. -- cgit v1.2.3