Skip to content

Commit 9c20ab8

Browse files
authored
fix quoting of defines in ccls template (platformio#3692)
1 parent 14de3e7 commit 9c20ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio/ide/tpls/vim/.ccls.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ clang
1818
% end
1919

2020
% for define in defines:
21-
-D{{ define }}
21+
-D{{ !define }}
2222
% end

0 commit comments

Comments
 (0)