mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
docs(wildignore): add :h SpaceVim-options-wildignore
This commit is contained in:
parent
77378e06df
commit
80d909ca49
@ -1284,10 +1284,16 @@ let g:spacevim_src_root = 'E:\sources\'
|
||||
" Google and Twitter.
|
||||
let g:spacevim_hosts_url
|
||||
\ = 'https://raw.githubusercontent.com/racaljk/hosts/master/hosts'
|
||||
""
|
||||
" @section wildignore, options-wildignore
|
||||
" @parentsection options
|
||||
" A list of file patterns when file match it will be ignored.
|
||||
" >
|
||||
" wildignore = '*/tmp/*,*.so,*.swp,*.zip,*.class,tags,*.jpg,*.ttf,*.TTF,*.png,*/target/*,.git,.svn,.hg,.DS_Store,*.svg'
|
||||
" <
|
||||
|
||||
let g:spacevim_wildignore
|
||||
\ = '*/tmp/*,*.so,*.swp,*.zip,*.class,tags,*.jpg,
|
||||
\*.ttf,*.TTF,*.png,*/target/*,
|
||||
\.git,.svn,.hg,.DS_Store,*.svg'
|
||||
\ = '*/tmp/*,*.so,*.swp,*.zip,*.class,tags,*.jpg,*.ttf,*.TTF,*.png,*/target/*,.git,.svn,.hg,.DS_Store,*.svg'
|
||||
|
||||
" }}}
|
||||
|
||||
|
@ -81,10 +81,11 @@ CONTENTS *SpaceVim-contents*
|
||||
60. vim_help_language...............|SpaceVim-options-vim_help_language|
|
||||
61. vimcompatible.......................|SpaceVim-options-vimcompatible|
|
||||
62. warning_symbol.....................|SpaceVim-options-warning_symbol|
|
||||
63. windisk_encoding.................|SpaceVim-options-windisk_encoding|
|
||||
64. windows_index_type.............|SpaceVim-options-windows_index_type|
|
||||
65. windows_leader.....................|SpaceVim-options-windows_leader|
|
||||
66. windows_smartclose.............|SpaceVim-options-windows_smartclose|
|
||||
63. wildignore.............................|SpaceVim-options-wildignore|
|
||||
64. windisk_encoding.................|SpaceVim-options-windisk_encoding|
|
||||
65. windows_index_type.............|SpaceVim-options-windows_index_type|
|
||||
66. windows_leader.....................|SpaceVim-options-windows_leader|
|
||||
67. windows_smartclose.............|SpaceVim-options-windows_smartclose|
|
||||
3. Configuration...........................................|SpaceVim-config|
|
||||
4. Commands..............................................|SpaceVim-commands|
|
||||
5. Public functions.....................................|SpaceVim-functions|
|
||||
@ -863,6 +864,15 @@ Set the warning symbol for SpaceVim's syntax maker. Default is '⚠'.
|
||||
warning_symbol = '!'
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
WILDIGNORE *SpaceVim-options-wildignore*
|
||||
|
||||
A list of file patterns when file match it will be ignored.
|
||||
>
|
||||
wildignore = '*/tmp/*,*.so,*.swp,*.zip,*.class,tags,*.jpg,*.ttf,*.TTF,*.png
|
||||
,*/target/*,.git,.svn,.hg,.DS_Store,*.svg'
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
WINDISK_ENCODING *SpaceVim-options-windisk_encoding*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user