summaryrefslogtreecommitdiffstats
path: root/src/gram.y
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-29 23:44:39 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-29 23:44:39 -0300
commit9085e988dec7902a1e6a63b45a16ea91b5c22dc1 (patch)
tree9c3fcd47422942d581c842ddfa174159597afeb9 /src/gram.y
parente275bf946abe82096f047868af81bfb17a0e1dbb (diff)
change in cpaste
Diffstat (limited to 'src/gram.y')
-rwxr-xr-xsrc/gram.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gram.y b/src/gram.y
index 3c415b4..835cb8b 100755
--- a/src/gram.y
+++ b/src/gram.y
@@ -1076,8 +1076,8 @@ setitem :
| K_COPY_TO_CLIPBOARD_DELIMITED_TAB { parse_str(user_conf_d, "copy_to_clipboard_delimited_tab=1"); }
| K_COPY_TO_CLIPBOARD_DELIMITED_TAB '=' NUMBER
- { if ($3 == 0) parse_str(user_conf_d, "copy_to_clipboard_delimited_tab=1");
- else parse_str(user_conf_d, "copy_to_clipboard_delimited_tab=0"); }
+ { if ($3 == 0) parse_str(user_conf_d, "copy_to_clipboard_delimited_tab=0");
+ else parse_str(user_conf_d, "copy_to_clipboard_delimited_tab=1"); }
| K_NOCOPY_TO_CLIPBOARD_DELIMITED_TAB { parse_str(user_conf_d, "copy_to_clipboard_delimited_tab=0"); }
| K_NEWLINE_ACTION '=' NUMBER {