Files
neovim/runtime
Daniel Hahler 5e32120236 python: path_hook: properly implement PEP302
The path hook used to load the module already in the `find_module` hook.

This caused different behaviour between Python 2.7 and 3.3, where the
former would call the `VimModuleLoader`, while Python 3.3 appears to
short-circuited this (because the module was loaded already).

This patch will now only find the module, but not load it in the
`find_module` hook.
2015-07-09 13:43:57 +02:00
..
2015-01-21 07:27:01 +01:00
2015-05-19 12:31:44 -04:00
2015-05-19 12:31:44 -04:00
2014-12-19 15:28:49 -05:00
2015-05-20 16:31:28 -04:00
2015-05-19 12:44:56 +03:00
2014-12-19 15:28:49 -05:00
2015-07-04 15:43:54 -04:00
2014-07-29 02:12:31 +00:00
2015-01-04 19:42:30 +01:00
2014-12-30 13:51:39 +01:00
2015-06-29 20:01:56 -03:00