Skip to content

Commit

Permalink
Merge pull request #3 from fancyoung/upstream
Browse files Browse the repository at this point in the history
add traditional_chinese for taglist
  • Loading branch information
tony committed Jul 29, 2013
2 parents 8301be0 + 58fb458 commit 57d328b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
personal.vim
personal.lua
autorun.lua
3 changes: 2 additions & 1 deletion rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ layouts = {
-- {{{ Tags

-- Taglist numerals
taglist_numbers_langs = { 'arabic', 'chinese', 'east_arabic', 'persian_arabic', }
taglist_numbers_langs = { 'arabic', 'chinese', 'traditional_chinese', 'east_arabic', 'persian_arabic', }
taglist_numbers_sets = {
arabic={ 1, 2, 3, 4, 5, 6, 7, 8, 9 },
chinese={"", "", "", "", "", "", "", "", "", ""},
traditional_chinese={"", "", "", "", "", "", "", "", "", ""},
east_arabic={'١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'}, -- '٠' 0
persian_arabic={'٠', '١', '٢', '٣', '۴', '۵', '۶', '٧', '٨', '٩'},
roman={'I', 'II', 'III', 'IV', 'V', 'VI', 'VII', 'VIII', 'IX', 'X'},
Expand Down

0 comments on commit 57d328b

Please sign in to comment.