]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/whereami.vim
No more /usr/home
[dotfiles.git] / vim / .vim / plugin / whereami.vim
index 29c34f99f646f43b41f65923a719ffd85cdd4fb7..95126c1ced6b7b3d7ce5ed47ae1501d1e0860876 100644 (file)
@@ -1,5 +1,5 @@
 function! WhereAmI(fmt)
-    let fullpath = substitute(expand("%:p"), "/usr/home/", "/home/", "")
+    let fullpath = expand("%:p")
     if a:fmt == "gnu"
         let where = fullpath . ":" . line(".")
     elseif a:fmt == "lldb"