From a267192b506828cf876233e1d0b1fc02e7ea5595 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Fri, 2 Aug 2013 16:12:48 -0700 Subject: [PATCH] More doc info for `g:ycm_confirm_extra_conf` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0f7aad93..9b9646bb 100644 --- a/README.md +++ b/README.md @@ -939,6 +939,9 @@ When this option is set to `1` YCM will ask once per `.ycm_extra_conf.py` file if it is safe to be loaded. This is to prevent execution of malicious code from a `.ycm_extra_conf.py` file you didn't write. +To selectively get YCM to ask/not ask about loading certain `.ycm_extra_conf.py` +files, see the `g:ycm_extra_conf_globlist` option. + Default: `1` let g:ycm_confirm_extra_conf = 1