On Friday, December 28, 2018 at 3:25:20 AM UTC-5, Boris Staletic wrote: > I bet utils.OnWindows() would return FALSE on Mac OSX so IIUC the YCM > workaround wouldn't work unchanged there. > > > utils.OnWindows() just returns sys.platform == 'win32'. If sys.executable > didn't work on macOS, I'm sure we (YCM maintainers) would notice by now. Even > if we didn't have tests and macOS CI set up, on of the core developers is a > macOS user. > > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub
Can confirm py3 print(sys.executable) points to executable of the vim binary instead of python in GVIM windows 10. -- -- 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/d/optout.
