Hi,

In VI:

In 'vi', moving the cursor over any bracket, brace, etc, and then pressing '%' moves the cursor to the 'matching' bracket/brace character.

That can be very useful when programming, to find missing/extra brackets and braces. It even seems to find matching pairs of #ifdef / #endif pragmas in C/C++ programs.

in /etc/vimrc
set showmatch

although not really an asterisk-java issue :-)

Markus



sean darcy wrote:
Philipp Kempgen wrote:
  
sean darcy schrieb:
    
On 1.6.1, I must be losing my eyesight:
      
exten => _6000XXXNXXX,n,Set(Time-in-secs="${STRFTIME(${EPOCH},,%s}" )
      
exten => _6000XXXNXXX,n,Set(Time_in_secs=${STRFTIME(${EPOCH},,%s)})
                                                                ^
    
CLI:
     -- Starting simple switch on 'DAHDI/1-1'
[2009-05-17 14:54:49] WARNING[13433]: pbx.c:2846 func_args: Can't find 
trailing parenthesis?
     -- Executing [60001234...@internal:1] Set("DAHDI/1-1", 
"Time-in-secs= "1242586489" ") in new stack
      
    Philipp Kempgen
    

Doh.

Any time you get to New York, I'll buy you a beer.

Thanks.

sean


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
  
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to