vim-codequery icon indicating copy to clipboard operation
vim-codequery copied to clipboard

Extra Space Problem

Open devjoe opened this issue 8 years ago • 0 comments

requests/packages/urllib3/connectionpool.py| 59|    class ConnectionPool ( object ) :
requests/packages/urllib3/connectionpool.py|104|    class HTTPConnectionPool ( ConnectionPool , RequestMethods ) :
requests/packages/urllib3/connectionpool.py|172|    ConnectionPool . __init__ ( self , host , port )

It looks that there is an extra space between symbol and punctuation. These outputs are directly from "cqsearch".

Low priority. Ask Ruben later.

devjoe avatar Aug 02 '16 15:08 devjoe