8000 move 'auto' from cppModifier to cppType · WeichenXu/vim-cpp@86ac24a · GitHub
[go: up one dir, main page]

Skip to content

Commit 86ac24a

Browse files
committed
move 'auto' from cppModifier to cppType
1 parent fa51a85 commit 86ac24a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntax/cpp.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ syn keyword cppConstant __cplusplus
3737

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

0 commit comments

Comments
 (0)
0