Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Jan 31, 2019
1 parent 8dd11da commit b813ece
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tags
!doc/tags
Makefile
TODO.TXT
TODO_archived.viki
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ This plugin aims at facilitating editing text files with long lines.

Features:

- Set 'textwidth' to 0 if the current buffer contains long lines
- Remap some movement keys if 'textwidth' is 0
- Enable some minimal highlighting for plain text.
- Set 'textwidth' to 0 if the current buffer contains long lines (see
`g:ttext_detect_tw_pattern`)
- Remap some movement keys if 'textwidth' is 0 (see
`g:ttext_handle_tw0_pattern`)
- Enable some minimal highlighting for some filetypes (see
`g:ttext_highlight_filetype_rx`)


-----------------------------------------------------------------------
Expand Down
5 changes: 5 additions & 0 deletions doc/tags
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
g:ttext_detect_tw_pattern ttext.txt /*g:ttext_detect_tw_pattern*
g:ttext_handle_tw0_pattern ttext.txt /*g:ttext_handle_tw0_pattern*
g:ttext_highlight_filetype_rx ttext.txt /*g:ttext_highlight_filetype_rx*
plugin/ttext.vim ttext.txt /*plugin\/ttext.vim*
ttext.txt ttext.txt /*ttext.txt*

0 comments on commit b813ece

Please sign in to comment.