diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-24 05:17:34 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-24 05:17:34 +0200 |
commit | de6fc09551730fe87f7f3d6f532bafd189c97236 (patch) | |
tree | 7ece6ed4393a6db6a195701ddb32e6023b1f7881 /NEWS | |
parent | 5b77d598ee04f324cbaf4eaacfe71e534bb2ed34 (diff) | |
download | geiser-guile-de6fc09551730fe87f7f3d6f532bafd189c97236.tar.gz geiser-guile-de6fc09551730fe87f7f3d6f532bafd189c97236.tar.bz2 |
Completing file names at the REPL, but only in string contexts
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ * Version 0.2.3 () + - TAB in a string context in the REPL triggers filename completion. - Indentation of scheme forms improved (specially for those of you using a single implementation). |