diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-06-04 20:25:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-06-04 20:25:05 +0200 |
commit | fd89d7ea81b18d32363456b16258174dc9e095dc (patch) | |
tree | de3d13a1c6152022c2ab579dd4aa74cadc423dd0 /src/testdir/test_tagjump.vim | |
parent | 82af8710bf8d1caeeceafb1370a052cb7d92f076 (diff) | |
download | vim-fd89d7ea81b18d32363456b16258174dc9e095dc.zip |
patch 7.4.1897
Problem: Various typos, long lines and style mistakes.
Solution: Fix the typos, wrap lines, improve style.
Diffstat (limited to 'src/testdir/test_tagjump.vim')
-rw-r--r-- | src/testdir/test_tagjump.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_tagjump.vim b/src/testdir/test_tagjump.vim index d8a333f44..97d86e6ec 100644 --- a/src/testdir/test_tagjump.vim +++ b/src/testdir/test_tagjump.vim @@ -6,4 +6,5 @@ func Test_ptag_with_notagstack() call assert_fails('ptag does_not_exist_tag_name', 'E426') set tagstack&vim endfunc + " vim: sw=2 et |