From 565d835d571d9ceb599c8e421765aecb8efed40a Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 29 Jan 2017 16:10:48 +0000 Subject: [PATCH] Fix option name in haskell.kak --- rc/base/haskell.kak | 2 +- src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/base/haskell.kak b/rc/base/haskell.kak index e23b92b5..9f34c617 100644 --- a/rc/base/haskell.kak +++ b/rc/base/haskell.kak @@ -57,7 +57,7 @@ def -hidden haskell-indent-on-new-line %{ hook -group haskell-highlight global WinSetOption filetype=haskell %{ add-highlighter ref haskell } hook global WinSetOption filetype=haskell %{ - set buffer completion_extra_word_chars "'" + set buffer completion_extra_word_char "'" hook window InsertEnd .* -group haskell-hooks haskell-filter-around-selections hook window InsertChar \n -group haskell-indent haskell-indent-on-new-line } diff --git a/src/Makefile b/src/Makefile index b2186394..1ba5c4d4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -59,7 +59,7 @@ ifeq ($(static),yes) LDFLAGS += -static -pthread endif -CXXFLAGS += -pedantic -std=gnu++11 -g -Wall -Wno-reorder -Wno-sign-compare -Wno-address +CXXFLAGS += -pedantic -std=gnu++11 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address all : kak kak : $(objects)