Any tools can make a vim dict file easier?
I can get all the keywords but I need to sort them, remove duplicated words
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suppose you can work with the UNIX tools
Note also that vim has :sort built-in
So you could make a visual selection and do
to view duplicates with duplication count
to remove duplicates and sort the selection
Use
:%to act on the full file