Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@brianhuster
Copy link
Contributor

Problems

  • Creating a new user command for 'keywordprg' makes it visible to users in 'wildmenu', even though that command is not intended to be used directly by users.

Solution:

  • Use let &l:keywordprg = ':call '..expand('<SID>')..'KeywordFunc()"' pattern instead

Problems
- Creating a new user command for 'keywordprg' makes it visible to users
  in 'wildmenu', even though that command is not intended to be used directly by users.

Solution:
- Use `let &l:keywordprg = ':call '..expand('<SID>')..'KeywordFunc()"'` pattern instead
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.

1 participant