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

Set the list's 'title' with last search string #57

Closed
wants to merge 1 commit into from

Conversation

jparise
Copy link
Contributor

@jparise jparise commented Dec 20, 2018

We create the list using e.g. cexpr, which implicitly names the list
after the command that created it. We can provide a more descriptive
title by setting the list's 'title' field (in vim 7.4.2200+) or setting
w:quickfix_title as a fallback (just for the quickfix list).

We create the list using e.g. `cexpr`, which implicitly names the list
after the command that created it. We can provide a more descriptive
title by setting the list's 'title' field (in vim 7.4.2200+) or setting
w:quickfix_title as a fallback (just for the quickfix list).
@wincent
Copy link
Owner

wincent commented Dec 20, 2018

Great idea. Thanks a bunch!

@wincent wincent closed this in b164729 Dec 20, 2018
@jparise jparise deleted the quickfix-title branch December 20, 2018 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants