Merge branch 'ws' of git://github.com/jubalh/kakoune
This commit is contained in:
commit
2977cc97b3
|
@ -30,7 +30,7 @@ Completions shell_complete(const Context& context, CompletionFlags flags,
|
||||||
cursor_pos - word_start);
|
cursor_pos - word_start);
|
||||||
else
|
else
|
||||||
completions.candidates = complete_filename(prefix.substr(word_start, word_end),
|
completions.candidates = complete_filename(prefix.substr(word_start, word_end),
|
||||||
context.options()["ignored_files"].get<Regex>(),
|
context.options()["ignored_files"].get<Regex>(),
|
||||||
cursor_pos - word_start);
|
cursor_pos - word_start);
|
||||||
return completions;
|
return completions;
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ private:
|
||||||
int size;
|
int size;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Snake{ int x, y, u, v; bool add; };
|
struct Snake{ int x, y, u, v; bool add; };
|
||||||
|
|
||||||
template<typename Iterator, typename Equal>
|
template<typename Iterator, typename Equal>
|
||||||
Snake find_end_snake_of_further_reaching_dpath(Iterator a, int N, Iterator b, int M,
|
Snake find_end_snake_of_further_reaching_dpath(Iterator a, int N, Iterator b, int M,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user