Mercurial > vim
view src/gvimtutor @ 6733:5f6077b10738 v7.4.690
patch 7.4.690 for Problem: Memory access errors when changing indent in Ex mode. Also missing
redraw when using CTRL-U. (Knil Ino)
Solution: Update pointers after calling ga_grow().
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 03 Apr 2015 17:11:45 +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 "$@"