diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-12-17 15:23:35 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-12-17 15:23:35 -0500 |
commit | ecdf18edbbb636d06c888c0fe28d04cc102d6f57 (patch) | |
tree | b817949807a29f36f66b2f1f642688a2e88d7e18 /runtime/doc/syntax.txt | |
parent | 5b30ba7b999dc6af7e429c9a25167515f937cd66 (diff) | |
parent | cb0b89f8bad0a6c2b05940d7ed55d0970f823926 (diff) | |
download | rneovim-ecdf18edbbb636d06c888c0fe28d04cc102d6f57.tar.gz rneovim-ecdf18edbbb636d06c888c0fe28d04cc102d6f57.tar.bz2 rneovim-ecdf18edbbb636d06c888c0fe28d04cc102d6f57.zip |
Merge pull request #3860 from justinmk/vim-0122c40
vim-patch:0122c40
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 67550365a3..33547b2012 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 7.4. Last change: 2015 Jan 07 +*syntax.txt* For Vim version 7.4. Last change: 2015 Feb 03 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1130,6 +1130,8 @@ there are very long lines in the file. To disable translations: > :let diff_translations = 0 +Also see |diff-slow|. + DIRCOLORS *dircolors.vim* *ft-dircolors-syntax* |