Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4400509

Browse files
committed
Add \funcline, \funclineni, and \methodlineni to the list of functions
that are processed before their arguments. Closes SF bug #637807.
1 parent a5a173e commit 4400509

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/perl/python.perl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,8 +1932,11 @@ sub do_cmd_term{
19321932
#code # {}
19331933
process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_);
19341934
declaremodule # [] # {} # {}
1935+
funcline # {} # {}
1936+
funclineni # {} # {}
19351937
memberline # [] # {}
19361938
methodline # [] # {} # {}
1939+
methodlineni # [] # {} # {}
19371940
modulesynopsis # {}
19381941
platform # {}
19391942
samp # {}

0 commit comments

Comments
 (0)