We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928e6fe commit d59c0e8Copy full SHA for d59c0e8
denops_std/bufname/bufname.ts
@@ -34,7 +34,6 @@ const exprPattern = /^(.*?)(?:;(.*?))?(?:#(.*))?$/;
34
* All unusable characters ("<>|?*) are replaced with percent-encoded characters.
35
* In addition to the above, all semicolons (;) and sharps (#) in `path` are replaced with
36
* percent-encoded characters. It's required to distinguish `params` and or `fragment`.
37
- * ```
38
*/
39
export function format(
40
{ scheme, expr, params, fragment }: Bufname,
0 commit comments