Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickfix buffer does not handle very long lines properly. #17

Closed
GoogleCodeExporter opened this issue Aug 18, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Put the jq.js file in a temporary directory (say in ~/tmp/jq/jq.js).
2. cd to ~/tmp/jq/ .
3. Invoke gvim.
3. Type «:grep -r URI .»
4. Type :cn

What is the expected output? What do you see instead?

gvim tries to edit a new file with an unmanagable name instead of keep editing 
the very long line of jq.js. 

What version of the product are you using? On what operating system?

gvim-7.3.237 on Mageia Linux Cauldron x86-32.

Please provide any additional information below.

It also happens on Mandriva Linux Cooker on x86-64 with gvim-7.3.2xx mhi^ from 
IRC verified it to happen to.

Original issue reported on code.google.com by shlomif@gmail.com on 13 Jul 2011 at 5:26

@GoogleCodeExporter
Copy link
Author

I cannot find my attachment anywhere, so I'm attaching it here with a .txt 
extension.

Original comment by shlomif@gmail.com on 13 Jul 2011 at 5:32

Attachments:

@GoogleCodeExporter
Copy link
Author

This is hard wired inside vim with the CMDBUFSIZE macro. You could increase the 
macro definition and recompile vim.

Original comment by chrisbr...@googlemail.com on 13 Jul 2011 at 9:27

@chrisbra
Copy link
Member

fixed by 7.4.1802

rbtnn referenced this issue in rbtnn/vim Apr 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants