Add -relative option to ALESymbolSearch (#2255)

* Add `-relative` option to ALESymbolSearch
* Document the `-relative` option for ALEFindReferences and ALESymbolSearch
This commit is contained in:
Alvin Chan
2019-02-08 11:43:04 -08:00
committed by w0rp
parent d21581016e
commit 1fb0de2a8e
3 changed files with 35 additions and 9 deletions

View File

@@ -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*