Vim Tips Wiki
No edit summary
No edit summary
 
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{ScriptComments|2620|neocomplcache: ultimate auto completion system}}
+
{{ScriptComments|neocomplcache: ultimate auto completion system}}
   
 
==Comments==
 
==Comments==
 
The plugin is beautiful! However when editing javascript files, the completion popup seem to pop up when I have only typed 1-2 characters after a "dot", so the keyword list became very long and slows down Vim by a fair bit. Is there any variable I can set? -- maxwindiff
 
The plugin is beautiful! However when editing javascript files, the completion popup seem to pop up when I have only typed 1-2 characters after a "dot", so the keyword list became very long and slows down Vim by a fair bit. Is there any variable I can set? -- maxwindiff
   
Hello, I'm the author of neocomplcache. It is g:NeoComplCache_OmniPatterns['javascript']. Please read help file in detail. -- Shougo
+
:Hello, I'm the author of neocomplcache. It is g:NeoComplCache_OmniPatterns['javascript']. Please read help file in detail. -- Shougo
  +
  +
==Comments==
  +
Thank you for your wonderful work. My problem seems to be similiar with maxwindiff's. When I am editing a C source code file, every time I have typed 1-2 characters, it got stuck and I could edit my file no longer. What I have to do is just closing the file. I have had a look at the file "autoload\neocomplcache.vim" but still have no idea. So is there anything I can do for this?
  +
Thank you! --qiqia
  +
  +
: Please read help file than the source code. There is too little information and is troubled with the an answer, but will manage it if you set g:NeoComplCache_OmniPatterns['c'] and g:NeoComplCache_OmniPatterns['cpp'] empty. --Shougo
  +
  +
==Comments==
  +
Great work! This plugin helps me drop autocomplpop, however, still not snipMate. When I've done snip expand, and pressed ESC, it doesn't return to normal mode, as snipMate does, is this configurable? Thanks. -- Iven
  +
  +
==Comments==
  +
There seems to be an issue with the link to the latest version of neocomplcache.
  +
Best vim plugin since sliced bread :)

Latest revision as of 18:52, 18 July 2012

Use this page to discuss script 2620 neocomplcache: ultimate auto completion system

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments[]

The plugin is beautiful! However when editing javascript files, the completion popup seem to pop up when I have only typed 1-2 characters after a "dot", so the keyword list became very long and slows down Vim by a fair bit. Is there any variable I can set? -- maxwindiff

Hello, I'm the author of neocomplcache. It is g:NeoComplCache_OmniPatterns['javascript']. Please read help file in detail. -- Shougo

Comments[]

Thank you for your wonderful work. My problem seems to be similiar with maxwindiff's. When I am editing a C source code file, every time I have typed 1-2 characters, it got stuck and I could edit my file no longer. What I have to do is just closing the file. I have had a look at the file "autoload\neocomplcache.vim" but still have no idea. So is there anything I can do for this? Thank you! --qiqia

Please read help file than the source code. There is too little information and is troubled with the an answer, but will manage it if you set g:NeoComplCache_OmniPatterns['c'] and g:NeoComplCache_OmniPatterns['cpp'] empty. --Shougo

Comments[]

Great work! This plugin helps me drop autocomplpop, however, still not snipMate. When I've done snip expand, and pressed ESC, it doesn't return to normal mode, as snipMate does, is this configurable? Thanks. -- Iven

Comments[]

There seems to be an issue with the link to the latest version of neocomplcache. Best vim plugin since sliced bread :)