Skip to content

Commit 656a12a

Browse files
authored
Merge pull request #384 from wailo/patch-1
Fixed cout template token
2 parents ab3c204 + a7c5322 commit 656a12a

File tree

1 file changed

+1
-1
lines changed
  • snippets/c++-mode

1 file changed

+1
-1
lines changed

snippets/c++-mode/cout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# --
66
`(progn (goto-char (point-min)) (unless (re-search-forward
77
"^using\\s-+namespace std;" nil 'no-errer) "std::"))
8-
`cout << $0${1: << "${2:\n}"};
8+
`cout << $0${1:} << "${2:\n}";

0 commit comments

Comments
 (0)