summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-05-25 23:13:03 -0300
committerAndrés <andmarti@gmail.com>2021-05-25 23:13:03 -0300
commitd609b7570d9c12cdd005ce2053ce8abce31c89d4 (patch)
tree13dbdef7ab4056cd96a5126e076d2ea1255e614f /CHANGES
parentccece1f38d0906163a848d96b6a4411a18252db4 (diff)
Fix when not using scimrc
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index dbdef4e..79e4548 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,7 +15,7 @@ added new colors types SHEET, CURRENT_SHEET and FILENM
loading xlsx with multiple sheet
saving xlsx with multiple sheets
add :renamesheet command
-reference cells from different sheets in formulas: ={Sheet2}!A2
+reference cells from different sheets in formulas: ={"Sheet2"}!A2
removed --sheet and --filename_with_mode configuration variables
** fix in calc_mobile_cols()
created movetosheet command in gram.y, to be used when saving and loading files