💻 Software
vim's autocomplete: how to prevent vim to read some include files?
Fresh5 days ago
Mar 15, 20265164 viewsConfidence Score0%
0%
Problem
Vim has handy Ctrl-N key that autocompletes word under the cursor with word in current file or any included file. If Once I include boost library, this feature becomes absolutely useless because it takes dozens of seconds to read whole boost includes and I really do not want to complete anything wh…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: vim's autocomplete: how to prevent vim to read some include files?
Low Risk
The option you're looking for is 'complete', but it doesn't define the granularity you're asking for. All you can do is specify whether or not to scan included files. To disable scanning of all included files, you can Otherwise, setting to ignore bo…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix