Mercurial > vim
annotate src/testdir/gui_preinit.vim @ 16505:28e3ba82d8c8 v8.1.1256
patch 8.1.1256: cannot navigate through errors relative to the cursor
commit https://github.com/vim/vim/commit/3ff33114d70fc0f7e9c3187c5fec9028f6499cf3
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri May 3 21:56:35 2019 +0200
patch 8.1.1256: cannot navigate through errors relative to the cursor
Problem: Cannot navigate through errors relative to the cursor.
Solution: Add :cabove, :cbelow, :labove and :lbelow. (Yegappan Lakshmanan,
closes #4316)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 03 May 2019 22:00:06 +0200 |
parents | d8a550329a97 |
children |
rev | line source |
---|---|
11119
d8a550329a97
patch 8.0.0447: getting font name does not work on X11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
1 " vimrc for test_gui_init.vim |
d8a550329a97
patch 8.0.0447: getting font name does not work on X11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
2 |
d8a550329a97
patch 8.0.0447: getting font name does not work on X11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
3 " Note that this flag must be added in the .vimrc file, before switching on |
d8a550329a97
patch 8.0.0447: getting font name does not work on X11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
4 " syntax or filetype recognition (when the |gvimrc| file is sourced the system |
d8a550329a97
patch 8.0.0447: getting font name does not work on X11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
5 " menu has already been loaded; the ":syntax on" and ":filetype on" commands |
d8a550329a97
patch 8.0.0447: getting font name does not work on X11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
6 " load the menu too). |
d8a550329a97
patch 8.0.0447: getting font name does not work on X11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
7 set guioptions+=M |