cVim Changelog

1.2.85

1.2.84

1.2.83

1.2.82

1.2.81

1.2.80

1.2.79

1.2.78

1.2.77

1.2.76

1.2.75

1.2.74

1.2.73

1.2.72

1.2.71

1.2.70

1.2.69

1.2.68

1.2.67

1.2.66

1.2.65

1.2.64

1.2.63

1.2.62

1.2.61

1.2.60

1.2.59

1.2.58

1.2.57

1.2.56

1.2.55

1.2.54

1.2.53

let blacklists = ["https://www.google.com"]
" If you search for 'test' using this engine, cVim
" will open this link -> http://www.example.com/test?type=search
let searchengine example = "http://www.example.com/%s?type=search"

" In the case below, '%s' is optional. If it is not included, your search query will be appended to the URL
let searchengine example = "http://www.example.com/search?query="
let searchengine example = "http://www.example.com/search?query=%s" "This is no different from the above case

1.2.52

1.2.51

set hintcharacters = abc123 "Incorrect!
let hintcharacters = "abc123" "Correct
let completionengines = ["google", "imdb"] "Only these engines will appear in the search autocomplete menu

1.2.50

1.2.49

1.2.48

1.2.47

1.2.46

1.2.45

1.2.44

1.2.43