On 3/6/2017 6:17 AM, 'Suresh Govindachar' via vim_dev wrote:

Attached patch to quickfix.txt is thanks to Tony Mechelynck.

Updates to patch: minor wording changes; and now jumpable help tags are enclosed in ||.

--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
*** quickfix.txt.orig   Mon Mar  6 06:08:04 2017
--- quickfix.txt        Mon Mar  6 07:04:40 2017
***************
*** 43,52 ****
  compiler (see |errorformat| below).
  
                                                *location-list* *E776*
! A location list is similar to a quickfix list and contains a list of positions
! in files.  A location list is associated with a window and each window can
! have a separate location list.  A location list can be associated with only
! one window.  The location list is independent of the quickfix list.
  
  When a window with a location list is split, the new window gets a copy of the
  location list.  When there are no references to a location list, the location
--- 43,54 ----
  compiler (see |errorformat| below).
  
                                                *location-list* *E776*
! A location list is a window-local quickfix list. You get one after commands
! like |:lvimgrep| |:lgrep| |:lhelpgrep| |:lmake| etc. which create a location
! list instead of a quickfix list as the corresponding |:vimgrep| |:grep|
! |:helpgrep| |:make| do.  A location list is associated with a window and each
! window can have a separate location list.  A location list can be associated
! with only one window.  The location list is independent of the quickfix list.
  
  When a window with a location list is split, the new window gets a copy of the
  location list.  When there are no references to a location list, the location

Raspunde prin e-mail lui