Mercurial > vim
view src/gvimtutor @ 14345:72afa7268670 v8.1.0188
patch 8.1.0188: no test for ":cscope add"
commit https://github.com/vim/vim/commit/2196bca7377ff245866cc3cee65b0adb48432ac3
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jul 15 17:36:32 2018 +0200
patch 8.1.0188: no test for ":cscope add"
Problem: No test for ":cscope add".
Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3212)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 15 Jul 2018 17:45:05 +0200 |
parents | 4a317df16962 |
children | d4faa2c5211b |
line wrap: on
line source
#!/bin/sh # Start GUI Vim on a copy of the tutor file. # Usage: gvimtutor [xx] # See vimtutor for usage. exec `dirname $0`/vimtutor -g "$@"