diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-09-29 14:18:27 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-29 14:10:29 +0200 |
commit | fac1c13ead8da2414acdd3202040f00a21435b8f (patch) | |
tree | 159e425a634e2598c6cb8067a3dca9a17f002177 /src/crc32c/.ycm_extra_conf.py | |
parent | d648bbb0a7909aed953b6f7907690134606a033a (diff) | |
parent | 1d44513f9b34f2a59c794474752025430285a68b (diff) |
Update crc32c subtree
Diffstat (limited to 'src/crc32c/.ycm_extra_conf.py')
-rw-r--r-- | src/crc32c/.ycm_extra_conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crc32c/.ycm_extra_conf.py b/src/crc32c/.ycm_extra_conf.py index 536aadcec8..62daa8a4ac 100644 --- a/src/crc32c/.ycm_extra_conf.py +++ b/src/crc32c/.ycm_extra_conf.py @@ -4,10 +4,10 @@ """YouCompleteMe configuration that interprets a .clang_complete file. This module implementes the YouCompleteMe configuration API documented at: -https://github.com/Valloric/ycmd#ycm_extra_confpy-specification +https://github.com/ycm-core/ycmd#ycm_extra_confpy-specification The implementation loads and processes a .clang_complete file, documented at: -https://github.com/Rip-Rip/clang_complete/blob/master/README.md +https://github.com/xavierd/clang_complete/blob/master/README.md """ import os |