correct sample to work with rails.vim

This commit is contained in:
Sam Saffron
2017-04-25 09:51:49 -07:00
parent f04fbf911a
commit 9051ca7959

View File

@ -19,9 +19,8 @@ fi
# 3. Add the following to your .vimrc
#
# function s:notify_file_change()
# let git_root = fugitive#extract_git_dir(expand("%:p"))
# let root = substitute(git_root, '.git', '', 'g')
# let notify = root . "bin/notify_file_change"
# let root = RailsRoot()
# let notify = root . "/bin/notify_file_change"
# if executable(notify)
# if executable('socat')
# execute "!" . notify . ' ' . expand("%:p") . " " . line(".")