diff options
author | Alvin Chan <chaucerbao@users.noreply.github.com> | 2019-02-08 11:43:04 -0800 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-02-08 19:43:04 +0000 |
commit | 1fb0de2a8e4ff9846a62ec8c6bcbb8aea8856cc7 (patch) | |
tree | 7e41f2f3c06faca244a3c94a322dd8d1ab5afa15 /doc/ale.txt | |
parent | d21581016ec7008afb00ea8e938505549a1136e9 (diff) | |
download | ale-1fb0de2a8e4ff9846a62ec8c6bcbb8aea8856cc7.zip |
Add `-relative` option to ALESymbolSearch (#2255)
* Add `-relative` option to ALESymbolSearch
* Document the `-relative` option for ALEFindReferences and ALESymbolSearch
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 5493f31e..6e80117e 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -891,6 +891,8 @@ supported: |ALEFindReferences| - Find references for the word under the cursor. +Options: + `-relative` Show file paths in the results relative to the working dir ------------------------------------------------------------------------------- 5.5 Hovering *ale-hover* @@ -931,6 +933,8 @@ commands are supported: |ALESymbolSearch| - Search for symbols in the workspace. +Options: + `-relative` Show file paths in the results relative to the working dir =============================================================================== 6. Global Options *ale-options* |