Compare commits
No commits in common. "0e1ecfedaa91bb20ac73318286de92a1bd1ab81d" and "cc63840fcbaaf14fc2185c4e4a3334429707f5da" have entirely different histories.
0e1ecfedaa
...
cc63840fcb
@ -1 +0,0 @@
|
|||||||
alias grepgit='git ls-files -z | xargs -0 grep --color=auto -H'
|
|
2
e
2
e
@ -8,7 +8,7 @@ def get_server_name(path)
|
|||||||
path = File.expand_path(path)
|
path = File.expand_path(path)
|
||||||
while path != "/"
|
while path != "/"
|
||||||
dirname = File.dirname(path)
|
dirname = File.dirname(path)
|
||||||
if File.exist?(File.join(dirname, "project.vim"))
|
if File.exists?(File.join(dirname, "project.vim"))
|
||||||
if dirname =~ %r{([^/]+)/([^/]+)/*$}
|
if dirname =~ %r{([^/]+)/([^/]+)/*$}
|
||||||
sn = "#{$2}(#{$1})"
|
sn = "#{$2}(#{$1})"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user