| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | 2005-08-16 Doug Kearns <djkea2@gus.gscit.monash.edu.au> | |
| 2 | 2 | ||
| 3 | + * bin/vim-ruby-install.rb: add FIXME comment (Hugh Sasse) | ||
| 4 | + | ||
| 3 | 5 | * README, bin/vim-ruby-install.rb, etc/website/index.html: offer | |
| 4 | 6 | $VIM/vimfiles and $HOME/{.vim,vimfiles} rather than $VIMRUNTIME as the | |
| 5 | 7 | two default installation directories | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -143,6 +143,8 @@ def mkpath(directory) | |||
| 143 | 143 | def _ensure_directory_exists(path) | |
| 144 | 144 | dir = path.dirname | |
| 145 | 145 | unless dir.directory? | |
| 146 | + # <XXX> FileUtils.mkdir_p already checks if it exists and is a | ||
| 147 | + # directory. What if it exists as a file? (HGS)</XXX> | ||
| 146 | 148 | mkpath(dir) | |
| 147 | 149 | end | |
| 148 | 150 | end | |
| Back | FazBrowse Home | New Git URL |
0 commit comments