Vim Dosyadaki son noktaya dön


1

Birisi bunun ne yaptığına dair bir açıklama yapabilir veya beni vimdocs'a yönlendirebilir mi? line("'\"")

function! ResCur()$
  if line("'\"") <= line("$")
    normal! g`" 
    return 1
  endif$
endfunction

Bir dosyayı açarken, işlevi, şapka işaretini aynı satıra döndürmek içindir.

Yanıtlar:


1

"Çünkü yerde ters eğik çizgi edilir '"çift tırnak ile çevrilidir.

:help '" diyor:

To the cursor position when last exiting the current
buffer.  Defaults to the first character of the first
line.  See last-position-jump for how to use this
for each opened file.
Only one position is remembered per buffer, not one
for each window.  As long as the buffer is visible in
a window the position won't be changed.
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.