First, my .vimrc:
set background=dark
set shiftwidth=4
set tabstop=4
set cindent
set lispwords=define,let,let*,do,lambda,case
let g:yankring_persist = 0
let g:yankring_share_between_instances = 0
let g:yankring_history_dir = '$VIM'
set nocp
set noincsearch
set nohlsearch
syntax off
filetype on
filetype plugin on
let g:sqlutil_align_where = 0
let g:sqlutil_align_comma = 1
Vim version 7.4.131.
In the following lines in a .c file
fputs("\\newpage\n"
"\\section{foo(");
if you position the cursor over the right-paren to the left of the ';'
on the second line, the left-paren two characters to the left gets
highlighted, which is incorrect. But if you then do a '%' command, the
cursor correctly move to the left-paren after 'fputs' on the first
line. Apparently the highlighter is using different paren-matching
code than '%'?
/Don Allen
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.