-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Windows10) FileNotFoundError #4
Comments
This tool was made with Linux/OS X in mind, so making it work on Windows might require some modifications. It seems that |
It's cool and somewhat expected, Windows always gets the short end of the foss-stick :P
Yeah, both it and regular vim are in my PATH environment variable
The vim folder in Windows is located at Either way, thanks for the useful tool! |
Figured out the
However, it still can't find plugins |
If you're familiar with Python, you can take a look at the |
We could probably add appveyor support as well, that would allow ensuring continuous support for Windows. |
It is because all regex search are written as After fixing these problems, it runs successfully on Windows for both vim and gvim. PS R:\vim-profiler-master> python win.py D:\Vim\vim80\gvim.exe
Running D:\Vim\vim80\gvim.exe to generate startup logs... done.
Loading and processing logs... done.
Plugin directory: D:\\Vim\\vimfiles\\plugged
=======================================================================
Top 10 plugins slowing D:\Vim\vim80\gvim.exe's startup
=======================================================================
1 6.000 base16-vim
2 5.000 nerdcommenter
3 4.000 vim-airline
4 3.000 fencview
5 2.000 vim-airline-themes
6 1.000 vim-toml
7 1.000 auto-pairs
8 1.000 vim-expand-region
9 0.000 vim-json
10 0.000 vim-stylus However, instead of using regex on full paths, |
Here's what happens when I try to run gvim from the command-line:
And regular vim isn't detected:
I have 32-bit vim 8 from this repo, with Python 2.7.0 and Python 3.4.0 installed
The text was updated successfully, but these errors were encountered: