diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-20 19:00:55 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-20 19:00:55 -0500 |
| commit | 40c8e757aa5188618b7bc8abf3e913b08269dd28 (patch) | |
| tree | 95ba994dc3d41e3ac759a4edf1ccc6c3ee4b9572 | |
| parent | e7bf0f61ad3629db7806968526e0f2014bb3a045 (diff) | |
| download | nimterop-statline.tar.gz nimterop-statline.zip | |
Remove expandSymlinkstatline
| -rw-r--r-- | nimterop/getters.nim | 2 |
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 |
