highlight Cursor inside :highlight Search

2018-01-08 Fir de Conversatie Afanasiy Fet
hard to notice which of search highlighted matches cursor points to and I can't find in documentation :highlight group for Cursor which is inside highlight Search group -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying

{Visual}g CTRL-A

2017-02-13 Fir de Conversatie Afanasiy Fet
horizontal list of numbers is not increased in visual mode, for example: 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 help quote > {Visual}CTRL-A > ... > {Visual}g CTRL-A > Add [count] to the number or alphabetic character in the highlighted text. If several lines are highlighted, each one will be incremented by

text-objects / (Slash)

2017-01-12 Fir de Conversatie Afanasiy Fet
Can you add / to text-objects list. :h text-objects :h object-select The commands that start with "a" select "a"n object including white space, the commands starting with "i" select an "inner" object without white space, or just the white space. The slash is used in internet URLs (e.g.,

quickfix single item

2017-01-03 Fir de Conversatie Afanasiy Fet
Hello, please make :cnext/cprev jump to first error if quickfix has single item or fix :cadd not to :cfirst :call setqflist([]) :caddexpr "file:1:2" :cnext error! as a workaround :cnext/prev mappings in plugins like vim-unimpaired have to check for single item condition and do :cfirst -- --

macos, macvim

2015-10-30 Fir de Conversatie Afanasiy Fet
latest macos update, El Capitan, doesn't redraw window of vim and other applications too (Chrome) I'm asking for quickiest possible solution, for example binding :redraw to each keypress ? -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the

perl regex

2015-10-26 Fir de Conversatie Afanasiy Fet
Good day, may I have :set perlcompatible option to switch to perl regex ? -- -- 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

‘R’ visual-block

2015-06-05 Fir de Conversatie Afanasiy Fet
‘r’ in visual-block work correctly ‘R’ does not -- -- 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

Fwd: New digraph

2014-06-18 Fir de Conversatie Afanasiy Fet
R= stands for P in cyrillic digraph table. Bindings have to follow logics, or they will lead to confusion and miss-use. If someone thinks =P is more obvious, let's have both! :) П P= 041F 1055 CYRILLIC CAPITAL LETTER PE Р R= 0420 1056 CYRILLIC CAPITAL LETTER ER On 17 June 2014 12:07, Christian