Changes between Initial Version and Version 1 of Ticket #3870, comment 1


Ignore:
Timestamp:
10/27/17 22:39:34 (6 years ago)
Author:
dzabraev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3870, comment 1

    initial v1  
    1111             case quick_input: 
    1212-                if ((quick_widget->u.input.completion_flags & INPUT_COMPLETE_CD) != 0) 
    13 +                if ((*item->quick_widget->u.input.completion_flags & INPUT_COMPLETE_CD) != 0) 
     13+                if ((item->quick_widget->u.input.completion_flags & INPUT_COMPLETE_CD) != 0) 
    1414                     *item->quick_widget->u.input.result = 
    1515                         tilde_expand (INPUT (item->widget)->buffer);