Skip to content
  • Yuanle Song's avatar
    fix zero-fetch-size; zero-panel add hints support. · 42ef83fb
    Yuanle Song authored
    - zero-framework.el and zero-pinyin.el when updating zero-fetch-size,
      should update it to
    
        (max (length candidates) fetch-size)
    
      because service can return more than asked and it still counts.
    
    - zero-panel.el add hints support and use it for pass has_next_page,
      has_previous_page indicator.
    42ef83fb