8000 auto as cppType · WeichenXu/vim-cpp@6d9f834 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 6d9f834

Browse files
committed
auto as cppType
1 parent 9cf35d1 commit 6d9f834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/cpp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ syn keyword cppConstant __cplusplus
3737

3838
" C++ 11 extensions
3939
if !exists("cpp_no_cpp11")
40-
syn keyword cppModifier override final
40+
syn keyword cppModifier override final auto
4141
syn keyword cppType nullptr_t
4242
syn keyword cppExceptions noexcept
4343
syn keyword cppStorageClass constexpr decltype thread_local

0 commit comments

Comments
 (0)
0