Mattn wrote: > Hi list. > > when type '.' at following code, pythoncomplete does not work. > ---------- > from httplib import HTTPConnection > def autocomplete_in_function(): > h = HTTPConnection > h. > ---------- > > pythoncomplete does not check "from XXX import YYY" as "import". > Below is a patch. Please check and include.
Let me copy the maintainer on this. -- A vacation is a period of travel during which you find that you took twice as many clothes and half as much money as you needed. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
