diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-05-07 18:45:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-07 18:45:01 -0700 |
commit | 84b8d29b25417584ff83c511a6e315bc67f83c95 (patch) | |
tree | 5dae4207731712b4f45c322c32f678491cfe8f95 /genvim.txr | |
parent | def25d140d3e36097fd1596e3100ee105aa7add3 (diff) | |
download | txr-84b8d29b25417584ff83c511a6e315bc67f83c95.tar.gz txr-84b8d29b25417584ff83c511a6e315bc67f83c95.tar.bz2 txr-84b8d29b25417584ff83c511a6e315bc67f83c95.zip |
Don't refer to .txl in install instructions.
* genvim.txr: "INSTALL-HOWTO" comment still talks about
.txl files, an experimental suffix we didn't go with.
Now fixed to .tl.
Diffstat (limited to 'genvim.txr')
-rw-r--r-- | genvim.txr | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -67,11 +67,11 @@ static void dir_tables_init(void) " INSTALL-HOWTO: " " 1. Create the directory .vim/syntax in your home directory and -" put the files txr.vim and txl.vim into this directory. +" put the files txr.vim and tl.vim into this directory. " 2. In your .vimrc, add this command to associate *.txr and *.tl -" files with the txr and txl filetypes: +" files with the txr and tl filetypes: " :au BufRead,BufNewFile *.txr set filetype=txr | set lisp -" :au BufRead,BufNewFile *.tl set filetype=txl | set lisp +" :au BufRead,BufNewFile *.tl set filetype=tl | set lisp " " If you want syntax highlighting to be on automatically (for any language) " you need to add ":syntax on" in your .vimrc also. But you knew that already! |