On 3/6/2017 2:02 PM, Bram Moolenaar wrote:
Suresh Govindachar wrote:
On 3/6/2017 6:17 AM, 'Suresh Govindachar' via vim_dev wrote:
[...]
Thanks.  Let's use backticks for commands and add a few commas:
[...]

Attached.

--Suresh

--
--
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 20:05:58 2017
--- quickfix.txt        Mon Mar  6 20:11:47 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,55 ----
  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