vim - How to get the autocomplete to fill in full_methods instead of just full -


i write lot of methods "like_this". when press "l< tab >" autocomplete offered "like". there way configure vim give me "like_this" option?

kindest of regards,

-- jack

@randy morris's comment worth exploring, type set completeopt? see have :help completeopt explore choices.

but think that's because vim considers _ word delimiter default. check out typing :set iskeyword?, mine says iskeyword=@,48-57,_,192-255.

type :help iskeyword more information.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -