diff options
author | w0rp <devw0rp@gmail.com> | 2017-12-19 17:34:34 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-12-19 17:34:34 +0000 |
commit | 0ad254799781ba1e00b13b26dfbee5c6fed9684f (patch) | |
tree | d76c53d0bef477fc266f3b73e9a9d26405e1b317 /doc | |
parent | 647c798eb79849d67c71825faf610136a4fc1a27 (diff) | |
download | ale-0ad254799781ba1e00b13b26dfbee5c6fed9684f.zip |
Fix mcsc paths and escaping for Windows
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-cs.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale-cs.txt b/doc/ale-cs.txt index 38ee23e0..ad8b2bbc 100644 --- a/doc/ale-cs.txt +++ b/doc/ale-cs.txt @@ -63,7 +63,8 @@ g:ale_cs_mcsc_source *g:ale_cs_mcsc_source* Default: `''` This variable defines the root path of the directory tree searched for the - '*.cs' files to be linted. If empty the current working directory is used. + '*.cs' files to be linted. If this option is empty, the source file's + directory will be used. NOTE: Currently it is not possible to specify sub directories and directory sub trees which shall not be searched for *.cs files. |