mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
address more caveats in oberon.ctags
This commit is contained in:
parent
a25b44ae21
commit
d005317424
1 changed files with 7 additions and 2 deletions
|
|
@ -24,10 +24,15 @@
|
||||||
# sometimes resolve to an incorrect module. that is to say putting cursor on
|
# sometimes resolve to an incorrect module. that is to say putting cursor on
|
||||||
# W in Platform.Write and jumping will probably not work as expected, so you
|
# W in Platform.Write and jumping will probably not work as expected, so you
|
||||||
# might have to do some of these
|
# might have to do some of these
|
||||||
|
# add this to yout .vimrc
|
||||||
# autocmd FileType oberon,modula2 setlocal iskeyword+=.
|
# autocmd FileType oberon,modula2 setlocal iskeyword+=.
|
||||||
# select the name fully
|
# select the qualified name
|
||||||
# v 3e <C-]>
|
# v 3e <C-]>
|
||||||
# :ta Platform.Write
|
# :ta Platform.Write
|
||||||
# resolve ambiguities interactively
|
# resolve ambiguities interactively
|
||||||
# :ts Write
|
# :ts Write
|
||||||
# g <C-]>
|
# g <C-]>
|
||||||
|
#
|
||||||
|
# if you need upward searching for tags file, so you can access them from
|
||||||
|
# project root subdirectories, then add this to your .vimrc
|
||||||
|
# set tags=./tags;~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue