skip list for files takes absolute paths

This commit is contained in:
Marco Hinz 2013-03-29 13:31:23 +01:00
parent 085dac556f
commit 0c6d4bfb3a
2 changed files with 3 additions and 0 deletions

View File

@ -145,6 +145,8 @@ let g:signify_skip_filetype = { 'vim': 1, 'c': 1 }
let g:signify_skip_filename = { '/home/user/.vimrc': 1 } let g:signify_skip_filename = { '/home/user/.vimrc': 1 }
``` ```
__NOTE__: Filenames have to be absolute paths!
#### good documentation #### good documentation
You should know by now! You should know by now!

View File

@ -118,6 +118,7 @@ Mapping for toggling the plugin for the current buffer only.
let g:signify_skip_filename = { '/home/user/.vimrc': 1 } let g:signify_skip_filename = { '/home/user/.vimrc': 1 }
Don't activate the plugin for these filetypes and/or filenames. Don't activate the plugin for these filetypes and/or filenames.
NOTE: Filenames have to be absolute paths.
let g:signify_sign_overwrite = 1 let g:signify_sign_overwrite = 1