summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorSosthène Guédon <sosthene.gued@gmail.com>2019-06-16 11:48:28 +0200
committerSosthène Guédon <sosthene.gued@gmail.com>2019-06-16 11:48:28 +0200
commite125c6451a75d8dee5d2a3990535800fbccf976b (patch)
treedea23fbb452372642d611c30e5b13442e329541d /src/Makefile
parentd610f7f7a993d627627c8454c0bc6ff3500a08d3 (diff)
Fix INS_HISTORY_FILE in Makefile
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 78b9cdd..bddffee 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -38,7 +38,7 @@ CFLAGS += -DUSECOLORS
CFLAGS += -DHISTORY_FILE=\"sc-iminfo\"
CFLAGS += -DHISTORY_FOLDER=\"$(HISTORY_FOLDER)\"
# Input mode history. Same as previous, but for insert mode commands
-CFLAGS += -DINS_HISTORY_FILE=\"$(HISTORY_FOLDER)/sc-iminfo\"
+CFLAGS += -DINS_HISTORY_FILE=\"sc-iminfo\"
# Comment out to disable undo/redo support
CFLAGS += -DUNDO
# Maximum number of rows in spreadsheet. Up to 1048576