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 | 0c2c66c68e0c43e55eb0ba0da74ee97508bf1fad (patch) | |
tree | 72a3553b6218f7509f32e28c18f995c7ee0dea1a /NEWS | |
parent | 956ebbe3e14c3080dc5fc7440e2eef33d2c69a74 (diff) | |
download | geiser-0c2c66c68e0c43e55eb0ba0da74ee97508bf1fad.tar.gz geiser-0c2c66c68e0c43e55eb0ba0da74ee97508bf1fad.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). |