cVim Changelog

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

" 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

1.2.50

1.2.49

1.2.48

1.2.47

1.2.46

1.2.45

1.2.44

1.2.43