Search Criteria
Package Details: vim-plugins-profiler 1.13-1
Git Clone URL: | https://aur.archlinux.org/vim-plugins-profiler.git (read-only, click to copy) |
---|---|
Package Base: | vim-plugins-profiler |
Description: | Utility to output a sorted list of VIM plugin startup times in millisec. |
Upstream URL: | https://github.com/bulletmark/vim-plugins-profiler |
Keywords: | plugins vim vim-plugins |
Licenses: | |
Submitter: | bulletmark |
Maintainer: | bulletmark |
Last Packager: | bulletmark |
Votes: | 3 |
Popularity: | 0.145011 |
First Submitted: | 2018-01-07 13:16 |
Last Updated: | 2021-01-28 06:50 |
Dependencies (3)
- python>=3.5 (python-dbg)
- python-pip (make)
- python-wheel (make)
Latest Comments
bulletmark commented on 2019-01-28 09:23
@linarc, please raise an issue at https://github.com/bulletmark/vim-plugins-profiler/issues.
linarcx commented on 2019-01-28 09:21
When i run the program:
/usr/bin/vim-plugins-profiler Traceback (most recent call last): File "/usr/bin/vim-plugins-profiler", line 4, in <module> exit(main()) File "/usr/lib/python3.7/site-packages/vim_plugins_profiler.py", line 78, in main times = do_sample_run() File "/usr/lib/python3.7/site-packages/vim_plugins_profiler.py", line 61, in do_sample_run paths = remove_common(paths) File "/usr/lib/python3.7/site-packages/vim_plugins_profiler.py", line 31, in remove_common prefix = os.path.commonpath(paths) File "/usr/lib/python3.7/posixpath.py", line 498, in commonpath raise ValueError('commonpath() arg is an empty sequence') ValueError: commonpath() arg is an empty sequence