mirror of
https://github.com/gryf/.vim.git
synced 2026-02-13 22:35:50 +01:00
Update plugins: ctrl_p, syntastic, tagbar, taglisttoo and mark.
Added skeleton to make autocompletion for kickassembler.
This commit is contained in:
@@ -7,6 +7,7 @@ description |mark-description|
|
||||
usage |mark-usage|
|
||||
installation |mark-installation|
|
||||
configuration |mark-configuration|
|
||||
integration |mark-integration|
|
||||
limitations |mark-limitations|
|
||||
known problems |mark-known-problems|
|
||||
todo |mark-todo|
|
||||
@@ -336,6 +337,14 @@ behavior: >
|
||||
vmap <Plug>IgnoreMarkSet <Plug>MarkSet
|
||||
vmap <Leader>m <Plug>MarkWhitespaceIndifferent
|
||||
<
|
||||
==============================================================================
|
||||
INTEGRATION *mark-integration*
|
||||
|
||||
The following functions offer (read-only) access to the number of marks and
|
||||
individual patterns:
|
||||
- mark#GetNum()
|
||||
- mark#GetPattern([{index}])
|
||||
|
||||
==============================================================================
|
||||
LIMITATIONS *mark-limitations*
|
||||
|
||||
@@ -359,6 +368,12 @@ http://vim.wikia.com/wiki/Highlight_multiple_words:
|
||||
==============================================================================
|
||||
HISTORY *mark-history*
|
||||
|
||||
2.7.2 15-Oct-2012
|
||||
- Issue an error message "No marks defined" instead of moving the cursor by
|
||||
one character when there are no marks (e.g. initially or after :MarkClear).
|
||||
- Enable custom integrations via new mark#GetNum() and mark#GetPattern()
|
||||
functions.
|
||||
|
||||
2.7.1 14-Sep-2012
|
||||
- Enable alternative * / # mappings that do not remember the last search type
|
||||
through new <Plug>MarkSearchOrCurNext, <Plug>MarkSearchOrCurPrev,
|
||||
|
||||
Reference in New Issue
Block a user