summaryrefslogtreecommitdiff
path: root/doc/ale-fortran.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-fortran.txt')
-rw-r--r--doc/ale-fortran.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ale-fortran.txt b/doc/ale-fortran.txt
new file mode 100644
index 00000000..73e21037
--- /dev/null
+++ b/doc/ale-fortran.txt
@@ -0,0 +1,17 @@
+===============================================================================
+ALE Fortran Integration *ale-fortran-options*
+
+
+-------------------------------------------------------------------------------
+gcc *ale-fortran-gcc*
+
+g:ale_fortran_gcc_options *g:ale_fortran_gcc_options*
+
+ Type: |String|
+ Default: `'-Wall'`
+
+ This variable can be changed to modify flags given to gcc.
+
+
+-------------------------------------------------------------------------------
+ vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: