zshrc: drop duplicated "Complete word from GNU screen buffer" documentation
authorMichael Prokop <mika@grml.org>
Mon, 8 Apr 2013 11:31:17 +0000 (13:31 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 8 Apr 2013 11:31:17 +0000 (13:31 +0200)
Thanks: Frank Terbeck <ft@grml.org> for the hint

etc/zsh/zshrc

index 0494979..e1cfcae 100644 (file)
@@ -1274,7 +1274,6 @@ if check_com -c screen || check_com -c tmux; then
         compadd -a _screen_display_wordlist
     }
     #m# k CTRL-x\,\,\,S Complete word from GNU screen buffer
-    #k# Complete word from GNU screen buffer
     bindkey -r "^xS"
     compdef -k _complete_screen_display complete-word '^xS'
 fi