prettyprint.vim : Prettyprint vim variables.
script karma |
Rating 33/12,
Downloaded by 1649 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
thinca |
|
script type |
utility |
|
description |
*prettyprint* is a Vim plugin to prettyprint vim variable for debug.
Example:
When g:prettyprint_width = 78, you run the following command,
:PP {'triangular':[3,6,9,12,15],'squares':[1,4,16,25,36],'pentagonal':[1,5,12,22,35]}
You get the following display as a result.
{
'pentagonal': [1, 5, 12, 22, 35],
'squares': [1, 4, 16, 25, 36],
'triangular': [3, 6, 9, 12, 15]
}
Example of usage: You try the following command to view the all global variables.
:PP g:
Latest Version:
https://github.com/thinca/vim-prettyprint |
|
install details |
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|