Files
telescope.nvim/lua/telescope
Damon Timm 69eb5eacff fix: string.find() matching for only_cwd option (builtin.buffers) (#849)
`string.find()` is defaulting to _pattern_ matching (rather than string
literal matching).  If you are using the `only_cwd` command in a
directory with a `-` (for example) the option fails to work.

This fix asks `string.find()` to interpret the arguments as literal
strings rather than patterns.

Reference: https://stackoverflow.com/a/15258515/181902
2021-05-16 20:36:16 +02:00
..
2020-12-13 11:49:14 +01:00
2021-01-11 13:29:37 -05:00
2020-10-27 23:33:49 -04:00
2020-12-09 15:46:41 -05:00
2020-12-09 15:46:41 -05:00
2021-02-22 11:30:57 -05:00