On Jun 3, 2013 6:16 AM, "Charles" <[email protected]> wrote: > > On Mon, Jun 3, 2013 at 8:57 AM, Charles <[email protected]> wrote: > > On Mon, Jun 3, 2013 at 12:54 AM, Bram Moolenaar <[email protected]> wrote: > >> > >> I have included patch 7.3.1099, which handles os.chdir() and > >> os.fchdir(). > > > > os.fchdir is not available for python in windows. > > And I get this message everytime I start vim > > AttributeError: 'module' object has no attribute 'fchdir'
Thanks. I handle missing attribute, but forgot to clear the error. > -- > -- > 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 > > --- > You received this message because you are subscribed to the Google Groups "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
