Formatting fix. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit e03c3a6acfb9171e8691c99e6936712f3575872d
 (DIR) parent 214632e3c8c7eab8200ee7b4483b4337a4436259
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Sat, 13 Aug 2016 14:34:07 -0500
       
       Formatting fix.
       
       Diffstat:
         README.rst                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       @@ -135,7 +135,7 @@ Primary Goals
        - Support fuzzy matching in the `b` command (DONE)
        - Raise the window when opening a new file (DONE)
        - Support a configurable set of keybindings (i.e. rework the keyboard layer) (DONE)
       -- Support the following commands for keybindings:
       +- Support the following commands for keybindings
            - escape (DONE)
            - scrollup / scrolldown (DONE)
            - charright / charleft (DONE)