From e076a8f585d9e7f7733199061cc451b77451662b Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 14 Jan 2016 15:26:55 -0600 Subject: [PATCH] Link to a source in the latest til --- vim/difference-between-wq-and-x.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/difference-between-wq-and-x.md b/vim/difference-between-wq-and-x.md index 199939d..6d0194a 100644 --- a/vim/difference-between-wq-and-x.md +++ b/vim/difference-between-wq-and-x.md @@ -21,3 +21,5 @@ This matters if the modification time is used by anything. For instance, a background process that monitors a directory for changed files based on modification times will get some false positives if you use `:wq` to liberally. + +[source](http://docstore.mik.ua/orelly/unix3/vi/ch05_03.htm)