URI: 
       fix autocompletion and add edit - notes - a console notes manager using git
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR LICENSE
       ---
   DIR commit 3e4e0e0592a07ce3c5edbb3bad1dd9e6f50ce52b
   DIR parent 1817bd26c30fa60924b5e98fde970a6771684e47
  HTML Author: Solene Rapenne <solene@perso.pw>
       Date:   Sat, 14 Jul 2018 12:23:53 +0200
       
       fix autocompletion and add edit
       
       Diffstat:
         M completions/ksh_completion          |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/completions/ksh_completion b/completions/ksh_completion
       @@ -1,3 +1,3 @@
        FILES=$(notes _files)
       -set -A complete_notes_1 -- ls history help init cat rm last "$FILES"
       -set -A complete_notes_2 -- "$FILES"
       +set -A complete_notes_1 -- edit ls history help init cat rm last $FILES
       +set -A complete_notes_2 -- $FILES