mirror of
https://github.com/jbranchaud/til
synced 2026-01-08 17:48:01 +00:00
Fix a typo.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Creating Non-Existent Directories
|
# Creating Non-Existent Directories
|
||||||
|
|
||||||
When creating new files from withing vim, using `:e`, you may find yourself
|
When creating new files from within vim, using `:e`, you may find yourself
|
||||||
creating that file in a directory that doesn't yet exist. Vim will tell you
|
creating that file in a directory that doesn't yet exist. Vim will tell you
|
||||||
as much if you then try to save that file. To get around this, I have often
|
as much if you then try to save that file. To get around this, I have often
|
||||||
shelled out with `:!mkdir %:h`. This is a bit awkward to type though.
|
shelled out with `:!mkdir %:h`. This is a bit awkward to type though.
|
||||||
|
|||||||
Reference in New Issue
Block a user