Remove comment;for real now

This commit is contained in:
Piotr Osiewicz 2023-08-22 01:04:55 +02:00
parent bca2d02a61
commit 42b0c5dfdd

View file

@ -2667,8 +2667,6 @@ impl Editor {
false
});
}
// $language = true;
// language
fn completion_query(buffer: &MultiBufferSnapshot, position: impl ToOffset) -> Option<String> {
let offset = position.to_offset(buffer);
let (word_range, kind) = buffer.surrounding_word(offset);