Files
nvim-cmp/lua/cmp
Kyle Butt 6460f979b9 Add option for symbol matching logic. (#1515)
The no_symbol_match makes command line completion a lot less useful. It
disables any matches for file names with symbols in them. This prevents
completing things like ":b foo/bar" to ":b foo/bar.txt" or ":b foo_" to
":b baz/foo_bar.txt". Add an option `disallow_symbol_nonprefix_matching`
that prevents a match if it contains a symbol and isn't a prefix match.
Make that option the default. Add the option to documentation and tests.
Add to the examples for command line setup disabling the option.
2024-03-22 03:00:36 +09:00
..
2021-08-04 01:07:12 +09:00
2023-06-30 21:49:25 +09:00
2023-10-18 15:37:12 +09:00
2021-08-27 23:26:54 +09:00
2022-07-24 12:44:53 +09:00