Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

機能追加: デフォルトハッシュタグを追加する #74

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 2, 2019

  1. Configuration menu
    Copy the full SHA
    468d604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a2aa69 View commit details
    Browse the repository at this point in the history
  3. added 'TweetVimDefaultHashtag' command to set/unset default hashtag

    This command let you set/unset 'default hashtag', which is 'g:tweetvim_default_hashtag'.
    It can take several hashtags at once.
    When 'g:tweetvim_default_hashtag' == '', no difference are there.
    
    Usage:
      Set hashtag
              :TweetVimDefaultHashtag <hashtag> <hashtag> ...
      Unset hashtag
              :TweetVimDefaultHashtag Reset
              :TweetVimDefaultHashtag
    
    Completion:
      Completion for this command is done by
              tweetvim#complete#default_hashtag()
      This will suggest:
              - 'Reset' for unset
              - hashtags that was cached.
                (tweetvim#cache#get('hash_tag'))
    
    Discuss:
      Is it better to insert '#'?
    
      For now, user should type including '#' to specify tag.
      It's enough for me though, it could let we insert other words.
      Is it good idea? Should I fix that 'problem'?
    Cj-bc committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    5e4651b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd02539 View commit details
    Browse the repository at this point in the history