Package Details: vim-plugins-profiler 1.16-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: GPL3
Submitter: bulletmark
Maintainer: bulletmark
Last Packager: bulletmark
Votes: 4
Popularity: 0.000001
First Submitted: 2018-01-07 13:16 (UTC)
Last Updated: 2023-09-02 01:47 (UTC)

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