Skip to main content

open

Function open 

Source
pub fn open<'a>(
    entries: impl IntoIterator<Item = (&'a str, i64)> + Debug,
) -> Result<()>
Expand description

Opens the quickfix window with the provided file and line number entries.

ยงErrors

  • setqflist or copen command fails.