|
5f80d0d878
|
Update C++ namespace snippet to match clang-format
New snippet outputs this
```cpp
namespace {
} // namespace
```
instead of
```cpp
namespace {
} // anonymous
```
and this
```cpp
namespace foo {
} // namespace foo
```
instead of
```cpp
namespace foo {
} // foo
```
|
2018-04-20 10:12:14 +01:00 |
|
|
6f1485ac04
|
Add extern "C" block snippet
|
2018-03-15 16:18:31 +00:00 |
|
|
51205fdf35
|
Add string_view c++ printf snippet
|
2018-03-13 12:54:51 +00:00 |
|
|
226cadc726
|
Add std::printf and std::fprintf snippets
|
2017-05-24 21:37:51 +01:00 |
|
|
64f1ee0128
|
Allow C++ lambda snippet to be inline
|
2017-03-30 22:42:01 +01:00 |
|
|
62b36d56f4
|
Add std::enable_if snippet
|
2016-12-23 15:01:03 +00:00 |
|
|
64adef6480
|
Improve C++ namespace snippet
|
2016-11-04 23:22:33 +00:00 |
|
|
96f203c276
|
Add noisy struct snippet
|
2016-10-07 19:59:26 +01:00 |
|
|
dd5557d518
|
Allow C++ casts to be substring
|
2016-09-30 17:20:08 +01:00 |
|
|
7839684186
|
Change template snippet to use class not typename
|
2016-09-30 17:20:08 +01:00 |
|
|
bb7bec892d
|
Improve C++ for loop snippet
|
2016-09-27 13:42:36 +01:00 |
|
|
ead0ec3a0c
|
Add static_assert snippet
|
2016-09-25 00:25:31 +01:00 |
|
|
1ecf23e555
|
Add C++ lambda function snippet
|
2016-09-04 22:47:01 +01:00 |
|
|
da48bea4de
|
Refactor C/C++ snippets
|
2016-09-04 21:43:53 +01:00 |
|
|
816e23a83a
|
Add C++ cast snippets
|
2016-09-04 21:42:55 +01:00 |
|
|
487def5773
|
Simplify C++ class snippet
|
2016-09-04 21:42:27 +01:00 |
|
|
6faab559cf
|
Merge commit '5aaacb96c0a93d4f7a48c2fb7c80a65840810876'
|
2016-02-18 14:38:05 +00:00 |
|
|
e7674c6dcd
|
Add '.vim/UltiSnips/' from commit '84cd9817817a28d58e92eb715273479509e51187'
git-subtree-dir: .vim/UltiSnips
git-subtree-mainline: f258dd00078a9aebb235c358b6048aac250d445a
git-subtree-split: 84cd9817817a28d58e92eb715273479509e51187
|
2016-02-11 14:35:59 +00:00 |
|