mirror of
https://github.com/vim/vim.git
synced 2026-04-22 03:36:16 +02:00
runtime(vim): Cleanup syntax tests
Improve formatting and naming consistency of the syntax tests. closes: #17850 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
e9d1259111
commit
cced80dcbb
@@ -1,5 +1,6 @@
|
||||
" Vim :map commands
|
||||
|
||||
|
||||
map!
|
||||
map! lhs rhs
|
||||
map
|
||||
@@ -44,7 +45,7 @@ map _l :!ls | more^M:echo "rhs"<CR>
|
||||
map lhs :search('foo\\|bar')<CR>:echo "rhs"<CR>
|
||||
|
||||
|
||||
" multiline RHS
|
||||
" Multiline RHS
|
||||
|
||||
map <Leader>baz
|
||||
\ :echo (<Bar>
|
||||
@@ -117,3 +118,4 @@ nnoremap <Leader>bar :echo (
|
||||
" /autoload/netrw.vim
|
||||
|
||||
if !hasmapto('<Plug>NetrwOpenFile') |nmap <buffer> <silent> <nowait> % <Plug>NetrwOpenFile|endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user