Is it possible to run vim filter command(:!) for only one word. Not on whole line as default? Or maybe is it possible to run something like: command (word from file)?
Are you filtering (:<range>!) or just running a command (:!), and do you want to pass the word as a command argument, or as standard input? Does the command have output, and where do you want the output to go?
:<range>!) or just running a command (:!), and do you want to pass the word as a command argument, or as standard input? Does the command have output, and where do you want the output to go?