option :: Node -> Env
option (OptionAnnotation n t d) = do
targets <- linkTargets [n] True
- ws <- appendNoWrap " " -- no echoed...
opt <- appendNoWrap $ link n
+ ws <- appendNoWrap " " -- no echoed...
context <- get
meta <- appendNoWrap $ aligned context
- return $ concat [targets, ws, opt, meta]
+ return $ concat [targets, opt, ws, meta]
where
aligned context = rightAlign context rhs
rhs = t ++ " (default: " ++ fromMaybe "none" d ++ ")\n\n"
*g:FerretQFOptions*
- |g:FerretQFOptions| boolean (default: 1)
+|g:FerretQFOptions| boolean (default: 1)
Controls whether to set up setting overrides for |quickfix| windows. These
are various settings, such as |norelativenumber|, |nolist| and |nowrap|,
let g:FerretQFOptions=0
<
*g:FerretQFMap*
- |g:FerretQFMap| boolean (default: 1)
+|g:FerretQFMap| boolean (default: 1)
Controls whether to set up mappings in the |quickfix| results window for
deleting results. The mappings include:
nmap <leader>u <Plug>(FerretAcks)
<
*g:FerretMap*
- |g:FerretMap| boolean (default: 1)
+|g:FerretMap| boolean (default: 1)
Controls whether to set up the Ferret mappings, such as |<Plug>(FerretAck)|
(see |ferret-mappings| for a full list). To prevent any mapping from being
let g:FerretMap=0
<
*g:FerretQFCommands*
- |g:FerretQFCommands| boolean (default: 1)
+|g:FerretQFCommands| boolean (default: 1)
Controls whether to set up custom versions of the |quickfix| commands,
|:cn|, |:cnf|, |:cp| an |:cpf|. These overrides vertically center the match
*g:FerretDispatch*
- |g:FerretDispatch| boolean (default: 1)
+|g:FerretDispatch| boolean (default: 1)
Controls whether to use vim-dispatch (and specifically, |:Make|) to run
|:Ack| searches asynchronously, when available. To prevent vim-dispatch from
*g:Foo*
- |g:Foo| string (default: "foo")
+|g:Foo| string (default: "foo")
Controls the foo factor.
*g:Temp*
- |g:Temp| number (default: 10)
+|g:Temp| number (default: 10)
Temperature control.
*g:Bar*
- |g:Bar| string (default: none)
+|g:Bar| string (default: none)
No default on this one.