mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 13:15:46 +01:00
Make 'cpt' a stringlist. Add support for native autocomplete providers.
This commit is contained in:
@@ -976,7 +976,7 @@ unlet s:cpo_save
|
||||
};
|
||||
};
|
||||
|
||||
completion.addUrlCompleter("f", "Local files", function (context, full) {
|
||||
completion.addUrlCompleter("file", "Local files", function (context, full) {
|
||||
let match = util.regexp(<![CDATA[
|
||||
^
|
||||
(?P<prefix>
|
||||
|
||||
Reference in New Issue
Block a user