Search Criteria
Package Details: vim-plugins-profiler 1.17-1
Package Actions
| 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: | GPL-3.0-or-later |
| Submitter: | bulletmark |
| Maintainer: | bulletmark |
| Last Packager: | bulletmark |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-01-07 13:16 (UTC) |
| Last Updated: | 2025-07-10 03:40 (UTC) |
Dependencies (6)
- python
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
bulletmark commented on 2019-01-28 09:23 (UTC)
@linarc, please raise an issue at https://github.com/bulletmark/vim-plugins-profiler/issues.
linarcx commented on 2019-01-28 09:21 (UTC) (edited on 2019-01-28 09:22 (UTC) by linarcx)
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