1 Jan 2003 01:08
Re[2]: Visual Marks - Please Repost
Edward J. Krall <ed.krall <at> gd-decisionsystems.com>
2003-01-01 00:08:35 GMT
2003-01-01 00:08:35 GMT
Dear Steve On Tuesday, December 31, 2002, 2:46:34 PM, history will record that you wrote: d> On Tue, 31 Dec 2002 14:06:40 -0700 "Edward J. Krall" d> <ed.krall <at> gd-decisionsystems.com> wrote: >> >> A couple of months ago, someone (Benji Fisher?) posted a small >> script/plugin which made marks visible by shifting the window and >> prepending "x>" to the marked line. >> >> I could not find the script on the Vim web page. I tried the >> archives on Yahoo, but was overwhelmed by the volume of material. >> >> So.... would whoever posted the script please repost? d> Are you looking for ShowMarks.vim? d> http://www.vim.org/script.php?script_id=152 Yes! Thanks for the response. I had to make one small change: guibg=white since my video driver is somewhat deficient. Ed _________________________________________________________ | Edward J. Krall | ed.krall <at> gd-decisionsystems.com | | 10838 North 110 Place | (480) 614-0423 | | Scottsdale, AZ 85259 | | |_______________________|_________________________________|(Continue reading)
, that it wasn't possible.
> Note that :ls doesn't show 'unlisted' buffers, but :ls! does. What you
> show means that initialization has opened three buffers and delisted
> or wiped the first two (or maybe opened more than three and delisted
> or wiped all of them except number 3).
Hi Antoine,
sorry for the delay! The buffers in question are wiped out afterwards,
thus they didn't show up in the buffer listing. (To create the buffer
listing I used ":ls!".)
> I wonder wat caused buffer 3 (the current [NoFile] buffer) to be
> marked as modified. To see where it comes from, it might be
> instructive to do
>
> :verbose setlocal modified?
>
> in the buffer in question, with the question mark
I entered
set nomodified
verbose setlocal modified? (resp. set verbose=20)
redir! > c:\vim\log
at the very bottom of the script, but 'log' didn't show any buffer
RSS Feed