About: Toggle to open or close the quickfix window   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

Using this function and command: command -bang -nargs=? QFix call QFixToggle(0) function! QFixToggle(forced) if exists("g:qfix_win") && a:forced == 0 cclose unlet g:qfix_win else copen 10 let g:qfix_win = bufnr("$") endif endfunction Calling ':QFix' will "toggle" the quickfix open and closed. It's easiest to map this to something fast. I use: nmap \` :QFix If you want to force the window open, use ':QFix!' and the window will open or stay open.

AttributesValues
rdfs:label
  • Toggle to open or close the quickfix window
rdfs:comment
  • Using this function and command: command -bang -nargs=? QFix call QFixToggle(0) function! QFixToggle(forced) if exists("g:qfix_win") && a:forced == 0 cclose unlet g:qfix_win else copen 10 let g:qfix_win = bufnr("$") endif endfunction Calling ':QFix' will "toggle" the quickfix open and closed. It's easiest to map this to something fast. I use: nmap \` :QFix If you want to force the window open, use ':QFix!' and the window will open or stay open.
Version
  • 6(xsd:integer)
dbkwik:vim/property/wikiPageUsesTemplate
Previous
  • 1007(xsd:integer)
Author
  • jheddings
Complexity
  • basic
Created
  • 2005(xsd:integer)
ID
  • 1008(xsd:integer)
NEXT
  • 1009(xsd:integer)
Rating
  • 2(xsd:integer)
abstract
  • Using this function and command: command -bang -nargs=? QFix call QFixToggle(0) function! QFixToggle(forced) if exists("g:qfix_win") && a:forced == 0 cclose unlet g:qfix_win else copen 10 let g:qfix_win = bufnr("$") endif endfunction Calling ':QFix' will "toggle" the quickfix open and closed. It's easiest to map this to something fast. I use: nmap \` :QFix If you want to force the window open, use ':QFix!' and the window will open or stay open.
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software