Re: [SOLVED] Showmarks problems

2015-08-26 Thread Tim Johnson
* Tim Johnson t...@akwebsoft.com [150826 10:55]:
 * Christian Brabandt cbli...@256bit.org [150826 01:10]:
  On Di, 25 Aug 2015, Tim Johnson wrote:
  
   -
   Version info
   :version
   VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 25 2015 13:38:04)
   MacOS X (unix) version
   Included patches: 1-729
   Huge version without GUI.
   
   NOTE : features set to +signs
   NOTE : Upgrade via macports
  
  What was the previous version? 
   I believe it was 7.4 with patch 258.1 
   -
   Message :
   Error detected while processing CursorHold Auto commands for *:
   E11: Invalid in command-line window; CR executes, CTRL-C quits:
   checktime
   Error detected while processing function SNR60_ShowMarks:
   line   39:
   E885: Not possible to change sign ShowMark72
   Error detected while processing function SNR60_ShowMarks:
   line   39:
   E885: Not possible to change sign ShowMark72
   -
  Replaced the following line :
exe 'sign place '.id.' name=ShowMark'.nm.' line='.ln.' buffer='.winbufnr(0)
  by the following three lines

if ln  0  conditional which tests for the line number as greater than 0
exe 'sign place '.id.' name=ShowMark'.nm.' line='.ln.' buffer='.winbufnr(0)
endif  end conditional

Seems to be the easiest solution...
-- 
Tim 
http://www.akwebsoft.com, http://www.tj49.com

-- 
-- 
You received this message from the vim_use 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_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Showmarks problems

2015-08-26 Thread Tim Johnson
* Christian Brabandt cbli...@256bit.org [150826 01:10]:
 On Di, 25 Aug 2015, Tim Johnson wrote:
 
  -
  Version info
  :version
  VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 25 2015 13:38:04)
  MacOS X (unix) version
  Included patches: 1-729
  Huge version without GUI.
  
  NOTE : features set to +signs
  NOTE : Upgrade via macports
 
 What was the previous version? 
  I believe it was 7.4 with patch 258.1 
  -
  Message :
  Error detected while processing CursorHold Auto commands for *:
  E11: Invalid in command-line window; CR executes, CTRL-C quits:
  checktime
  Error detected while processing function SNR60_ShowMarks:
  line   39:
  E885: Not possible to change sign ShowMark72
  Error detected while processing function SNR60_ShowMarks:
  line   39:
  E885: Not possible to change sign ShowMark72
  -
  
  I _am able_ to set marks and have them displayed in the signs
  column, just wondering why the messages, this just started with this
  upgrade
 
 I think, this is caused by patch 7.4.275 and has been discussed here 
 before:
 https://groups.google.com/d/msg/vim_use/ROKJV2Bt3GU/j2kyr6jGlMMJ
 
 Looks like you have asked the same question before.

  You're correct. Thanks for reminding me. I had forgotten about
  that because I just rolled back to the previous version.

  From that previous discussion, I gather from other posters that
  the original showmarks is probably not being actively maintained
  and an alternative was presented by

  https://github.com/jacquesbh/vim-showmarks
  and
  http://www.vim.org/scripts/script.php?script_id=2142

  I'll give that a try.
  cheers
-- 
Tim 
http://www.akwebsoft.com, http://www.tj49.com

-- 
-- 
You received this message from the vim_use 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_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Showmarks problems

2015-08-25 Thread Christian Brabandt
On Di, 25 Aug 2015, Tim Johnson wrote:

 -
 Version info
 :version
 VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 25 2015 13:38:04)
 MacOS X (unix) version
 Included patches: 1-729
 Huge version without GUI.
 
 NOTE : features set to +signs
 NOTE : Upgrade via macports

What was the previous version? 

 -
 Message :
 Error detected while processing CursorHold Auto commands for *:
 E11: Invalid in command-line window; CR executes, CTRL-C quits:
 checktime
 Error detected while processing function SNR60_ShowMarks:
 line   39:
 E885: Not possible to change sign ShowMark72
 Error detected while processing function SNR60_ShowMarks:
 line   39:
 E885: Not possible to change sign ShowMark72
 -
 
 I _am able_ to set marks and have them displayed in the signs
 column, just wondering why the messages, this just started with this
 upgrade

I think, this is caused by patch 7.4.275 and has been discussed here 
before:
https://groups.google.com/d/msg/vim_use/ROKJV2Bt3GU/j2kyr6jGlMMJ

Looks like you have asked the same question before.

Best,
Christian
-- 
Wenige sind weise genug, fördernden Tadel trügendem Lobe vorzuziehen.
-- François de La Rochefoucault

-- 
-- 
You received this message from the vim_use 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_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Showmarks problems

2015-08-25 Thread Tim Johnson
-
Version info
:version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 25 2015 13:38:04)
MacOS X (unix) version
Included patches: 1-729
Huge version without GUI.

NOTE : features set to +signs
NOTE : Upgrade via macports
-
Message :
Error detected while processing CursorHold Auto commands for *:
E11: Invalid in command-line window; CR executes, CTRL-C quits:
checktime
Error detected while processing function SNR60_ShowMarks:
line   39:
E885: Not possible to change sign ShowMark72
Error detected while processing function SNR60_ShowMarks:
line   39:
E885: Not possible to change sign ShowMark72
-

I _am able_ to set marks and have them displayed in the signs
column, just wondering why the messages, this just started with this
upgrade

thanks
-- 
Tim 
http://www.akwebsoft.com, http://www.tj49.com

-- 
-- 
You received this message from the vim_use 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_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.