# Seems about due for the vim completions to be updated again

**URL:** https://discourse.cmake.org/t/seems-about-due-for-the-vim-completions-to-be-updated-again/970
**Category:** Development
**Created:** [April 10, 2020, 12:18pm UTC](https://discourse.cmake.org/t/seems-about-due-for-the-vim-completions-to-be-updated-again/970 "2020-04-10T12:18:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![craig.scott](https://discourse.cmake.org/user_avatar/discourse.cmake.org/craig.scott/32/20_2.png) [@craig.scott](https://discourse.cmake.org/u/craig.scott)
#### Post date: [April 10, 2020, 12:18pm UTC](https://discourse.cmake.org/t/seems-about-due-for-the-vim-completions-to-be-updated-again/970/1 "2020-04-10T12:18:49Z")

</div>

@pboettch @brad.king A number of new variables and properties have been added to CMake since the last time the vim completions in `Auxiliary/vim` were updated. Is it time to re-run whatever script is used to update these things?

---

<div class="post-metadata">

### Author: ![brad.king](https://discourse.cmake.org/user_avatar/discourse.cmake.org/brad.king/32/11_2.png) [@brad.king](https://discourse.cmake.org/u/brad.king)
#### Post date: [April 10, 2020, 12:34pm UTC](https://discourse.cmake.org/t/seems-about-due-for-the-vim-completions-to-be-updated-again/970/2 "2020-04-10T12:34:33Z")

</div>

For reference, these are maintained here:

- [https://github.com/pboettch/vim-cmake-syntax](https://github.com/pboettch/vim-cmake-syntax)

CMake’s source tree has a `Utilities/Scripts/update-vim-syntax.bash` script to update from there.
