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

vim: Expose the search-by-type feature #1846

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. vim: Expose the search-by-type feature

    This adds the :MerlinSearchType command to query for a value with a
    matching type. It works exactly like the previous :MerlinSearch, the
    search results are shown in the completion menu.
    Julow committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4fc9bf1 View commit details
    Browse the repository at this point in the history
  2. vim: Type search in :MerlinSearch and update the doc

    ':MerlinSearch' switches between polarity search and search by type
    depending on the first character of the query, like is done in the emacs
    plugin.
    
    Documentation about the three search functions is added.
    Julow committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    670aa0d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. vim: Fix handling of newline characters

    Restores the previous behavior.
    Julow committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    321c7c9 View commit details
    Browse the repository at this point in the history