summaryrefslogtreecommitdiffstats
path: root/syntax/cpp.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-07-19 10:09:54 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2016-07-19 10:09:54 +0200
commit11f34624aa32ac72dc65e46ea9badb4b16a0edd1 (patch)
tree63c50a215fe4a67e4223c19b4b1dbb9747c14ffd /syntax/cpp.vim
parent1422f7a75ce0b382d601238c5979b04473b9021e (diff)
downloadvim-polyglot-11f34624aa32ac72dc65e46ea9badb4b16a0edd1.tar.gz
vim-polyglot-11f34624aa32ac72dc65e46ea9badb4b16a0edd1.zip
Updatev2.11.3
Diffstat (limited to 'syntax/cpp.vim')
-rw-r--r--syntax/cpp.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/cpp.vim b/syntax/cpp.vim
index 192333be..8406070d 100644
--- a/syntax/cpp.vim
+++ b/syntax/cpp.vim
@@ -39,7 +39,7 @@ syn keyword cppConstant __cplusplus
" C++ 11 extensions
if !exists("cpp_no_cpp11")
- syn keyword cppModifier override final
+ syn keyword cppModifier override final auto
syn keyword cppType nullptr_t
syn keyword cppExceptions noexcept
syn keyword cppStorageClass constexpr decltype thread_local