FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

add FIXME comment to vim-ruby-installer.rb · vim-ruby/vim-ruby@3ba3992 · GitHub

Commit 3ba3992

Browse files
committed
add FIXME comment to vim-ruby-installer.rb
1 parent f0d27da commit 3ba3992

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

‎ChangeLog‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2005-08-16 Doug Kearns <djkea2@gus.gscit.monash.edu.au>
22

3+
* bin/vim-ruby-install.rb: add FIXME comment (Hugh Sasse)
4+
35
* README, bin/vim-ruby-install.rb, etc/website/index.html: offer
46
$VIM/vimfiles and $HOME/{.vim,vimfiles} rather than $VIMRUNTIME as the
57
two default installation directories

‎bin/vim-ruby-install.rb‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ def mkpath(directory)
143143
def _ensure_directory_exists(path)
144144
dir = path.dirname
145145
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>
146148
mkpath(dir)
147149
end
148150
end

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL