aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-04-20 19:00:55 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-04-20 19:00:55 -0500
commit40c8e757aa5188618b7bc8abf3e913b08269dd28 (patch)
tree95ba994dc3d41e3ac759a4edf1ccc6c3ee4b9572
parente7bf0f61ad3629db7806968526e0f2014bb3a045 (diff)
downloadnimterop-statline.tar.gz
nimterop-statline.zip
Remove expandSymlinkstatline
-rw-r--r--nimterop/getters.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/nimterop/getters.nim b/nimterop/getters.nim
index 798ad24..654c7f3 100644
--- a/nimterop/getters.nim
+++ b/nimterop/getters.nim
@@ -745,6 +745,6 @@ proc loadPlugin*(gState: State, sourcePath: string) =
proc expandSymlinkAbs*(path: string): string =
try:
- result = path.expandFilename().expandSymlink().normalizedPath()
+ result = path.expandFilename().normalizedPath()
except:
result = path