emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yasnippet-snippets af2112e40c 08/12: Merge pull request #4


From: ELPA Syncer
Subject: [nongnu] elpa/yasnippet-snippets af2112e40c 08/12: Merge pull request #448 from aluaces/patch-1
Date: Wed, 13 Jul 2022 08:59:23 -0400 (EDT)

branch: elpa/yasnippet-snippets
commit af2112e40c28bbc7b5f963698d9eeaa3196f8044
Merge: c5bf4c4085 b5a76f1641
Author: Andrea Crotti <andrea.crotti.0@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #448 from aluaces/patch-1
    
    Ending parentheses of v.end()
---
 snippets/c++-mode/beginend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snippets/c++-mode/beginend b/snippets/c++-mode/beginend
index e69a18f657..9b4c5ab189 100644
--- a/snippets/c++-mode/beginend
+++ b/snippets/c++-mode/beginend
@@ -2,4 +2,4 @@
 # name: v.begin(), v.end()
 # key: beginend
 # --
-${1:v}.begin(), $1.end
\ No newline at end of file
+${1:v}.begin(), $1.end()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]