summaryrefslogtreecommitdiff
path: root/.vim/after/syntax/python/self.vim
blob: 715b934c40e4ef9dcb64e0d0c78d2c4de26d2812 (plain)
1
2
3
4
5
6
syn keyword selfType self Self

command -nargs=+ HiLink hi def link <args>
  
  HiLink selfType	Type
delcommand HiLink
/td>-10/+1 2009-07-05Translation and stuffRené 'Necoro' Neumann3-348/+412 2009-07-05TypoRené 'Necoro' Neumann1-1/+1 2009-07-05Allow ':' in expression names. Thus removing the colon as an assignment operatorRené 'Necoro' Neumann2-6/+2 2009-07-05DocRené 'Necoro' Neumann1-1/+14 2009-07-05Install package_details.pyRené 'Necoro' Neumann1-1/+1 2009-07-05Sort plugins in the windowRené 'Necoro' Neumann2-13/+12 2009-07-05Port DependencyDetailRené 'Necoro' Neumann4-129/+118 2009-07-05Also port FilesDetailRené 'Necoro' Neumann3-43/+24 2009-07-05Also ported EbuildDetailRené 'Necoro' Neumann3-27/+14