Files
neovim/test/functional/ex_cmds
Victor Blanchard d337814906 feat: ":write ++p" creates parent dirs #20835
- `:write ++p foo/bar/baz.txt` should create parent directories `foo/bar/` if
   they do not exist
    - Note: `:foo ++…` is usually for options. No existing options have
      a single-char abbreviation (presumably by design), so it's safe to
      special-case `++p` here.
- Same for `writefile(…, 'foo/bar/baz.txt', 'p')`
- `BufWriteCmd` can see the ++p flag via `v:cmdarg`.

closes #19884
2022-11-06 19:31:50 -08:00
..
2022-04-15 12:35:06 +02:00
2017-04-11 00:39:12 +02:00
2022-07-17 04:14:04 -07:00
2020-05-10 03:16:30 +09:00
2022-09-30 09:53:52 +02:00
2022-11-02 21:45:26 +08:00